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.
Abstract user interface action that can be bound to items |
Navigation and Views
Views typically let the user manage or present other components in a layout.
Provides a list view with scroll bars, styling and header sections | |
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.
Provides a list view with scroll bars, styling and header sections | |
Provides a tree view with scroll bars, styling and header sections | |
Abstract user interface action that can be bound to items | |
Way to declare several checkable controls as mutually exclusive | |
Item to add in a menu or a menu bar | |
Separator for items inside a menu | |
Provides attached properties for items pushed onto a StackView |
Menus
Types that can be used to build menus.
Item to add in a menu or a menu bar | |
Separator for items inside a menu |
Related information
- Qt Quick
- Qt Quick Controls Overview
- Qt Quick Controls QML Types
- Qt Quick Controls Platform Notes
- Qt Quick Controls Examples
- Qt Quick Controls Styles
- Qt Quick Layouts
- Qt Quick Dialogs