summaryrefslogtreecommitdiffstats
path: root/util/qt3d/modeltweak/qml/ModelTweak.qml
diff options
context:
space:
mode:
Diffstat (limited to 'util/qt3d/modeltweak/qml/ModelTweak.qml')
-rw-r--r--util/qt3d/modeltweak/qml/ModelTweak.qml13
1 files changed, 12 insertions, 1 deletions
diff --git a/util/qt3d/modeltweak/qml/ModelTweak.qml b/util/qt3d/modeltweak/qml/ModelTweak.qml
index d4426d4f..61340b34 100644
--- a/util/qt3d/modeltweak/qml/ModelTweak.qml
+++ b/util/qt3d/modeltweak/qml/ModelTweak.qml
@@ -211,6 +211,7 @@ Rectangle {
}
Rectangle {
+ id: meshName
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottomMargin: 10
anchors.bottom: parent.bottom
@@ -228,10 +229,20 @@ Rectangle {
}
}
- ConfigPane {
+ ModelPropertiesPane {
+ id: modelPropertiesPane
+ x: 16;
+ y: parent.height / 2 + 16
}
+ ButtonBarPane {
+ anchors {
+ top: modelPropertiesPane.top;
+ left: modelPropertiesPane.right; leftMargin: 16
+ }
+ }
+
HelpOverlay {
id: helpOverlay
visible: false