| 311 | } |
| 312 | |
| 313 | void ImportWidget::setImportLook() |
| 314 | { |
| 315 | iconLabel->setPixmap(theme.importWidget.importingIcon); |
| 316 | text->setText(tr("Importing comics")); |
| 317 | textDescription->setText(tr("<p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p>")); |
| 318 | |
| 319 | stopButton->setVisible(true); |
| 320 | coversLabel->setVisible(true); |
| 321 | coversViewContainer->setVisible(true); |
| 322 | hideButton->setVisible(true); |
| 323 | } |
| 324 | |
| 325 | void ImportWidget::setUpdateLook() |
| 326 | { |