Home · All Classes · Main Classes · Deprecated
Properties

MLabelStyle Class Reference

Style class for MLabel. More...

Inherits MWidgetStyle.

List of all members.

Properties

QColor color
QFont font
QColor highlightColor
QColor activeHighlightColor
qreal textOpacity
Qt::Alignment horizontalAlignment
Qt::Alignment verticalAlignment

Detailed Description

Style class for MLabel.

        MLabelStyle {
            color: blue;
            font: arial 12;
        }
See also:
MLabelStyleContainer MWidgetStyle Styling MLabel

Property Documentation

MLabelStyle::activeHighlightColor [read, write]

Color for active (aka link that is being pressed down) highlighted text fragments.

See QColor::setNamedColor for possbile values.

MLabelStyle::color [read, write]

Label font color.

See QColor::setNamedColor for possbile values.

MLabelStyle::font [read, write]

Label font.

MLabelStyle::highlightColor [read, write]

Color for highlighted text fragments.

See QColor::setNamedColor for possbile values.

MLabelStyle::horizontalAlignment [read, write]

Horizontal alignment of the label.

qreal MLabelStyle::textOpacity [read, write]
MLabelStyle::verticalAlignment [read, write]

Vertical alignment of the label.


Copyright © 2010 Nokia Corporation
MeeGo Touch