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

Styling Views

ScrollViewStyle

Provides custom styling for ScrollView

TabViewStyle

Provides custom styling for TabView

TableViewStyle

Provides custom styling for TableView

Styling Controls

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

SliderStyle

Provides custom styling for Slider

SpinBoxStyle

Provides custom styling for SpinBox

StatusBarStyle

Provides custom styling for StatusBar

SwitchStyle

Provides custom styling for Switch

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.