Qt Labs Controls QML Types

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

Qt Labs Controls QML types can be imported into your application using the following import statement in your .qml file:

import Qt.labs.controls 1.0

The calendar related QML types can be imported using the following statement:

import Qt.labs.calendar 1.0

Note: Types in the Qt.labs module are not guaranteed to remain compatible in future versions.

QML Types

Qt.labs.controls Module

AbstractButton

Base of all button controls

ApplicationWindow

Provides a top-level application window

BusyIndicator

A busy indicator

Button

A button control

ButtonGroup

An exclusive group of checkable controls

CheckBox

A check box control

ComboBox

A combo box control

Container

A container control base type

Control

A user interface control

Dial

A circular dial that is rotated to set a value

Drawer

A side panel control

Frame

A frame control

GroupBox

A group box control

ItemDelegate

An item delegate

Label

A text label

Menu

A menu control

MenuItem

A menu item within a Menu

Page

A page control

PageIndicator

A page indicator control

Pane

A pane control

Popup

A popup control

ProgressBar

A progress bar control

RadioButton

A radio button control

RangeSlider

A slider control used to select a range of values

ScrollBar

An interactive scroll bar control

ScrollIndicator

A non-interactive scroll indicator control

Slider

A slider control

SpinBox

A spinbox control

StackView

Provides a stack-based navigation model

SwipeView

A swipe view control

Switch

A switch control

TabBar

A tab bar control

TabButton

A tab button control

TextArea

A multi line text input control

TextField

A single line text input control

ToolBar

A tool bar control

ToolButton

A tool button control

Tumbler

A spinnable wheel of items that can be selected

Qt.labs.calendar Module

Calendar

A calendar namespace

CalendarModel

A calendar model

DayOfWeekRow

A row of names for the days in a week

MonthGrid

A grid of days for a calendar month

WeekNumberColumn

A column of week numbers

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.