summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ham <christopher.ham@nokia.com>2012-01-11 15:54:05 +1000
committerDanny Pope <daniel.pope@nokia.com>2012-02-01 03:29:12 +0100
commitbfe05a3711f301cb963592b4570c71a50d69b76a (patch)
treeb1a9e3006005fe733a360f39799681ab818ed48b
parent1b96161d4d766c4c32a8becbf8f1377777eeeb1e (diff)
QTBUG-23408 - Remove raw html from docs
Removing raw html table from main page in docs. Replacing with QDocs table. Change-Id: I4fa5005ba6bc36087989e79b7b7c389baaf9d592 Reviewed-by: Danny Pope <daniel.pope@nokia.com>
-rw-r--r--doc/src/index.qdoc82
1 files changed, 34 insertions, 48 deletions
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index cc208bced..e70eff2b9 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -66,52 +66,38 @@
See the \l{Tutorials and Examples} for an introduction to using QtQuick3D and Qt3D.
- \raw HTML
- <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
- <tr>
- <th class="titleheader" width="33%">
- Getting Started
- </th>
- <th class="titleheader" width="33%">
- Functionality Areas
- </th>
- <th class="titleheader" width="33%">
- API Reference
- </th>
- </tr>
- <tr>
- <td valign="top">
- <ul>
- <li><a href="qt3d-building.html">Building</a></li>
- <li><a href="qt3d-examples.html">Tutorials and Examples</a></li>
- <li><a href="sceneformats-obj.html">Scene format plug-ins</a></li>
- <li><a href="qt3d-contrib.html">Contributing</a></li>
- <li><a href="qt3d-acceptance.html">Acceptance tests</a></li>
- <li><a href="qt3d-troubleshooting.html">Troubleshooting Quick3D</a></li>
- </ul>
- </td>
- <td valign="top">
- <ul>
- <li><a href="qt3d-arrays.html">Arrays and Vertex Buffers</a></li>
- <li><a href="qt3d-geometry.html">Geometry Building</a></li>
- <li><a href="qt3d-graphicsview.html">Graphics View Integration</a></li>
- <li><a href="qt3d-materials.html">Materials</a></li>
- <li><a href="qt3d-math.html">Mathematical Primitives</a></li>
- <li><a href="qt3d-painting.html">Painting in 3D</a></li>
- <li><a href="qt3d-scene.html">Scene Management</a></li>
- <li><a href="qt3d-textures.html">Texture Management</a></li>
- <li><a href="qt3d-viewing.html">Viewing Widgets</a></li>
- </ul>
- </td>
- <td valign="top">
- <ul>
- <li><a href="qt3d-all-classes.html">All Classes</a></li>
- <li><a href="qgl.html">QGL Namespace</a></li>
- <li><a href="qt3d-qml3d.html">QtQuick3D Elements</a></li>
- <li><a href="qt3d-qml3d-shapes.html">QML/3D Stock Shapes</a></li>
- </ul>
- </td>
- </tr>
- </table>
- \endraw
+ \table 100%
+ \header
+ \o Getting Started
+ \o Functionality Areas
+ \o API Reference
+ \row
+ \o \list
+ \o \l{qt3d-building.html}{Building}
+ \o \l{qt3d-examples.html}{Tutorials and Examples}
+ \o \l{Writing a scene format plug-in for Qt3D}{Scene format plug-ins}
+ \o \l{qt3d-contrib.html}{Contributing}
+ \o \l{qt3d-acceptance.html}{Acceptance tests}
+ \o \l{qt3d-troubleshooting.html}{Troubleshooting Quick3D}
+ \endlist
+
+ \o \list
+ \o \l{Qt3D Arrays and Vertex Buffers}{Arrays and Vertex Buffers}
+ \o \l{Qt3D Geometry}{Geometry Building}
+ \o \l{Qt3D Graphics View Integration}{Graphics View Integration}
+ \o \l{Qt3D Materials}{Materials}
+ \o \l{Qt3D Math}{Mathematical Primitives}
+ \o \l{Qt3D Painting}{Painting in 3D}
+ \o \l{Qt3D Scene Management}{Scene Management}
+ \o \l{Qt3D Texture Handling}{Texture Management}
+ \o \l{Qt3D Viewing}{Viewing Widgets}
+ \endlist
+
+ \o \list
+ \o \l{qt3d-all-classes.html}{All Classes}
+ \o \l{All Namespaces}{QGL Namespace}
+ \o \l{QtQuick3D for Scripting 3D Apps in QML}{QtQuick3D Elements}
+ \o \l{Stock Shapes for QtQuick3D}{QML/3D Stock Shapes}
+ \endlist
+ \endtable
*/