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