Home
To follow project status, see http://bugreports.qt.nokia.com/browse/QTCOMPONENTS-72.
Read ContributionGuidelines, if you want to contribute to this project,
Project Glossary
- Component: A QObject or QDeclarativeItem that can be declared in a QML file. For instance, Something { }
- Models: A component that does not draw itself (ie. a QObject) and that provides data access or handles some reusable code logic inside it. These have an API of methods / properties and can be used by those writing widgets.
- Widget: A visible component (ie. a QDeclarativeItem) that is meant to be part of the public API of a toolkit. Examples are Button, Slider, etc. The widget implementation might use several controls and models, but those are not exposed in the widget’s public API (private only).
- Style: A set of widgets with common Look&Feel
- Theme: properties that can change the Look of a style (colors, fonts, margin, paddings, etc)

