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

Method showImportingWidget

YACReaderLibrary/library_window.cpp:2444–2453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442}
2443
2444void LibraryWindow::showImportingWidget()
2445{
2446 actions.disableAllActions();
2447 importWidget->clear();
2448#ifndef Y_MAC_UI
2449 libraryToolBar->setDisabled(true);
2450#endif
2451 searchEdit->setDisabled(true);
2452 mainWidget->setCurrentIndex(2);
2453}
2454
2455void LibraryWindow::manageCreatingError(const QString &error)
2456{

Callers

nothing calls this directly

Calls 4

disableAllActionsMethod · 0.80
clearMethod · 0.45
setDisabledMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected