QML官⽅系列教程——QtQuickControlsStyles
Qt Quick Controls Styles —— Qt Quick控件样式
Qt Quick Controls Styles⼦模块允许为设置⾃定义的样式。
它在Qt 5.1中被引⼊因此需要Qt Quick 2.1。
Getting Started —— 开始
使⽤以下声明将这些QML类型引⼊到你的应⽤程序中。
import QtQuick.Controls.Styles 1.2
·
Styling Views —— 视图样式类
ScrollViewStyle —— 为ScrollView提供⾃定义样式
TabViewStyle —— 为TabView提供⾃定义样式
TableViewStyle —— 为TableView提供⾃定义样式
Styling Controls —— 控件样式类
BusyIndicatorStyle —— 为BusyIndicator提供⾃定义样式
ButtonStyle ——为Button提供⾃定义样式
CalendarStyle —— 为Calendar提供⾃定义样式
CheckBoxStyle —— 为CheckBox提供⾃定义样式
ComboBoxStyle —— 为ComboBox提供⾃定义样式
textstyleMenuBarStyle —— 为MenuBar提供⾃定义样式
MenuStyle —— 为Menu提供⾃定义样式
ProgressBarStyle —— 为ProgressBar提供⾃定义样式
RadioButtonStyle —— 为RadioButton提供⾃定义样式
SliderStyle —— 为Slider提供⾃定义样式
SpinBoxStyle —— 为SpinBox提供⾃定义样式
StatusBarStyle —— 为StatusBar提供⾃定义样式
SwitchStyle —— 为Switch提供⾃定义样式
TextAreaStyle —— 为TextArea提供⾃定义样式
TextFieldStyle —— 为TextField提供⾃定义样式
ToolBarStyle —— 为ToolBar提供⾃定义样式
Related information —— 相关阅读Qt Quick Styles QML Types

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。