summaryrefslogtreecommitdiffstats
path: root/examples/location/places/content
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/content')
-rw-r--r--examples/location/places/content/places/CategoryDelegate.qml2
-rw-r--r--examples/location/places/content/places/CategoryDialog.qml4
-rw-r--r--examples/location/places/content/places/CategoryView.qml2
-rw-r--r--examples/location/places/content/places/EditorialDelegate.qml2
-rw-r--r--examples/location/places/content/places/EditorialPage.qml2
-rw-r--r--examples/location/places/content/places/MapComponent.qml2
-rw-r--r--examples/location/places/content/places/OptionsDialog.qml2
-rw-r--r--examples/location/places/content/places/PlaceDelegate.qml2
-rw-r--r--examples/location/places/content/places/PlaceDialog.qml12
-rw-r--r--examples/location/places/content/places/PlaceEditorials.qml2
-rw-r--r--examples/location/places/content/places/PlaceImages.qml2
-rw-r--r--examples/location/places/content/places/PlaceReviews.qml2
-rw-r--r--examples/location/places/content/places/ReviewDelegate.qml2
-rw-r--r--examples/location/places/content/places/ReviewPage.qml2
-rw-r--r--examples/location/places/content/places/SearchBox.qml2
-rw-r--r--examples/location/places/content/places/SearchResultDelegate.qml2
-rw-r--r--examples/location/places/content/places/SearchResultView.qml2
17 files changed, 23 insertions, 23 deletions
diff --git a/examples/location/places/content/places/CategoryDelegate.qml b/examples/location/places/content/places/CategoryDelegate.qml
index 4bb2b8e0..b9251721 100644
--- a/examples/location/places/content/places/CategoryDelegate.qml
+++ b/examples/location/places/content/places/CategoryDelegate.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Item {
diff --git a/examples/location/places/content/places/CategoryDialog.qml b/examples/location/places/content/places/CategoryDialog.qml
index 289d8501..1c122ff8 100644
--- a/examples/location/places/content/places/CategoryDialog.qml
+++ b/examples/location/places/content/places/CategoryDialog.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
InputDialog {
@@ -60,7 +60,7 @@ InputDialog {
//! [Category save]
onGoButtonClicked: {
- var modifiedCategory = category ? category : Qt.createQmlObject('import QtLocation 5.0; Category { }', page);
+ var modifiedCategory = category ? category : Qt.createQmlObject('import QtLocation 5.3; Category { }', page);
modifiedCategory.plugin = placesPlugin;
modifiedCategory.name = dialogModel.get(0).inputText;
diff --git a/examples/location/places/content/places/CategoryView.qml b/examples/location/places/content/places/CategoryView.qml
index 9b28e892..a4eed527 100644
--- a/examples/location/places/content/places/CategoryView.qml
+++ b/examples/location/places/content/places/CategoryView.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
diff --git a/examples/location/places/content/places/EditorialDelegate.qml b/examples/location/places/content/places/EditorialDelegate.qml
index fa33bcf0..95f6760b 100644
--- a/examples/location/places/content/places/EditorialDelegate.qml
+++ b/examples/location/places/content/places/EditorialDelegate.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
id: root
diff --git a/examples/location/places/content/places/EditorialPage.qml b/examples/location/places/content/places/EditorialPage.qml
index 60f175d3..e368a578 100644
--- a/examples/location/places/content/places/EditorialPage.qml
+++ b/examples/location/places/content/places/EditorialPage.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
anchors.fill: parent
diff --git a/examples/location/places/content/places/MapComponent.qml b/examples/location/places/content/places/MapComponent.qml
index 00ba9b2e..17400a2f 100644
--- a/examples/location/places/content/places/MapComponent.qml
+++ b/examples/location/places/content/places/MapComponent.qml
@@ -40,7 +40,7 @@
import QtQuick 2.0
import QtPositioning 5.2
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Map {
diff --git a/examples/location/places/content/places/OptionsDialog.qml b/examples/location/places/content/places/OptionsDialog.qml
index 7b7c9266..b90e58b9 100644
--- a/examples/location/places/content/places/OptionsDialog.qml
+++ b/examples/location/places/content/places/OptionsDialog.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Dialog {
diff --git a/examples/location/places/content/places/PlaceDelegate.qml b/examples/location/places/content/places/PlaceDelegate.qml
index 90a2cceb..225118db 100644
--- a/examples/location/places/content/places/PlaceDelegate.qml
+++ b/examples/location/places/content/places/PlaceDelegate.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
import "PlacesUtils.js" as PlacesUtils
diff --git a/examples/location/places/content/places/PlaceDialog.qml b/examples/location/places/content/places/PlaceDialog.qml
index ed08716d..ae7f55e6 100644
--- a/examples/location/places/content/places/PlaceDialog.qml
+++ b/examples/location/places/content/places/PlaceDialog.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Dialog {
@@ -52,7 +52,7 @@ Dialog {
function prepareDialog(inputPlace) {
if (!inputPlace) {
- locationPlace = Qt.createQmlObject('import QtLocation 5.0; Place { }', root);
+ locationPlace = Qt.createQmlObject('import QtLocation 5.3; Place { }', root);
__createdPlace = true;
} else {
locationPlace = inputPlace;
@@ -135,22 +135,22 @@ Dialog {
var c = QtPositioning.coordinate(parseFloat(dataFieldsModel.get(9).inputText),
parseFloat(dataFieldsModel.get(10).inputText));
locationPlace.location.coordinate = c;
- var phone = Qt.createQmlObject('import QtLocation 5.0; ContactDetail { }', locationPlace);
+ var phone = Qt.createQmlObject('import QtLocation 5.3; ContactDetail { }', locationPlace);
phone.label = "Phone";
phone.value = dataFieldsModel.get(11).inputText;
locationPlace.contactDetails.phone = phone;
- var fax = Qt.createQmlObject('import QtLocation 5.0; ContactDetail { }', locationPlace);
+ var fax = Qt.createQmlObject('import QtLocation 5.3; ContactDetail { }', locationPlace);
fax.label = "Fax";
fax.value = dataFieldsModel.get(12).inputText;
locationPlace.contactDetails.fax = fax;
- var email = Qt.createQmlObject('import QtLocation 5.0; ContactDetail { }', locationPlace);
+ var email = Qt.createQmlObject('import QtLocation 5.3; ContactDetail { }', locationPlace);
email.label = "Email";
email.value = dataFieldsModel.get(13).inputText;
locationPlace.contactDetails.email = email;
- var website = Qt.createQmlObject('import QtLocation 5.0; ContactDetail { }', locationPlace);
+ var website = Qt.createQmlObject('import QtLocation 5.3; ContactDetail { }', locationPlace);
website.label = "Website";
website.value = dataFieldsModel.get(14).inputText;
locationPlace.contactDetails.website = website;
diff --git a/examples/location/places/content/places/PlaceEditorials.qml b/examples/location/places/content/places/PlaceEditorials.qml
index 06cff09c..db6141a8 100644
--- a/examples/location/places/content/places/PlaceEditorials.qml
+++ b/examples/location/places/content/places/PlaceEditorials.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
anchors.fill: parent
diff --git a/examples/location/places/content/places/PlaceImages.qml b/examples/location/places/content/places/PlaceImages.qml
index be18a923..327a5769 100644
--- a/examples/location/places/content/places/PlaceImages.qml
+++ b/examples/location/places/content/places/PlaceImages.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
id: root
diff --git a/examples/location/places/content/places/PlaceReviews.qml b/examples/location/places/content/places/PlaceReviews.qml
index 3d54c52c..673f9769 100644
--- a/examples/location/places/content/places/PlaceReviews.qml
+++ b/examples/location/places/content/places/PlaceReviews.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
anchors.fill: parent
diff --git a/examples/location/places/content/places/ReviewDelegate.qml b/examples/location/places/content/places/ReviewDelegate.qml
index 50753e09..3cdb16b3 100644
--- a/examples/location/places/content/places/ReviewDelegate.qml
+++ b/examples/location/places/content/places/ReviewDelegate.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
id: root
diff --git a/examples/location/places/content/places/ReviewPage.qml b/examples/location/places/content/places/ReviewPage.qml
index c7287e19..89cf116e 100644
--- a/examples/location/places/content/places/ReviewPage.qml
+++ b/examples/location/places/content/places/ReviewPage.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
Item {
anchors.fill: parent
diff --git a/examples/location/places/content/places/SearchBox.qml b/examples/location/places/content/places/SearchBox.qml
index 335af339..35f0f7a8 100644
--- a/examples/location/places/content/places/SearchBox.qml
+++ b/examples/location/places/content/places/SearchBox.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Rectangle {
diff --git a/examples/location/places/content/places/SearchResultDelegate.qml b/examples/location/places/content/places/SearchResultDelegate.qml
index 76b64e83..cea8b471 100644
--- a/examples/location/places/content/places/SearchResultDelegate.qml
+++ b/examples/location/places/content/places/SearchResultDelegate.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import "PlacesUtils.js" as PlacesUtils
Item {
diff --git a/examples/location/places/content/places/SearchResultView.qml b/examples/location/places/content/places/SearchResultView.qml
index da62a5c5..ffe96c8d 100644
--- a/examples/location/places/content/places/SearchResultView.qml
+++ b/examples/location/places/content/places/SearchResultView.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
Item {