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
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 | |
Provides a list view with scroll bars, styling and header sections | |
Provides a tree view with scroll bars, styling and header sections |