summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-01 11:13:25 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-01 11:14:49 (GMT)
commit17fc5f3f3bb358049ac49e6b2ae2f3e277fee595 (patch)
treef1f3440dd0c0fb0e06474354a2f018efcdad5581 /doc
parent973adfb8272c95bd197af8b0afc9c1a9095552cb (diff)
downloadQt-17fc5f3f3bb358049ac49e6b2ae2f3e277fee595.zip
Qt-17fc5f3f3bb358049ac49e6b2ae2f3e277fee595.tar.gz
Qt-17fc5f3f3bb358049ac49e6b2ae2f3e277fee595.tar.bz2
Doc: nicer screenshots for Graphics Effects section in "What's New"
Diffstat (limited to 'doc')
-rw-r--r--doc/src/images/graphicseffect-plain.pngbin0 -> 68763 bytes
-rw-r--r--doc/src/qt4-intro.qdoc11
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/images/graphicseffect-plain.png b/doc/src/images/graphicseffect-plain.png
new file mode 100644
index 0000000..8b4c1c4
--- /dev/null
+++ b/doc/src/images/graphicseffect-plain.png
Binary files differ
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc
index be4cb48..aff0a76 100644
--- a/doc/src/qt4-intro.qdoc
+++ b/doc/src/qt4-intro.qdoc
@@ -599,7 +599,16 @@
as blurring, colorizing or blooming is provided, and it is possible to
implement custom effects.
- \img graphicseffect-widget.png
+ \table
+ \row
+ \o
+ \o \img graphicseffect-plain.png
+ \o
+ \row
+ \o \img graphicseffect-blur.png
+ \o \img graphicseffect-colorize.png
+ \o \img graphicseffect-bloom.png
+ \endtable
See the QGraphicsEffect class documentation for more information.