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

Method setUpgradeLook

YACReaderLibrary/import_widget.cpp:337–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void 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
349void ImportWidget::setXMLScanLook()
350{

Callers 1

loadLibraryMethod · 0.80

Calls 2

setPixmapMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected