Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt/res
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-24 01:15:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:13 +0300
commita2139bfbfc9717662eb5f3dbddfdbc9c841bd465 (patch)
tree6b93ef87669437143a1bca1b9135f8b1305e8786 /qt/res
parent4379575f9bd997410a34a056db374b0294e337b1 (diff)
[qt] Added icons for My Position
Diffstat (limited to 'qt/res')
-rw-r--r--qt/res/location-search.pngbin0 -> 615 bytes
-rw-r--r--qt/res/location.pngbin0 -> 491 bytes
-rw-r--r--qt/res/resources.qrc42
3 files changed, 22 insertions, 20 deletions
diff --git a/qt/res/location-search.png b/qt/res/location-search.png
new file mode 100644
index 0000000000..2e09328846
--- /dev/null
+++ b/qt/res/location-search.png
Binary files differ
diff --git a/qt/res/location.png b/qt/res/location.png
new file mode 100644
index 0000000000..87d1b0bc10
--- /dev/null
+++ b/qt/res/location.png
Binary files differ
diff --git a/qt/res/resources.qrc b/qt/res/resources.qrc
index a8cd1b0061..e2a2bc8797 100644
--- a/qt/res/resources.qrc
+++ b/qt/res/resources.qrc
@@ -1,21 +1,23 @@
-<!DOCTYPE RCC><RCC version="1.0">
- <qresource prefix="/classif32">
- <file>save.png</file>
- <file>load.png</file>
- <file>select.png</file>
- <file>clear.png</file>
- </qresource>
- <qresource prefix="/navig64">
- <file>up.png</file>
- <file>down.png</file>
- <file>left.png</file>
- <file>right.png</file>
- <file>world.png</file>
- <file>download.png</file>
- <file>plus.png</file>
- <file>minus.png</file>
- </qresource>
- <qresource>
- <file>logo.png</file>
- </qresource>
+<RCC>
+ <qresource prefix="/classif32">
+ <file>save.png</file>
+ <file>load.png</file>
+ <file>select.png</file>
+ <file>clear.png</file>
+ </qresource>
+ <qresource prefix="/navig64">
+ <file>up.png</file>
+ <file>down.png</file>
+ <file>left.png</file>
+ <file>right.png</file>
+ <file>world.png</file>
+ <file>download.png</file>
+ <file>plus.png</file>
+ <file>minus.png</file>
+ <file>location-search.png</file>
+ <file>location.png</file>
+ </qresource>
+ <qresource prefix="/">
+ <file>logo.png</file>
+ </qresource>
</RCC>