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-06-06 06:20:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:15 +0300
commit6eb1705e08c6b1c9affe86e5ec5117650469bf13 (patch)
treec7e03af9af39f0065aea53740899b33e394b16fd /qt/res
parentdd93eaae8ff1e70036004057b9ddc88301d5a5bd (diff)
[qt] Added search active indicator and clear text button
Diffstat (limited to 'qt/res')
-rw-r--r--qt/res/busy.pngbin0 -> 1191 bytes
-rw-r--r--qt/res/resources.qrc6
-rw-r--r--qt/res/x.pngbin0 -> 3228 bytes
3 files changed, 4 insertions, 2 deletions
diff --git a/qt/res/busy.png b/qt/res/busy.png
new file mode 100644
index 0000000000..9a193e4ee5
--- /dev/null
+++ b/qt/res/busy.png
Binary files differ
diff --git a/qt/res/resources.qrc b/qt/res/resources.qrc
index 0d31f65562..4d87d25bb9 100644
--- a/qt/res/resources.qrc
+++ b/qt/res/resources.qrc
@@ -18,7 +18,9 @@
<file>location-search.png</file>
<file>location.png</file>
</qresource>
- <qresource prefix="/">
+ <qresource prefix="/ui">
<file>logo.png</file>
+ <file>busy.png</file>
+ <file>x.png</file>
</qresource>
-</RCC>
+</RCC> \ No newline at end of file
diff --git a/qt/res/x.png b/qt/res/x.png
new file mode 100644
index 0000000000..83e2950ed6
--- /dev/null
+++ b/qt/res/x.png
Binary files differ