| 335 | } |
| 336 | |
| 337 | void ImportWidget::setUpgradeLook() |
| 338 | { |
| 339 | iconLabel->setPixmap(theme.importWidget.updatingIcon); |
| 340 | text->setText(tr("Upgrading the library")); |
| 341 | textDescription->setText(tr("<p>The current library is being upgraded, please wait.</p>")); |
| 342 | |
| 343 | stopButton->setVisible(false); |
| 344 | coversLabel->setVisible(false); |
| 345 | coversViewContainer->setVisible(false); |
| 346 | hideButton->setVisible(false); |
| 347 | } |
| 348 | |
| 349 | void ImportWidget::setXMLScanLook() |
| 350 | { |
no test coverage detected