These classes are used to create custom views themable with XML.
| QThemeExclusiveItem | Exclusive item that allows only one of its children to be active in a QThemedView |
| QThemeGroupItem | Groups its children into a single item in a QThemedView |
| QThemeImageItem | Image item that you can add to a QThemedView to display an image |
| QThemeItem | The base class of all items in a QThemedView |
| QThemeItemFactory | Creates QThemeItem objects based on the name of the item |
| QThemeItemPlugin | Simple plugin interface that makes it easy to create custom theme items that can be loaded dynamically using the QThemeItemFactory class |
| QThemeLayoutItem | Layout item that you can add to a QThemedView to lay out items |
| QThemeLevelItem | Level item that you can add to a QThemedScene to display the signal or battery level |
| QThemeListItem | List item that you can add to a QThemedView |
| QThemePageItem | Page item that you can add to a QThemedView to display a page |
| QThemePluginItem | Manages the interaction between a ThemedItemInterface implementation and a QThemedView |
| QThemeRectItem | Rect item that you can add to a QThemedView |
| QThemeStatusItem | Status item that you can add to a QThemedView to display a status icon |
| QThemeTextItem | Text item that you can add to a QThemedView to display formatted text |
| QThemeWidgetItem | Widget item that you can add to a QThemedView |
| QThemedView | Displays themed views in Qtopia |