diff options
Diffstat (limited to 'src/controls/ComboBox.qml')
| -rw-r--r-- | src/controls/ComboBox.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml index e1b019e1d..f5dbaca8a 100644 --- a/src/controls/ComboBox.qml +++ b/src/controls/ComboBox.qml @@ -47,8 +47,9 @@ import "Styles/Settings.js" as Settings \qmltype ComboBox \inqmlmodule QtQuick.Controls 1.0 \ingroup controls - \brief ComboBox is a combined button and popup list. The popup menu itself is platform - native, and cannot by styled from QML code. + \brief ComboBox is a combined button and popup list. + + The popup menu itself is platform native, and cannot by styled from QML code. Add menu items to the comboBox by either adding MenuItem children inside the popup, or assign it a ListModel (or both). |
