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

Method setUpdateLook

YACReaderLibrary/import_widget.cpp:325–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void 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
337void ImportWidget::setUpgradeLook()
338{

Callers 2

updateFolderMethod · 0.80
updateLibraryMethod · 0.80

Calls 2

setPixmapMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected