MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / windowMenuSelected

Method windowMenuSelected

MiniZincIDE/mainwindow.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void MainWindow::windowMenuSelected(QAction* a)
85{
86 if (a==minimizeAction) {
87 showMinimized();
88 } else {
89 QMainWindow* mw = static_cast<QMainWindow*>(a->data().value<void*>());
90 mw->showNormal();
91 mw->raise();
92 mw->activateWindow();
93 }
94}
95
96void MainWindow::init(const QString& projectFile)
97{

Callers

nothing calls this directly

Calls 1

raiseMethod · 0.45

Tested by

no test coverage detected