Qt Quick Controls 1 QML Types

The Qt Quick Controls 1 module provides QML types for creating user interfaces. These QML types work in conjunction with Qt Quick and Qt Quick Layouts.

Controls can be styled using the Styles QML Types.

The QML types can be imported into your application using the following import statement in your .qml file.


  import QtQuick.Controls 1.4

Action

Abstract user interface action that can be bound to items

ExclusiveGroup

Way to declare several checkable controls as mutually exclusive

MenuItem

Item to add in a menu or a menu bar

MenuSeparator

Separator for items inside a menu

Stack

Provides attached properties for items pushed onto a StackView

TableView

Provides a list view with scroll bars, styling and header sections

TreeView

Provides a tree view with scroll bars, styling and header sections