Home · All Classes · Main Classes · Deprecated
Properties

MListStyle Class Reference

Style class for MList. More...

Inheritance diagram for MListStyle:
Inheritance graph
[legend]
Collaboration diagram for MListStyle:
Collaboration graph
[legend]

List of all members.

Properties

QString groupHeaderObjectName
QString horizontalSeparatorObjectName
QString verticalSeparatorObjectName
QString groupSeparatorObjectName

Detailed Description

Style class for MList.

Example:

        MListStyle {
            group-header-object-name : "myOwnGroupHeaderStyle";
        }

        #myOwnGroupHeaderStyle
        {
            color : #ff0000;
        }
See also:
MLabelStyleContainer MWidgetStyle MLabelStyle Overview MList

Definition at line 45 of file views/style/mliststyle.h.


Property Documentation

MListStyle::groupHeaderObjectName [read, write]

Sets object name for a group header widget.

Sets object name for a group header widget. Group header supports all styles which MLabel supports.

See also:
MLabelStyle

Definition at line 59 of file views/style/mliststyle.h.

MListStyle::groupSeparatorObjectName [read, write]

Sets object name for a group separator widget.

Definition at line 83 of file views/style/mliststyle.h.

MListStyle::horizontalSeparatorObjectName [read, write]

Sets object name for a horizontal separator widget.

Definition at line 67 of file views/style/mliststyle.h.

MListStyle::verticalSeparatorObjectName [read, write]

Sets object name for a vertical separator widget.

Definition at line 75 of file views/style/mliststyle.h.


Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:14:25 (PDT)
Doxygen 1.7.1
MeeGo Touch