| 347 | } |
| 348 | |
| 349 | void ImportWidget::setXMLScanLook() |
| 350 | { |
| 351 | iconLabel->setPixmap(theme.importWidget.updatingIcon); |
| 352 | text->setText(tr("Scanning the library")); |
| 353 | textDescription->setText(tr("<p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p>")); |
| 354 | |
| 355 | stopButton->setVisible(true); |
| 356 | coversLabel->setVisible(false); |
| 357 | coversViewContainer->setVisible(false); |
| 358 | hideButton->setVisible(false); |
| 359 | } |
| 360 | |
| 361 | void ImportWidget::clearScene() |
| 362 | { |
no test coverage detected