|
|
|
floatChange(self,
floating=False)
Slot for callback that is fired when the dock's floating status
changes. |
|
|
|
setFloatable(self)
Configure the dock widget to only be able to pop out, not be
draggable. |
|
|
|
setFloatableMovable(self)
Configure the dock widget to be draggable and be able to pop out. |
|
|
|
setFloatableMovableClosable(self)
Configure the dock widget to be draggable, be able to pop out and be
closable. |
|
|
|
closeEvent(self,
event)
Override the close event so that when the widget is floating clicking
the close button will just dock it. |
|
|