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

Method setXMLScanLook

YACReaderLibrary/import_widget.cpp:349–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void ImportWidget::setXMLScanLook()
350{
351 iconLabel->setPixmap(theme.importWidget.updatingIcon);
352 text->setText(tr("Scanning the library"));
353 textDescription->setText(tr("<p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p>"));
354
355 stopButton->setVisible(true);
356 coversLabel->setVisible(false);
357 coversViewContainer->setVisible(false);
358 hideButton->setVisible(false);
359}
360
361void ImportWidget::clearScene()
362{

Callers 2

Calls 2

setPixmapMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected