Qt Quick Controls

The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.

The module is new in Qt 5.1.

Visit the Qt Quick Controls Overview page to get started.

Application Window

Components used to describe the basic window properties of an application.

Action

Abstract user interface action that can be bound to items

Views typically let the user manage or present other components in a layout.

TableView

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

TreeView

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

Controls

Controls are typically items that are used to present or receive input from the user.

TableView

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

TreeView

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

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

Types that can be used to build menus.

MenuItem

Item to add in a menu or a menu bar

MenuSeparator

Separator for items inside a menu