summaryrefslogtreecommitdiffstats
path: root/examples/location/mapviewer/menus
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-05-28 14:59:13 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 08:32:58 +0000
commitcbb9a5302581fcea7d17e08661fc20429329dd31 (patch)
tree0e3ba903e8ad61897c771d016d1df1764c72643e /examples/location/mapviewer/menus
parent23d8903dd4edc368af9c82f9fd53cacc16efabe4 (diff)
Improve 'mapviewer' example readability
* fix Map Component creation * same QML components version across the files * use "Proceed" instead of "Go !" for buttons Change-Id: Ia75b0663a8b08241c0f842dacf80da089a6ee841 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location/mapviewer/menus')
-rw-r--r--examples/location/mapviewer/menus/ItemPopupMenu.qml4
-rw-r--r--examples/location/mapviewer/menus/MainMenu.qml6
-rw-r--r--examples/location/mapviewer/menus/MapPopupMenu.qml4
-rw-r--r--examples/location/mapviewer/menus/MarkerPopupMenu.qml4
4 files changed, 9 insertions, 9 deletions
diff --git a/examples/location/mapviewer/menus/ItemPopupMenu.qml b/examples/location/mapviewer/menus/ItemPopupMenu.qml
index 6b604aaa..8d7e2f70 100644
--- a/examples/location/mapviewer/menus/ItemPopupMenu.qml
+++ b/examples/location/mapviewer/menus/ItemPopupMenu.qml
@@ -38,8 +38,8 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
+import QtQuick 2.5
+import QtQuick.Controls 1.4
Menu {
property variant type
diff --git a/examples/location/mapviewer/menus/MainMenu.qml b/examples/location/mapviewer/menus/MainMenu.qml
index 31c4a53b..2d402bd0 100644
--- a/examples/location/mapviewer/menus/MainMenu.qml
+++ b/examples/location/mapviewer/menus/MainMenu.qml
@@ -38,9 +38,9 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
-import QtLocation 5.3
+import QtQuick 2.5
+import QtQuick.Controls 1.4
+import QtLocation 5.5
MenuBar {
property variant providerMenu: providerMenu
diff --git a/examples/location/mapviewer/menus/MapPopupMenu.qml b/examples/location/mapviewer/menus/MapPopupMenu.qml
index 4bb9e0a2..b8cc8412 100644
--- a/examples/location/mapviewer/menus/MapPopupMenu.qml
+++ b/examples/location/mapviewer/menus/MapPopupMenu.qml
@@ -38,8 +38,8 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
+import QtQuick 2.5
+import QtQuick.Controls 1.4
Menu {
property variant coordinate
diff --git a/examples/location/mapviewer/menus/MarkerPopupMenu.qml b/examples/location/mapviewer/menus/MarkerPopupMenu.qml
index c5bc5740..61855ff4 100644
--- a/examples/location/mapviewer/menus/MarkerPopupMenu.qml
+++ b/examples/location/mapviewer/menus/MarkerPopupMenu.qml
@@ -38,8 +38,8 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
+import QtQuick 2.5
+import QtQuick.Controls 1.4
Menu {
property int currentMarker