summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml')
-rw-r--r--examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml19
1 files changed, 10 insertions, 9 deletions
diff --git a/examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml b/examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml
index 002f9d93..6e54fc96 100644
--- a/examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml
+++ b/examples/datavisualization/qmlscatter/qml/qmlscatter/main.qml
@@ -28,9 +28,10 @@
****************************************************************************/
//! [0]
-import QtQuick 2.1
-import QtQuick.Layouts 1.0
-import QtDataVisualization 1.0
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
+import QtDataVisualization
import "."
//! [0]
@@ -148,7 +149,7 @@ Rectangle {
anchors.left: parent.left
spacing: 0
//! [7]
- NewButton {
+ Button {
id: shadowToggle
Layout.fillHeight: true
Layout.fillWidth: true
@@ -166,7 +167,7 @@ Rectangle {
}
//! [7]
- NewButton {
+ Button {
id: smoothToggle
Layout.fillHeight: true
Layout.fillWidth: true
@@ -182,7 +183,7 @@ Rectangle {
}
}
- NewButton {
+ Button {
id: cameraToggle
Layout.fillHeight: true
Layout.fillWidth: true
@@ -197,7 +198,7 @@ Rectangle {
}
}
- NewButton {
+ Button {
id: themeToggle
Layout.fillHeight: true
Layout.fillWidth: true
@@ -216,7 +217,7 @@ Rectangle {
}
}
- NewButton {
+ Button {
id: backgroundToggle
Layout.fillHeight: true
Layout.fillWidth: true
@@ -232,7 +233,7 @@ Rectangle {
}
}
- NewButton {
+ Button {
id: exitButton
Layout.fillHeight: true
Layout.fillWidth: true