Move the composition example in the docs.
Change-Id: I63e906e78de75466b9c9bf99d553691c8335f9b2 Reviewed-on: http://codereview.qt.nokia.com/903 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Wright <kevin.wright@nokia.com>bb10
parent
df515ded60
commit
640c5d8a99
|
|
@ -26,7 +26,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/*!
|
||||
\example demos/composition
|
||||
\example painting/composition
|
||||
\title Composition Modes
|
||||
|
||||
This demo shows some of the more advanced composition modes supported by Qt.
|
||||
|
|
@ -1320,8 +1320,8 @@ void QPainterPrivate::updateState(QPainterState *newState)
|
|||
\o
|
||||
\bold {Composition Modes Demo}
|
||||
|
||||
The \l {demos/composition}{Composition Modes} demo, available in
|
||||
Qt's demo directory, allows you to experiment with the various
|
||||
The \l {painting/composition}{Composition Modes} example, available in
|
||||
Qt's examples directory, allows you to experiment with the various
|
||||
composition modes and see the results immediately.
|
||||
|
||||
\endtable
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
"Composition Demo", "demos/composition", "composition", 0, -1
|
||||
"Deform Demo", "demos/deform", "deform", 0, -1
|
||||
"Embeddeddialogs Demo", "demos/embeddeddialogs", "embeddeddialogs", 0, -1
|
||||
"Gradients Demo", "demos/gradients", "gradients", 0, -1
|
||||
|
|
|
|||
|
|
@ -62,8 +62,9 @@
|
|||
"opengl/overpainting Example", "examples/opengl/overpainting", "overpainting", 10, -1
|
||||
"opengl/samplebuffers Example", "examples/opengl/samplebuffers", "samplebuffers", 10, -1
|
||||
"opengl/textures Example", "examples/opengl/textures", "textures", 10, -1
|
||||
"Affine Transformations Example", "examples/painting/affine", "affine", 0, -1
|
||||
"painting/affine Example", "examples/painting/affine", "affine", 0, -1
|
||||
"painting/basicdrawing Example", "examples/painting/basicdrawing", "basicdrawing", 10, -1
|
||||
"painting/composition Example", "examples/painting/composition", "composition", 0, -1
|
||||
"painting/concentriccircles Example", "examples/painting/concentriccircles", "concentriccircles", 0, -1
|
||||
"painting/fontsampler Example", "examples/painting/fontsampler", "fontsampler", 0, -1
|
||||
"painting/imagecomposition Example", "examples/painting/imagecomposition", "imagecomposition", 10, -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue