| 286 | } |
| 287 | |
| 288 | void OptionsDialog::findFolder() |
| 289 | { |
| 290 | QString s = QFileDialog::getExistingDirectory(nullptr, tr("Comics directory"), "."); |
| 291 | if (!s.isEmpty()) { |
| 292 | pathEdit->setText(s); |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | void OptionsDialog::showColorDialog() |
| 297 | { |