MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setMenuBarState

Method setMenuBarState

gui/qt/settings.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void MainWindow::setMenuBarState(bool state) {
420 ui->menubar->setHidden(state);
421 ui->actionHideMenuBar->setChecked(state);
422 m_config->setValue(SETTING_WINDOW_MENUBAR, state);
423}
424
425void MainWindow::setStatusBarState(bool state) {
426 ui->statusBar->setHidden(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected