
The Qt Quick Components project provides a set of QML components for building user interfaces. The components allow the interface to accept user input and provide feedback indicators.
There are three sets of components, one set for the Symbian platform, one set for the MeeGo platform, and another Extras set that introduces new components to both platforms. Each set has a different import statement.
import com.nokia.symbian 1.0 // Symbian components import com.nokia.meego 1.0 // MeeGo components import com.nokia.extras 1.0 // Extras
| Symbian Components | MeeGo Components | Extras 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 |
|---|---|---|