summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qml/qmlsurface/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/qmlsurface/qml/qmlsurface/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/qmlsurface/qml/qmlsurface/main.qml')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/main.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/main.qml b/examples/qmlsurface/qml/qmlsurface/main.qml
index 2e192197..0b22d6b6 100644
--- a/examples/qmlsurface/qml/qmlsurface/main.qml
+++ b/examples/qmlsurface/qml/qmlsurface/main.qml
@@ -17,7 +17,6 @@
****************************************************************************/
import QtQuick 2.1
-import QtQuick.Controls 1.0
import com.digia.QtDataVisualization 1.0
import "."
@@ -71,8 +70,9 @@ Item {
}
}
- Button {
+ NewButton {
id: surfaceGridToggle
+ anchors.top: parent.top
anchors.left: parent.left
width: 200
text: "Show Surface Grid"
@@ -87,7 +87,7 @@ Item {
}
}
- Button {
+ NewButton {
id: smoothSurfaceToggle
anchors.top: surfaceGridToggle.bottom
width: surfaceGridToggle.width
@@ -103,7 +103,7 @@ Item {
}
}
- Button {
+ NewButton {
id: backgroundToggle
anchors.top: smoothSurfaceToggle.bottom
width: smoothSurfaceToggle.width
@@ -119,7 +119,7 @@ Item {
}
}
- Button {
+ NewButton {
id: gridToggle
anchors.top: backgroundToggle.bottom
width: backgroundToggle.width
@@ -135,7 +135,7 @@ Item {
}
}
- Button {
+ NewButton {
id: proxyToggle
anchors.top: gridToggle.bottom
width: gridToggle.width