Qt Quick Components
hamishwillee
(Talk | contribs) (Hamishwillee - Created with braindump) |
hamishwillee
(Talk | contribs) m (Text replace - "Category:MeeGo" to "Category:MeeGo Harmattan") |
||
| Line 1: | Line 1: | ||
| − | [[Category:Qt Quick]][[Category:MeeGo]][[Category:Symbian]] | + | [[Category:Qt Quick]][[Category:MeeGo Harmattan]][[Category:Symbian]] |
{{Abstract|Qt Quick Components provide an app framework and UI component library for Qt Quick. This article provides an overview of the available components. }} | {{Abstract|Qt Quick Components provide an app framework and UI component library for Qt Quick. This article provides an overview of the available components. }} | ||
Latest revision as of 13:57, 13 June 2012
Qt Quick Components provide an app framework and UI component library for Qt Quick. This article provides an overview of the available components.
Article Metadata
Platform Security
Article
Overview
Qt Quick Components provides a set of QML components for building user interfaces. These include components for managing pages (views) or tabs and the transitions between them, and also for user interface elements (e.g. listboxes, buttons etc) that can be used in those pages.
Separate Qt Quick Components libraries are provided for Symbian and MeeGo, and within these platforms there are also "Extras" components which are not part of the core sets. The current and future intention is to align the components as closely as possible.
The components are well documented in the developer library (see the #References below).
Porting
Porting apps written using Qt Quick Components for different platforms can be fairly straightforward - in some cases as simple as changing the import library. Note however that even in simple applications there can be subtle differences, and of course the design guidelines for the platforms are quite different.
One of the best porting guides on the wiki is Porting Symbian Qt Apps to Nokia N9. There are other guides on the Internet.

