MCPcopy Create free account
hub / github.com/QNapi/qnapi / scanFinished

Method scanFinished

gui/src/forms/frmscan.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void frmScan::scanFinished() {
165 enableControlWidgets(true);
166 enableFilesWidgets(ui.lwMovies->count() > 0);
167 ui.pbScan->setText(tr("Scan"));
168 ui.lbAction->setText(
169 (ui.lwMovies->count() > 0)
170 ? tr("Select the videos you wish to download subtitles for.")
171 : tr("No video files found."));
172}
173
174void frmScan::enableControlWidgets(bool enable) {
175 ui.lbDirectory->setEnabled(enable);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected