File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ private slots:
149
149
{
150
150
DockWidgetClosable = 0x01 ,// /< dock widget has a close button
151
151
DockWidgetMovable = 0x02 ,// /< dock widget is movable and can be moved to a new position in the current dock container
152
- DockWidgetFloatable = 0x04 ,
152
+ DockWidgetFloatable = 0x04 ,// /< dock widget can be dragged into a floating window
153
153
DockWidgetDeleteOnClose = 0x08 , // /< deletes the dock widget when it is closed
154
- CustomCloseHandling = 0x10 ,
155
- DockWidgetFocusable = 0x20 ,
154
+ CustomCloseHandling = 0x10 , // /< clicking the close button will not close the dock widget but emits the closeRequested() signal instead
155
+ DockWidgetFocusable = 0x20 , // /< if this is enabled, a dock widget can get focus highlighting
156
156
DefaultDockWidgetFeatures = DockWidgetClosable | DockWidgetMovable | DockWidgetFloatable | DockWidgetFocusable,
157
157
AllDockWidgetFeatures = DefaultDockWidgetFeatures | DockWidgetDeleteOnClose | CustomCloseHandling,
158
158
NoDockWidgetFeatures = 0x00
You can’t perform that action at this time.
0 commit comments