QmlDesigner: Temporarily remove linking/mirroring

Remove the linking indicator and the mirroring buttons until the
functionality will be implemented.

Change-Id: I7d76209fc8c184001690b001cbb0e9a8255bde9f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2021-08-11 12:39:11 +02:00
committed by Henning Gründl
parent ced3a32f99
commit 714f67bfc8
6 changed files with 30 additions and 20 deletions

View File

@@ -93,11 +93,12 @@ Column {
text: qsTr("H", "height")
enabled: backendValues.sourceSize_height.isAvailable
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}

View File

@@ -83,11 +83,12 @@ Column {
text: qsTr("H", "height")
tooltip: qsTr("Content height used for calculating the total implicit height.")
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}
}

View File

@@ -112,11 +112,12 @@ Section {
tooltip: xSpinBox.enabled ? "Y" : root.disbaledTooltip
enabled: ySpinBox.enabled
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}
@@ -167,11 +168,12 @@ Section {
tooltip: heightSpinBox.enabled ? qsTr("Height") : root.disbaledTooltip
enabled: heightSpinBox.enabled
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}
@@ -197,7 +199,8 @@ Section {
text: "°"
enabled: backendValues.rotation.isAvailable
}
/*
TODO QDS-4835
Spacer { implicitWidth: StudioTheme.Values.controlGap }
StudioControls.ButtonRow {
@@ -223,7 +226,7 @@ Section {
iconRotation: 90
}
}
*/
ExpandingSpacer {}
}

View File

@@ -79,11 +79,12 @@ Column {
//: The height of the object
text: qsTr("H", "height")
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}

View File

@@ -73,11 +73,12 @@ Section {
text: qsTr("H", "height")
tooltip: qsTr("Content height used for calculating the total implicit height.")
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}
@@ -109,11 +110,12 @@ Section {
Spacer { implicitWidth: StudioTheme.Values.controlLabelGap }
ControlLabel { text: "Y" }
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}
@@ -157,11 +159,12 @@ Section {
text: "Y"
enabled: backendValues.originY.isAvailable
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}

View File

@@ -103,11 +103,12 @@ Section {
text: qsTr("H", "height")
enabled: backendValues.sourceSize_height.isAvailable
}
/*
TODO QDS-4836
Spacer { implicitWidth: StudioTheme.Values.controlGap }
LinkIndicator2D {}
*/
ExpandingSpacer {}
}