MCPcopy Create free account
hub / github.com/YACReader/yacreader / setImportLook

Method setImportLook

YACReaderLibrary/import_widget.cpp:313–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void 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
325void ImportWidget::setUpdateLook()
326{

Callers 1

createMethod · 0.80

Calls 2

setPixmapMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected