summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
diff options
context:
space:
mode:
authorArtur Duque de Souza <artur.souza@openbossa.org>2009-11-05 03:57:09 (GMT)
committerArtur Duque de Souza <artur.souza@openbossa.org>2009-11-05 03:59:19 (GMT)
commit5e04d74a9fd339384bd6808ff6edc4c47f99fee0 (patch)
tree59d7a6cbf21dd98a62294806471f53cc4ea97d96 /examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
parent7940327801724560b9193fef1b5d849412fbd6f3 (diff)
downloadQt-5e04d74a9fd339384bd6808ff6edc4c47f99fee0.zip
Qt-5e04d74a9fd339384bd6808ff6edc4c47f99fee0.tar.gz
Qt-5e04d74a9fd339384bd6808ff6edc4c47f99fee0.tar.bz2
Weather Anchor Layout example
This was a design that was not possible before with the other layouts. To do this, the developer would need to hardcode all the positions and resize would not work. Besides the fact that we use "pixmap widgets" no it's not totally usefull widgets, it shows how anchors can help developers an designers with to create applications with new layouts. Signed-off-by: Artur Duque de Souza <artur.souza@openbossa.org>
Diffstat (limited to 'examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc')
-rw-r--r--examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc b/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
new file mode 100644
index 0000000..e39f8c0
--- /dev/null
+++ b/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
@@ -0,0 +1,10 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource>
+ <file>images/5days.jpg</file>
+ <file>images/title.jpg</file>
+ <file>images/place.jpg</file>
+ <file>images/tabbar.jpg</file>
+ <file>images/details.jpg</file>
+ <file>images/weather-few-clouds.png</file>
+</qresource>
+</RCC>