summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-06-02 14:53:22 +0200
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-06-02 14:53:22 +0200
commit295c3927eb236483e6fd2e59f7588f35baa75ea2 (patch)
treeb086f67e73d81c6582a810a391e575c9f8090ac5 /examples
parent8353f8b91246024563403d5cf416964fff414f46 (diff)
Another QGraphicsEffect example: application chooser with blur effect.
Use left and right arrow to rotate the icons wheel. The blur effect is applied to each icon, the farthest icon becomes the most blurry one.
Diffstat (limited to 'examples')
-rw-r--r--examples/graphicsview/blurpicker/images/README.txt5
-rw-r--r--examples/graphicsview/blurpicker/images/accessories-calculator.pngbin0 -> 3760 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/accessories-text-editor.pngbin0 -> 4746 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/background.jpgbin0 -> 16259 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/help-browser.pngbin0 -> 5392 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/internet-group-chat.pngbin0 -> 2809 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/internet-mail.pngbin0 -> 3899 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/internet-web-browser.pngbin0 -> 6376 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/office-calendar.pngbin0 -> 4010 bytes
-rw-r--r--examples/graphicsview/blurpicker/images/system-users.pngbin0 -> 5353 bytes
-rw-r--r--examples/graphicsview/graphicsview.pro1
11 files changed, 6 insertions, 0 deletions
diff --git a/examples/graphicsview/blurpicker/images/README.txt b/examples/graphicsview/blurpicker/images/README.txt
new file mode 100644
index 000000000..0927e177d
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/README.txt
@@ -0,0 +1,5 @@
+The background is taken from a public domain photo at:
+http://www.photos8.com/view/computer_board2-800x600.html
+
+All other icons are from the Tango Desktop project:
+http://tango.freedesktop.org/Tango_Desktop_Project
diff --git a/examples/graphicsview/blurpicker/images/accessories-calculator.png b/examples/graphicsview/blurpicker/images/accessories-calculator.png
new file mode 100644
index 000000000..4e7661f65
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/accessories-calculator.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/accessories-text-editor.png b/examples/graphicsview/blurpicker/images/accessories-text-editor.png
new file mode 100644
index 000000000..33bef0bc1
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/accessories-text-editor.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/background.jpg b/examples/graphicsview/blurpicker/images/background.jpg
new file mode 100644
index 000000000..e75b38899
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/background.jpg
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/help-browser.png b/examples/graphicsview/blurpicker/images/help-browser.png
new file mode 100644
index 000000000..8ef4fae91
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/help-browser.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/internet-group-chat.png b/examples/graphicsview/blurpicker/images/internet-group-chat.png
new file mode 100644
index 000000000..dd92d9394
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/internet-group-chat.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/internet-mail.png b/examples/graphicsview/blurpicker/images/internet-mail.png
new file mode 100644
index 000000000..7e6b93be8
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/internet-mail.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/internet-web-browser.png b/examples/graphicsview/blurpicker/images/internet-web-browser.png
new file mode 100644
index 000000000..a979a92b4
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/internet-web-browser.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/office-calendar.png b/examples/graphicsview/blurpicker/images/office-calendar.png
new file mode 100644
index 000000000..e09590682
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/office-calendar.png
Binary files differ
diff --git a/examples/graphicsview/blurpicker/images/system-users.png b/examples/graphicsview/blurpicker/images/system-users.png
new file mode 100644
index 000000000..a7f630a5b
--- /dev/null
+++ b/examples/graphicsview/blurpicker/images/system-users.png
Binary files differ
diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro
index 7e372faa7..185c85603 100644
--- a/examples/graphicsview/graphicsview.pro
+++ b/examples/graphicsview/graphicsview.pro
@@ -7,6 +7,7 @@ SUBDIRS = \
dragdroprobot \
padnavigator \
lighting \
+ blurpicker \
basicgraphicslayouts
contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids