QmlDesigner: Add InsetSection to Control specifics

Change-Id: If85a1c985d1ad7b017e290dab9526b822395f19a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2022-06-28 15:20:30 +02:00
committed by Henning Gründl
parent 7cf96e1209
commit 8a31be38e3
33 changed files with 67 additions and 3 deletions

View File

@@ -70,4 +70,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -53,4 +53,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -52,4 +52,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -54,4 +54,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -138,4 +138,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -81,4 +81,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -194,4 +194,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -50,6 +50,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -73,4 +73,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
** Copyright (C) 2022 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit.
@@ -35,8 +35,8 @@
****************************************************************************/
import QtQuick 2.15
import HelperWidgets 2.0
import QtQuick.Layouts 1.15
import HelperWidgets 2.0
import StudioTheme 1.0 as StudioTheme
Section {

View File

@@ -51,4 +51,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -106,4 +106,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -118,4 +118,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -48,6 +48,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -129,4 +129,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -49,4 +49,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -53,4 +53,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -213,4 +213,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -103,4 +103,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -98,6 +98,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -197,4 +197,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -158,4 +158,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -46,6 +46,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -51,4 +51,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -89,6 +89,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -49,4 +49,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -49,4 +49,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -122,4 +122,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -49,4 +49,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -73,6 +73,8 @@ Column {
PaddingSection {}
InsetSection {}
FontSection {
caption: qsTr("Font Inheritance")
expanded: false

View File

@@ -51,4 +51,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -70,4 +70,6 @@ Column {
ControlSection {}
PaddingSection {}
InsetSection {}
}

View File

@@ -106,4 +106,6 @@ Column {
FontSection {}
PaddingSection {}
InsetSection {}
}