summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorthalexan <theve.alexandre@nokia.com>2012-03-16 13:04:18 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-16 13:50:29 +0100
commitc3aef43b2de61f3c2d1f61bcea44880f6cb27ae4 (patch)
tree1680bdde8de79a8a54036e224dc858d23884a593 /doc
parent1103b737547a3c5f3cc7ca11484b1abc6c6fd89f (diff)
Replace Raw HTML with qdoc commands.
Replace the old HTML table by a qdoc generated one Change-Id: Icae27692992dbf2d8bb8224ea946ab1d94a6e931 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/acceptance/qt3d-acceptance.qdoc16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/src/acceptance/qt3d-acceptance.qdoc b/doc/src/acceptance/qt3d-acceptance.qdoc
index 14187e698..e82f953d2 100644
--- a/doc/src/acceptance/qt3d-acceptance.qdoc
+++ b/doc/src/acceptance/qt3d-acceptance.qdoc
@@ -108,17 +108,11 @@
Verify that there is no horizontal or vertical distortion,
as shown in the following pictures:
- \raw HTML
- <center><table><tr><td>
- \endraw
- \image teapot-distortion.png
- \raw HTML
- </td><td>
- \endraw
- \image teapot-distortion2.png
- \raw HTML
- </td></tr></table></center>
- \endraw
+ \table
+ \row
+ \li \image teapot-distortion.png
+ \li \image teapot-distortion2.png
+ \endtable
Resize the window if possible. The teapot should change scale but
keep its relative horizontal and vertical size without distortion.