|
|
This special widget is the panel one can grip with the mouses (and member of the dockwidget class set). The widget for dragging, so to speak. Usually it is located in the KDockWidgetHeader. More or less a minor helper class for the dockwidget class set.
KDockWidgetHeaderDrag ( KDockWidgetAbstractHeader* parent, KDockWidget* dock,
const char* name = 0L )
| KDockWidgetHeaderDrag |
Constructs this.
Parameters:
parent | the parent widget (usually a dockwidget header) |
dock | the dockwidget where it belongs to |
name | the object instance name |
~KDockWidgetHeaderDrag ()
| ~KDockWidgetHeaderDrag |
[virtual]
Destructs this.
void paintEvent ( QPaintEvent* )
| paintEvent |
[protected virtual]
Draws the drag panel (a double line)
Reimplemented from QFrame.