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

Method showNoLibrariesWidget

YACReaderLibrary/library_window.cpp:2428–2433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426}
2427
2428void LibraryWindow::showNoLibrariesWidget()
2429{
2430 actions.disableAllActions();
2431 searchEdit->setDisabled(true);
2432 mainWidget->setCurrentIndex(1);
2433}
2434
2435void LibraryWindow::showRootWidget()
2436{

Callers

nothing calls this directly

Calls 3

disableAllActionsMethod · 0.80
setDisabledMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected