Revision 1788 trunk/client/gui_qt/WidgetNZBCreator.cpp
| WidgetNZBCreator.cpp (revision 1788) | ||
|---|---|---|
| 214 | 214 |
collection_name = ui->entryQuery->text(); |
| 215 | 215 |
} |
| 216 | 216 |
|
| 217 |
ui->btnImport->setEnabled(false); |
|
| 218 |
ui->treeWidget->setEnabled(false); |
|
| 219 |
|
|
| 217 | 220 |
future_import = QtConcurrent::run(this, &WidgetNZBCreator::performImport, file_ids); |
| 218 | 221 |
watcher_import.setFuture(future_import); |
| 219 | 222 |
} |
| ... | ... | |
| 236 | 239 |
|
| 237 | 240 |
DialogImportNZB d(glue); |
| 238 | 241 |
d.quickImport(collection_name, res.nzb_data, true); |
| 242 |
|
|
| 243 |
ui->btnImport->setEnabled(true); |
|
| 244 |
ui->treeWidget->setEnabled(true); |
|
| 239 | 245 |
} |
| 240 | 246 |
|
| 241 | 247 |
void WidgetNZBCreator::btnSelectAll_clicked() |
Also available in: Unified diff
NNTPGrab

