summaryrefslogtreecommitdiff
path: root/examples/location/places/placeswrapper.qrc
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-04-30 11:43:44 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-27 12:23:28 +0000
commita5d615f5b49b29f91f979b4b338f7febbe445ebf (patch)
treec36c0d873259e0bbf8e0bb8849e6882de196e942 /examples/location/places/placeswrapper.qrc
parent208a3723a02cda6ad1a99736c90bdc538c22a39a (diff)
downloadqtlocation-a5d615f5b49b29f91f979b4b338f7febbe445ebf.tar.gz
Rewrite 'places' example to use qtquickcontrols
This is a squash commit of: * add qtquickcontrols window to 'places' example * add MenuBar to 'places' example * replace Slider in 'places' example * add stackView and MessageForm to 'places' example * replace SearchBox in 'places' example * replace SearchCenter dialog in 'places' example * replace SearchBoundingBox dialog in 'places' example * replace SearchBoundingCircle dialog in 'places' example * tune up categoryDelegate in 'places' example * tune up SearchResultDelegate in 'places' example * tune up PlacesDelegate in 'places' example * replace OptionsDialog in 'places' example * remove 'common' controls from location * clean up filenames in 'places' example * update MapComponent in 'places' example * code style formating of places.qml * remove backgroundRect from 'places' example * tune up EditorialPage in 'places' example * tune up ImageView in 'places' example * tune up ReviewPage in 'places' example * tune up SuggestionView in 'places' example * update imports version numbers in 'places' example * change searchBox and busyIndicator * update design in 'places' example Change-Id: I680c8b88f26689cb9728ee61617f7d2d3aa2a172 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location/places/placeswrapper.qrc')
-rw-r--r--examples/location/places/placeswrapper.qrc23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/location/places/placeswrapper.qrc b/examples/location/places/placeswrapper.qrc
deleted file mode 100644
index 4ce2461c..00000000
--- a/examples/location/places/placeswrapper.qrc
+++ /dev/null
@@ -1,23 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>places.qml</file>
- <file>content/places/CategoryDelegate.qml</file>
- <file>content/places/CategoryView.qml</file>
- <file>content/places/EditorialDelegate.qml</file>
- <file>content/places/EditorialPage.qml</file>
- <file>content/places/Group.qml</file>
- <file>content/places/MapComponent.qml</file>
- <file>content/places/OptionsDialog.qml</file>
- <file>content/places/PlaceDelegate.qml</file>
- <file>content/places/PlaceEditorials.qml</file>
- <file>content/places/PlaceImages.qml</file>
- <file>content/places/PlaceReviews.qml</file>
- <file>content/places/RatingView.qml</file>
- <file>content/places/ReviewDelegate.qml</file>
- <file>content/places/ReviewPage.qml</file>
- <file>content/places/SearchBox.qml</file>
- <file>content/places/SearchResultDelegate.qml</file>
- <file>content/places/SearchResultView.qml</file>
- <file>content/places/PlacesUtils.js</file>
- </qresource>
-</RCC>