aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/CheckDelegateSpecifics.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-11-08 14:23:11 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-11-10 11:02:51 +0000
commit2eb1d259c6441faa62dc1834664e71995dca9165 (patch)
tree1aa9d86ae5abe2a1cbf96fd8bd6d94931f24e45a /src/imports/controls/designer/CheckDelegateSpecifics.qml
parentd92fdd989fb0355f866356625cf7f68f06cf8280 (diff)
Update Quick Designer supportv5.9.3
Add a lot of missing controls and properties. Change-Id: I7c0ff3cc7fd7220e338d78cac575091ff12abf48 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/imports/controls/designer/CheckDelegateSpecifics.qml')
-rw-r--r--src/imports/controls/designer/CheckDelegateSpecifics.qml12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/imports/controls/designer/CheckDelegateSpecifics.qml b/src/imports/controls/designer/CheckDelegateSpecifics.qml
index bd885430..d5c92d87 100644
--- a/src/imports/controls/designer/CheckDelegateSpecifics.qml
+++ b/src/imports/controls/designer/CheckDelegateSpecifics.qml
@@ -41,8 +41,16 @@ import QtQuick.Layouts 1.0
Column {
width: parent.width
- ButtonSection {
- caption: qsTr("Check Delegate")
+ CheckSection {
+ width: parent.width
+ caption: qsTr("CheckDelegate")
+ }
+
+ ItemDelegateSection {
+ width: parent.width
+ }
+
+ AbstractButtonSection {
width: parent.width
}