diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-01 11:13:25 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-01 11:14:49 (GMT) |
commit | 17fc5f3f3bb358049ac49e6b2ae2f3e277fee595 (patch) | |
tree | f1f3440dd0c0fb0e06474354a2f018efcdad5581 /doc/src/qt4-intro.qdoc | |
parent | 973adfb8272c95bd197af8b0afc9c1a9095552cb (diff) | |
download | Qt-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/src/qt4-intro.qdoc')
-rw-r--r-- | doc/src/qt4-intro.qdoc | 11 |
1 files changed, 10 insertions, 1 deletions
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. |