Home · All Classes · Modules

QStyleOptionTabBarBase Class Reference
[QtGui module]

The QStyleOptionTabBarBase class is used to describe the the base of a tabbar. That is the part that the tabbar usually overlaps with. More...

Inherits QStyleOption.

Methods

Members

Static Members


Detailed Description

The QStyleOptionTabBarBase class is used to describe the the base of a tabbar. That is the part that the tabbar usually overlaps with.

This is drawn by a standalone QTabBar (one that isn't part of a QTabWidget).

See also QTabBar.drawBase().


Method Documentation

QStyleOptionTabBarBase.__init__ (self)

Construct a QStyleOptionTabBarBase. The members are given default values.

QStyleOptionTabBarBase.__init__ (self, QStyleOptionTabBarBase other)

Constructs a copy of other.


Member Documentation

QRect selectedTabRect

The rectangle containing the selected tab

This is within the bounds of the tabBarRect.

QTabBar.Shape shape

The shape of the tabbar.

QRect tabBarRect

The rectangle containing all the tabs.

int Type

This member should be treated as a constant.

Equals SO_TabBarBase.

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