aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/CheckDelegateSpecifics.qml
diff options
context:
space:
mode:
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
}