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

Method setInitDir

gui/src/forms/frmscan.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void frmScan::setInitDir(const QString &dir) {
81 if (!dir.isEmpty() && QFileInfo(dir).isDir()) {
82 ui.leDirectory->setText(QFileInfo(dir).absoluteFilePath());
83 }
84}
85
86void frmScan::closeEvent(QCloseEvent *event) {
87 if (scanThread.isRunning()) {

Callers 1

showScanDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected