Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ closeEvent
Method
closeEvent
MiniZincIDE/outputdockwidget.cpp:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <QCloseEvent>
3
4
void OutputDockWidget::closeEvent(QCloseEvent *event) {
5
if (isFloating())
6
setFloating(false);
7
else
8
hide();
9
event->ignore();
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected