| Trees | Indices | Help |
|
|---|
|
|
PyQt4.QtGui.QDockWidget --+
|
SequenceDockWidget
The dock widget that can set a ViewerWindow as the main widget. This makes the ViewerWindow dockable.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
WINDOW_TITLE = 'Sequence Viewer'
|
|||
FLOATABLE = QtGui.QDockWidget.DockWidgetFloatable
|
|||
MOVABLE = QtGui.QDockWidget.DockWidgetMovable
|
|||
CLOSABLE = QtGui.QDockWidget.DockWidgetClosable
|
|||
|
|||
Slot for callback that is fired when the dock's floating status changes. Currently this only set the dock's window title is it is floating. |
Override the close event so that when the widget is floating clicking the close button will just dock it. This is a workaround since MacOSX does not have the float button when the panel is floating. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:26 2015 | http://epydoc.sourceforge.net |