ComboBoxStyle

Provides custom styling for ComboBox More...

Import Statement: import QtQuick.Controls.Styles 1.1
Since: Qt 5.1

Properties

Detailed Description

Property Documentation

background : Component

This defines the background of the button.


read-onlycontrol : ComboBox

The ComboBox attached to this style.


dropDownButtonWidth : int

The size of the drop down button when the combobox is editable.


label : Component

This defines the label of the button.


renderType : int

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.