| 43 | } |
| 44 | |
| 45 | void ForcedLoadDialogWidget::setForced(bool forced) |
| 46 | { |
| 47 | m_Forced = forced; |
| 48 | ui->libraryPathBrowseButton->setEnabled(!forced); |
| 49 | ui->libraryPathEdit->setEnabled(!forced); |
| 50 | ui->processBrowseButton->setEnabled(!forced); |
| 51 | ui->processEdit->setEnabled(!forced); |
| 52 | } |
| 53 | |
| 54 | void ForcedLoadDialogWidget::setLibraryPath(const QString& path) |
| 55 | { |