Qt Quick Controls 1
Warning: The Qt Quick Controls 1 module is deprecated since Qt 5.12. Use the latest Qt Quick Controls module instead.
The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.
The module was introduced in Qt 5.1.
Visit the Qt Quick Controls 1 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 | |
Provides a top-level application window | |
Provides a horizontal menu bar | |
Contains status information in your app | |
Contains ToolButton and related controls |
Navigation and Views
Views typically let the user manage or present other components in a layout.
Provides a scrolling view within another Item | |
Lays out items with a draggable splitter between each item | |
Provides a stack-based navigation model | |
A control that allows the user to select one of multiple stacked items | |
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.
Abstract user interface action that can be bound to items | |
Provides a top-level application window | |
A busy indicator | |
A push button with a text label | |
Provides a way to select dates from a calendar | |
A checkbox with a text label | |
Provides a drop-down list functionality | |
Way to declare several checkable controls as mutually exclusive | |
Group box frame with a title | |
A text label | |
Provides a menu component for use as a context menu, popup menu, or as part of a menu bar | |
Provides a horizontal menu bar | |
Item to add in a menu or a menu bar | |
Separator for items inside a menu | |
A progress indicator | |
A radio button with a text label | |
Provides a scrolling view within another Item | |
Provides a vertical or horizontal slider control | |
Provides a spin box control | |
Lays out items with a draggable splitter between each item | |
Provides attached properties for items pushed onto a StackView | |
Provides a stack-based navigation model | |
A delegate used by StackView for loading transitions | |
Contains status information in your app | |
A switch | |
Represents the content of a tab in a TabView | |
A control that allows the user to select one of multiple stacked items | |
Provides a list view with scroll bars, styling and header sections | |
Used to define columns in a TableView or in a TreeView | |
Displays multiple lines of editable formatted text | |
Displays a single line of editable plain text | |
Contains ToolButton and related controls | |
Provides a button type that is typically used within a ToolBar | |
Provides a tree view with scroll bars, styling and header sections |
Menus
Types that can be used to build menus.
Provides a menu component for use as a context menu, popup menu, or as part of a menu bar | |
Item to add in a menu or a menu bar | |
Separator for items inside a menu |
Licenses and Attributions
The Qt Quick Controls module is available under commercial licenses from The Qt Company. In addition, it is available under free software licenses. Since Qt 5.4, these free software licenses are GNU Lesser General Public License, version 3, or the GNU General Public License, version 2. See Qt Licensing for further details.