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 application.
There are components for a many of the usual 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
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. You make the components available to your application by importing them as follows:
import com.nokia.symbian // Symbian components _or_ import com.nokia.meego // MeeGo components
Do try out the example applications that are supplied with full source code. Each of example has a walkthrough describing how the application is constructed and how it functions. See the Examples and demos page for details.
Guides | Reference | Examples and Demos |
---|---|---|