forked from qt-creator/qt-creator
QmlDesigner: Add InsetSection to Control specifics
Change-Id: If85a1c985d1ad7b017e290dab9526b822395f19a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
7cf96e1209
commit
8a31be38e3
@@ -70,4 +70,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,4 +53,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,4 +52,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,4 +54,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,4 +138,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,4 +81,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -194,4 +194,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,6 +50,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -73,4 +73,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2021 The Qt Company Ltd.
|
** Copyright (C) 2022 The Qt Company Ltd.
|
||||||
** Contact: http://www.qt.io/licensing/
|
** Contact: http://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit.
|
** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit.
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
import QtQuick 2.15
|
import QtQuick 2.15
|
||||||
import HelperWidgets 2.0
|
|
||||||
import QtQuick.Layouts 1.15
|
import QtQuick.Layouts 1.15
|
||||||
|
import HelperWidgets 2.0
|
||||||
import StudioTheme 1.0 as StudioTheme
|
import StudioTheme 1.0 as StudioTheme
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
|
|||||||
@@ -51,4 +51,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -106,4 +106,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,4 +118,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -129,4 +129,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,4 +49,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,4 +53,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -213,4 +213,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -103,4 +103,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,6 +98,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -197,4 +197,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,4 +158,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -51,4 +51,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,6 +89,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -49,4 +49,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,4 +49,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,4 +122,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,4 +49,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,6 +73,8 @@ Column {
|
|||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
|
|
||||||
FontSection {
|
FontSection {
|
||||||
caption: qsTr("Font Inheritance")
|
caption: qsTr("Font Inheritance")
|
||||||
expanded: false
|
expanded: false
|
||||||
|
|||||||
@@ -46,9 +46,11 @@ Column {
|
|||||||
|
|
||||||
AbstractButtonSection {}
|
AbstractButtonSection {}
|
||||||
|
|
||||||
ControlSection { }
|
ControlSection {}
|
||||||
|
|
||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,4 +70,6 @@ Column {
|
|||||||
ControlSection {}
|
ControlSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -106,4 +106,6 @@ Column {
|
|||||||
FontSection {}
|
FontSection {}
|
||||||
|
|
||||||
PaddingSection {}
|
PaddingSection {}
|
||||||
|
|
||||||
|
InsetSection {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user