Home · All Classes · Modules

QStyleOptionDockWidget Class Reference
[QtGui module]

The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock window. More...

Inherits QStyleOption.

Methods

Members

Static Members


Detailed Description

The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock window.


Method Documentation

QStyleOptionDockWidget.__init__ (self)

Constructs a QStyleOptionDockWidget. The member variables are initialized to default values.

QStyleOptionDockWidget.__init__ (self, QStyleOptionDockWidget other)

Constructs a copy of the other style option.


Member Documentation

bool closable

This variable holds indicates that the dock window is closable.

bool floatable

This variable holds indicates that the dock window is floatable.

bool movable

This variable holds indicates that the dock window is movable.

QString title

This variable holds the title of the dock window.

int Type

This member should be treated as a constant.

Equals SO_DockWidget.

int Version

This member should be treated as a constant.

Equals 1.


PyQt 4.0.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2006Qt 4.1.4