Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QStyleOptionDockWindow Class Reference

The QStyleOptionDockWindow class is used to describe the parameters for drawing various parts of Q3DockWindows. More...

#include <QStyleOptionDockWindow>

Inherits QStyleOption.

List of all members.

Read-Only Properties

Public Functions


Detailed Description

The QStyleOptionDockWindow class is used to describe the parameters for drawing various parts of Q3DockWindows.

This structure is used for drawing the old Q3DockWindow and its parts. It is not recommended for new classes.


Property Documentation

docked : bool

This property holds indicates that the dock window is currently docked.

isCloseEnabled : bool

This property holds indicates that the dock window has a close button.


Member Function Documentation

QStyleOptionDockWindow::QStyleOptionDockWindow ( int version )

Constructs a QStyleOptionDockWindow with version version.

The values in the structure will be set to false. It is the responsibility of the developer to set them correctly.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1