MCPcopy 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
122void DockWidget::makeCloseableFloat(bool state) {
123 m_closeablefloat = state;
124}
125
126void DockWidget::closeEvent(QCloseEvent *event) {
127 setFloating(true);

Callers 1

addKeyHistoryDockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected