Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QThemeListItem class provides a list item that you can add to a QThemedView. More...
#include <QThemeListItem>
Inherits QThemeWidgetItem.
This class was introduced in Qtopia 4.4.
The QThemeListItem class provides a list item that you can add to a QThemedView.
See also QThemeItem and QThemedView.
Constructs a QThemeListItem. The parent is passed to the base class constructor.
Destroys the ThemeListItem object.
Returns the QListView for this item. Equivalent to qobject_cast<QListView*>(widget())
Returns the ThemeListModel object associated with this ThemeListItem.
See also setModel().
Sets model to be the ThemeListModel associated with this ThemeListItem. If this item currently has a QListView widget set, this model is installed immediately on the view using QListView::setModel(). If a call is made to QWidget::setWidget() in the future, this model will be installed in the same way.
See also model().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |