ComboBoxStyle
Provides custom styling for ComboBox More...
Import Statement: | import QtQuick.Controls.Styles 1.1 |
Since: | Qt 5.1 |
Properties
- background : Component
- control : ComboBox
- dropDownButtonWidth : int
- label : Component
- renderType : int
Detailed Description
Property Documentation
Override the default rendering type for the control.
Supported render types are:
- Text.QtRendering
- Text.NativeRendering - the default
This QML property was introduced in Qt 5.3.
See also Text::renderType.