Home · All Classes · Main Classes · Deprecated
Properties

MListStyle Class Reference

Style class for MList. More...

Inherits MWidgetStyle.

List of all members.

Properties

QString groupHeaderObjectName
QString horizontalSeparatorObjectName
QString verticalSeparatorObjectName
QString groupSeparatorObjectName
QString insertItemAnimation
QString deleteItemAnimation
QString listIndexStyleName

Detailed Description

Style class for MList.

Example:

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

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

Property Documentation

QString MListStyle::deleteItemAnimation [read, write]
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
MListStyle::groupSeparatorObjectName [read, write]

Sets object name for a group separator widget.

MListStyle::horizontalSeparatorObjectName [read, write]

Sets object name for a horizontal separator widget.

QString MListStyle::insertItemAnimation [read, write]
QString MListStyle::listIndexStyleName [read, write]
MListStyle::verticalSeparatorObjectName [read, write]

Sets object name for a vertical separator widget.


Copyright © 2010 Nokia Corporation
MeeGo Touch