summaryrefslogtreecommitdiffstats
path: root/util/qt3d/modeltweak/qml/ConfigPane.qml
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-11-15 14:31:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-17 00:59:04 +0100
commit16874266d644cafd4cbd0a307c69eb6591a8a8c7 (patch)
treea3f6b6dd7c15062b48f88ebbea4e71e87dc8ddf1 /util/qt3d/modeltweak/qml/ConfigPane.qml
parente397a48f0c92133fb58cb33217deafa90f5f2126 (diff)
ModelTweak: Made buttons look like they come out of blender
At request of Danny. :) Change-Id: Id9816720307b3d5fa36c328227b74cc3cde5f0da Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'util/qt3d/modeltweak/qml/ConfigPane.qml')
-rw-r--r--util/qt3d/modeltweak/qml/ConfigPane.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/qt3d/modeltweak/qml/ConfigPane.qml b/util/qt3d/modeltweak/qml/ConfigPane.qml
index 70fa2355..70bf6f73 100644
--- a/util/qt3d/modeltweak/qml/ConfigPane.qml
+++ b/util/qt3d/modeltweak/qml/ConfigPane.qml
@@ -129,7 +129,7 @@ Row {
height: childrenRect.height
spacing: 8
- GrayButton {
+ BlenderToggle {
width: parent.width / 2 - 4
buttonText: "Save!"
function onClicked() {
@@ -195,7 +195,7 @@ Row {
}
}
- GrayButton {
+ BlenderToggle {
width: parent.width / 2 - 4
buttonText: "Load!"
function onClicked() { console.log(quickLoad.openModelFile); }
@@ -208,13 +208,13 @@ Row {
height: childrenRect.height
spacing: 8
- GrayButton {
+ BlenderToggle {
width: parent.width / 2 - 4
buttonText: "Help!"
function onClicked() { helpOverlay.visible = true }
}
- GrayButton {
+ BlenderToggle {
width: parent.width / 2 - 4
buttonText: "To let."
function onClicked() { console.log("Dunno what this does yet...") }