summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/content/Controls.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/gallery/content/Controls.qml')
-rw-r--r--examples/quick/controls/gallery/content/Controls.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml
index 98945675..7f6ea9aa 100644
--- a/examples/quick/controls/gallery/content/Controls.qml
+++ b/examples/quick/controls/gallery/content/Controls.qml
@@ -87,6 +87,11 @@ Item {
currentIndex: 2
}
ComboBox {
+ model: Qt.fontFamilies()
+ width: parent.width
+ currentIndex: 47
+ }
+ ComboBox {
id: editableCombo
editable: true
model: choices