MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Qt Quick Components

The Qt Quick components provide a set of widgets and other building blocks that you can use to create a native-look user interface for your applications.

There are components for several user interface features including various types of buttons, sliders, text input, menus, toolbars and dialogs. There are also some components that implement standard small-screen navigation paradigms such as navigating a hierarchy and content accessible with tabs. For more details, see Introduction to the Qt Quick components

Getting Started with the Components

The Qt Quick components are built with QML and you can use them in your QML application in the same way as any of the standard QML elements. Make the components available to your application by importing them as follows:

 import com.nokia.meego 1.1     // MeeGo 1.2 Harmattan components
Guides Reference Examples and Demos