Qt Quick Controls Styles
The Qt Quick Controls Styles submodule allows custom styling for Qt Quick Controls.
The submodule is new in Qt 5.1 and requires Qt Quick 2.1.
Getting started
The QML types can be imported into your application using the following import statement in your .qml file.
import QtQuick.Controls.Styles 1.2
Styling Views
Provides custom styling for ScrollView | |
Provides custom styling for TabView | |
Provides custom styling for TableView |
Styling Controls
Provides custom styling for BusyIndicatorStyle | |
Provides custom styling for Button | |
Provides custom styling for Calendar | |
Provides custom styling for CheckBox | |
Provides custom styling for ComboBox | |
Provides custom styling for MenuBar | |
Provides custom styling for Menu | |
Provides custom styling for ProgressBar | |
Provides custom styling for RadioButton | |
Provides custom styling for Slider | |
Provides custom styling for SpinBox | |
Provides custom styling for StatusBar | |
Provides custom styling for Switch | |
Provides custom styling for TextArea. | |
Provides custom styling for TextField. | |
Provides custom styling for ToolBar |