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

ApplicationWindowStyle

Provides custom styling for ApplicationWindow

BusyIndicatorStyle

Provides custom styling for BusyIndicatorStyle

ButtonStyle

Provides custom styling for Button

CalendarStyle

Provides custom styling for Calendar

CheckBoxStyle

Provides custom styling for CheckBox

ComboBoxStyle

Provides custom styling for ComboBox

MenuBarStyle

Provides custom styling for MenuBar

MenuStyle

Provides custom styling for Menu

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

© 2015 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.