summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/qml/qmlscatter/main.qml
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-01 14:02:32 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-01 14:10:25 +0300
commit6a85b7fa00626c544103c48099260d7a36778686 (patch)
treebb227f5c8d4dff71b9ba9c5de42a56fd96fc29a5 /examples/qmlscatter/qml/qmlscatter/main.qml
parent1d6a370a2c6c727e5957fa63b9a516ac0227e54d (diff)
Android QtQuick.Controls button fix
Change-Id: If72aa627515978cd30cbb159eb9a6a5dddbb8f52 Change-Id: If72aa627515978cd30cbb159eb9a6a5dddbb8f52 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/qmlscatter/qml/qmlscatter/main.qml')
-rw-r--r--examples/qmlscatter/qml/qmlscatter/main.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/qmlscatter/qml/qmlscatter/main.qml b/examples/qmlscatter/qml/qmlscatter/main.qml
index d3a650db..e533801b 100644
--- a/examples/qmlscatter/qml/qmlscatter/main.qml
+++ b/examples/qmlscatter/qml/qmlscatter/main.qml
@@ -17,7 +17,6 @@
****************************************************************************/
import QtQuick 2.1
-import QtQuick.Controls 1.0
import com.digia.QtDataVisualization 1.0
import "."
@@ -58,7 +57,7 @@ Item {
}
}
- Button {
+ NewButton {
id: shadowToggle
width: parent.width / 6
text: "Hide Shadows"
@@ -73,7 +72,7 @@ Item {
}
}
- Button {
+ NewButton {
id: smoothToggle
width: parent.width / 6
text: "Use Smooth Dots"
@@ -89,7 +88,7 @@ Item {
}
}
- Button {
+ NewButton {
id: cameraToggle
width: parent.width / 6
text: "Change Camera Placement"
@@ -103,7 +102,7 @@ Item {
}
}
- Button {
+ NewButton {
id: themeToggle
width: parent.width / 6
text: "Change Theme"
@@ -117,7 +116,7 @@ Item {
}
}
- Button {
+ NewButton {
id: backgroundToggle
width: parent.width / 6
text: "Hide Background"
@@ -132,7 +131,8 @@ Item {
}
}
}
- Button {
+
+ NewButton {
id: exitButton
width: parent.width / 6
text: "Quit"