From 295c3927eb236483e6fd2e59f7588f35baa75ea2 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Tue, 2 Jun 2009 14:53:22 +0200 Subject: 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. --- examples/graphicsview/blurpicker/images/README.txt | 5 +++++ .../blurpicker/images/accessories-calculator.png | Bin 0 -> 3760 bytes .../blurpicker/images/accessories-text-editor.png | Bin 0 -> 4746 bytes examples/graphicsview/blurpicker/images/background.jpg | Bin 0 -> 16259 bytes .../graphicsview/blurpicker/images/help-browser.png | Bin 0 -> 5392 bytes .../blurpicker/images/internet-group-chat.png | Bin 0 -> 2809 bytes .../graphicsview/blurpicker/images/internet-mail.png | Bin 0 -> 3899 bytes .../blurpicker/images/internet-web-browser.png | Bin 0 -> 6376 bytes .../graphicsview/blurpicker/images/office-calendar.png | Bin 0 -> 4010 bytes .../graphicsview/blurpicker/images/system-users.png | Bin 0 -> 5353 bytes examples/graphicsview/graphicsview.pro | 1 + 11 files changed, 6 insertions(+) create mode 100644 examples/graphicsview/blurpicker/images/README.txt create mode 100644 examples/graphicsview/blurpicker/images/accessories-calculator.png create mode 100644 examples/graphicsview/blurpicker/images/accessories-text-editor.png create mode 100644 examples/graphicsview/blurpicker/images/background.jpg create mode 100644 examples/graphicsview/blurpicker/images/help-browser.png create mode 100644 examples/graphicsview/blurpicker/images/internet-group-chat.png create mode 100644 examples/graphicsview/blurpicker/images/internet-mail.png create mode 100644 examples/graphicsview/blurpicker/images/internet-web-browser.png create mode 100644 examples/graphicsview/blurpicker/images/office-calendar.png create mode 100644 examples/graphicsview/blurpicker/images/system-users.png diff --git a/examples/graphicsview/blurpicker/images/README.txt b/examples/graphicsview/blurpicker/images/README.txt new file mode 100644 index 0000000..0927e17 --- /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 0000000..4e7661f Binary files /dev/null and b/examples/graphicsview/blurpicker/images/accessories-calculator.png 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 0000000..33bef0b Binary files /dev/null and b/examples/graphicsview/blurpicker/images/accessories-text-editor.png differ diff --git a/examples/graphicsview/blurpicker/images/background.jpg b/examples/graphicsview/blurpicker/images/background.jpg new file mode 100644 index 0000000..e75b388 Binary files /dev/null and b/examples/graphicsview/blurpicker/images/background.jpg differ diff --git a/examples/graphicsview/blurpicker/images/help-browser.png b/examples/graphicsview/blurpicker/images/help-browser.png new file mode 100644 index 0000000..8ef4fae Binary files /dev/null and b/examples/graphicsview/blurpicker/images/help-browser.png 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 0000000..dd92d93 Binary files /dev/null and b/examples/graphicsview/blurpicker/images/internet-group-chat.png differ diff --git a/examples/graphicsview/blurpicker/images/internet-mail.png b/examples/graphicsview/blurpicker/images/internet-mail.png new file mode 100644 index 0000000..7e6b93b Binary files /dev/null and b/examples/graphicsview/blurpicker/images/internet-mail.png 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 0000000..a979a92 Binary files /dev/null and b/examples/graphicsview/blurpicker/images/internet-web-browser.png differ diff --git a/examples/graphicsview/blurpicker/images/office-calendar.png b/examples/graphicsview/blurpicker/images/office-calendar.png new file mode 100644 index 0000000..e095906 Binary files /dev/null and b/examples/graphicsview/blurpicker/images/office-calendar.png differ diff --git a/examples/graphicsview/blurpicker/images/system-users.png b/examples/graphicsview/blurpicker/images/system-users.png new file mode 100644 index 0000000..a7f630a Binary files /dev/null and b/examples/graphicsview/blurpicker/images/system-users.png differ diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro index 7e372fa..185c856 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 -- cgit v0.12