| 323 | } |
| 324 | |
| 325 | void ImportWidget::setUpdateLook() |
| 326 | { |
| 327 | iconLabel->setPixmap(theme.importWidget.updatingIcon); |
| 328 | text->setText(tr("Updating the library")); |
| 329 | textDescription->setText(tr("<p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p>")); |
| 330 | |
| 331 | stopButton->setVisible(true); |
| 332 | coversLabel->setVisible(true); |
| 333 | coversViewContainer->setVisible(true); |
| 334 | hideButton->setVisible(true); |
| 335 | } |
| 336 | |
| 337 | void ImportWidget::setUpgradeLook() |
| 338 | { |
no test coverage detected