Provides custom styling for ComboBox 更多...
import 语句: | import QtQuick.Controls.Styles 1.4 |
Since: | Qt 5.1 |
background : Component |
This defines the background of the button.
[read-only] control : ComboBox |
The ComboBox this style is attached to.
The size of the drop down button when the combobox is editable.
font : font |
The font of the control.
This QML property was introduced in QtQuick.Controls.Styles 1.3.
label : Component |
This defines the label of the button.
Override the default rendering type for the control.
支持的渲染类型是:
The default value is platform dependent.
This QML property was introduced in QtQuick.Controls.Styles 1.2.
另请参阅 Text::renderType .
The highlighted text color, used in selections.
This QML property was introduced in QtQuick.Controls.Styles 1.3.
The text highlight color, used behind selections.
This QML property was introduced in QtQuick.Controls.Styles 1.3.
文本颜色。
This QML property was introduced in QtQuick.Controls.Styles 1.3.