Qt Quick Controls Styles QML Types

The Qt Quick Controls module provides a set of QML types for handling styles.

Some of the controls allow custom styling similar to widget style sheets. A styling object is usually a collection of properties that control behavior and simple delegates that can be replaced with custom QML snippets.

import QtQuick.Controls.Styles 1.1

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

ScrollViewStyle

Provides custom styling for ScrollView

SliderStyle

Provides custom styling for Slider

SpinBoxStyle

Provides custom styling for SpinBox

StatusBarStyle

Provides custom styling for StatusBar

SwitchStyle

Provides custom styling for Switch

TabViewStyle

Provides custom styling for TabView

TableViewStyle

Provides custom styling for TableView

TextAreaStyle

Provides custom styling for TextArea.

TextFieldStyle

Provides custom styling for TextField.

ToolBarStyle

Provides custom styling for ToolBar