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.

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

TabViewStyle

Provides custom styling for TabView

TableViewStyle

Provides custom styling for TableView

TextFieldStyle

Provides custom styling for TextField.