Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

ThemeGroupItem Class Reference
[QtBaseModule]

The ThemeGroupItem class groups its children into a single item in a ThemedView. More...

    #include <ThemeGroupItem>

Inherits ThemeItem.

Public Functions

Additional Inherited Members


Detailed Description

The ThemeGroupItem class groups its children into a single item in a ThemedView.

The ThemeGroupItem class implements the group element from the theme XML.

This is useful when a single logical item is made up of multiple graphical components. Eg. a ThemeGroupItem item may represent a single button by grouping multiple text and image items together.

Normally you do not want to call this item's functions directly, but rather specify the relevant attributes and data for this item in the themed view XML.

See also group element.


Member Function Documentation

ThemeGroupItem::ThemeGroupItem ( ThemeItem * parent, ThemedView * view, const ThemeAttributes & atts )

Constructs a ThemeGroupItem. parent, view and atts are passed to the base class constructor.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3