Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QThemeTextItem class provides a text item that you can add to a QThemedView to display formatted text. More...
#include <QThemeTextItem>
Inherits QThemeItem.
This class was introduced in Qtopia 4.4.
The QThemeTextItem class provides a text item that you can add to a QThemedView to display formatted text.
See also QThemeItem and QThemedView.
Constructs a QThemeTextItem. The parent is passed to the base class constructor.
Destroys the QThemeTextItem.
Sets the content for this text item. text will be drawn to the screen.
See also text().
Sets the text format of the item explicitly to format. If the value is Qt::AutoText, the item tries to determine the correct format.
See also textFormat().
Returns the text set for this text item.
See also setText().
Returns the current text format of the text item.
See also setTextFormat().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |