Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ makeCloseableFloat
Method
makeCloseableFloat
gui/qt/dockwidget.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void DockWidget::makeCloseableFloat(bool state) {
123
m_closeablefloat = state;
124
}
125
126
void DockWidget::closeEvent(QCloseEvent *event) {
127
setFloating(true);
Callers
1
addKeyHistoryDock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected