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.1

Styling Views

ScrollViewStyle

Provides custom styling for ScrollView

TabViewStyle

Provides custom styling for TabView

TableViewStyle

Provides custom styling for TableView

Styling Controls

BusyIndicatorStyle

Provides custom styling for BusyIndicatorStyle

ButtonStyle

Provides custom styling for Button

CheckBoxStyle

Provides custom styling for CheckBox

ComboBoxStyle

Provides custom styling for ComboBox

ProgressBarStyle

Provides custom styling for ProgressBar

RadioButtonStyle

Provides custom styling for RadioButton

SliderStyle

Provides custom styling for Slider

SpinBoxStyle

Provides custom styling for SpinBox

SwitchStyle

Provides custom styling for Switch

TextFieldStyle

Provides custom styling for TextField.

Related information