Commit dd6e14a7 authored by Topi Reinio's avatar Topi Reinio Committed by Jani Heikkinen
Browse files

Doc: Change the div classes for three-column layout


The new documentation style for publishing docs under qt.io
requires dedicated div classes for pages that use a three-
column layout.

The new divs enable the columns to stack and react to changes
in the window width.

Task-number: QTBUG-42086
Change-Id: Id0ccb0ef7e0be237789b8c891db05413efc1f8aa
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
parent fac14e45
dev 5.10 5.11 5.12 5.12.1 5.12.10 5.12.11 5.12.12 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.12.7 5.12.8 5.12.9 5.13 5.13.0 5.13.1 5.13.2 5.14 5.14.0 5.14.1 5.14.2 5.15 5.15.0 5.15.1 5.15.2 5.4 5.5 5.6 5.7 5.8 5.9 5.9.8 6.0 6.0.0 6.1 6.1.0 6.1.1 6.1.2 6.1.3 6.2 6.2.0 6.2.1 6.2.2 wip/cmake wip/dbus wip/itemviews wip/nacl wip/new-backend wip/pointerhandler wip/propertycache-refactor wip/qquickdeliveryagent wip/scenegraphng wip/tizen wip/webassembly v5.15.0-alpha1 v5.14.1 v5.14.0 v5.14.0-rc2 v5.14.0-rc1 v5.14.0-beta3 v5.14.0-beta2 v5.14.0-beta1 v5.14.0-alpha1 v5.13.2 v5.13.1 v5.13.0 v5.13.0-rc3 v5.13.0-rc2 v5.13.0-rc1 v5.13.0-beta4 v5.13.0-beta3 v5.13.0-beta2 v5.13.0-beta1 v5.13.0-alpha1 v5.12.7 v5.12.6 v5.12.5 v5.12.4 v5.12.3 v5.12.2 v5.12.1 v5.12.0 v5.12.0-rc2 v5.12.0-rc1 v5.12.0-beta4 v5.12.0-beta3 v5.12.0-beta2 v5.12.0-beta1 v5.12.0-alpha1 v5.11.3 v5.11.2 v5.11.1 v5.11.0 v5.11.0-rc2 v5.11.0-rc1 v5.11.0-beta4 v5.11.0-beta3 v5.11.0-beta2 v5.11.0-beta1 v5.11.0-alpha1 v5.10.1 v5.10.0 v5.10.0-rc3 v5.10.0-rc2 v5.10.0-rc1 v5.10.0-beta4 v5.10.0-beta3 v5.10.0-beta2 v5.10.0-beta1 v5.10.0-alpha1 v5.9.9 v5.9.8 v5.9.7 v5.9.6 v5.9.5 v5.9.4 v5.9.3 v5.9.2 v5.9.1 v5.9.0 v5.9.0-rc2 v5.9.0-rc1 v5.9.0-beta4 v5.9.0-beta3 v5.9.0-beta2 v5.9.0-beta1 v5.9.0-alpha1 v5.8.0 v5.8.0-rc1 v5.8.0-beta1 v5.8.0-alpha1 v5.7.1 v5.7.0 v5.7.0-rc1 v5.7.0-beta1 v5.7.0-alpha1 v5.6.3 v5.6.2 v5.6.1 v5.6.1-1 v5.6.0 v5.6.0-rc1 v5.6.0-beta1 v5.6.0-alpha1 v5.5.1 v5.5.0 v5.5.0-rc1 v5.5.0-beta1 v5.5.0-alpha1 v5.4.2 v5.4.1 v5.4.0 v5.4.0-rc1
No related merge requests found
Showing with 12 additions and 12 deletions
...@@ -72,8 +72,8 @@ The following pages show how to develop Qt applications using ...@@ -72,8 +72,8 @@ The following pages show how to develop Qt applications using
\l{Qt Creator Manual}{Qt Creator} and Qt Quick. The pages demonstrate various \l{Qt Creator Manual}{Qt Creator} and Qt Quick. The pages demonstrate various
steps such as use cases and introductory material. For more information about Qt Quick Applications and related modules, visit the \l{QML Applications} page. steps such as use cases and introductory material. For more information about Qt Quick Applications and related modules, visit the \l{QML Applications} page.
\div {class="landingicons"} \div {class="multi-column"}
\div {class="icons1of3"} \div {class="doc-column"}
\b{Development Environment} \b{Development Environment}
\list \list
\li \l{Qt Creator: Creating Qt Quick Projects}{Creating Qt Quick Projects} \li \l{Qt Creator: Creating Qt Quick Projects}{Creating Qt Quick Projects}
...@@ -84,7 +84,7 @@ steps such as use cases and introductory material. For more information about Qt ...@@ -84,7 +84,7 @@ steps such as use cases and introductory material. For more information about Qt
\li \l{Qt Creator: Using QML Modules with Plugins}{Using QML Modules with Plugins} \li \l{Qt Creator: Using QML Modules with Plugins}{Using QML Modules with Plugins}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{Beginning with QML and Qt Quick} \b{Beginning with QML and Qt Quick}
\list \list
\li \l{First Steps with QML} \li \l{First Steps with QML}
...@@ -92,7 +92,7 @@ steps such as use cases and introductory material. For more information about Qt ...@@ -92,7 +92,7 @@ steps such as use cases and introductory material. For more information about Qt
\li \l{QML Advanced Tutorial}{SameGame} \li \l{QML Advanced Tutorial}{SameGame}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{Use Cases} \b{Use Cases}
\list \list
\li \l{qtquick-usecase-visual.html}{Visual types in QML} \li \l{qtquick-usecase-visual.html}{Visual types in QML}
...@@ -120,8 +120,8 @@ Examples are small applications which show how to implement various Qt Quick ...@@ -120,8 +120,8 @@ Examples are small applications which show how to implement various Qt Quick
features. The examples run on various platforms and are opened from within Qt features. The examples run on various platforms and are opened from within Qt
Creator. Creator.
\div {class="landingicons"} \div {class="multi-column"}
\div {class="icons1of3"} \div {class="doc-column"}
\b{QML Types and Controls} \b{QML Types and Controls}
\list \list
\li \l{Qt Quick Controls - Gallery}{Controls Gallery} \li \l{Qt Quick Controls - Gallery}{Controls Gallery}
...@@ -132,7 +132,7 @@ Creator. ...@@ -132,7 +132,7 @@ Creator.
\li \l{Qt Quick Examples - Toggle Switch}{Custom Toggle Switch} \li \l{Qt Quick Examples - Toggle Switch}{Custom Toggle Switch}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{Layouts and Views} \b{Layouts and Views}
\list \list
\li \l{Qt Quick Controls - Basic Layouts Example}{Basic Layouts} \li \l{Qt Quick Controls - Basic Layouts Example}{Basic Layouts}
...@@ -142,7 +142,7 @@ Creator. ...@@ -142,7 +142,7 @@ Creator.
\li \l{Qt Quick Examples - Right to Left}{Right-to-Left and Text Layout} \li \l{Qt Quick Examples - Right to Left}{Right-to-Left and Text Layout}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{Image and Graphics} \b{Image and Graphics}
\list \list
\li \l{Qt Quick Examples - Image Elements}{Image Elements} \li \l{Qt Quick Examples - Image Elements}{Image Elements}
...@@ -153,8 +153,8 @@ Creator. ...@@ -153,8 +153,8 @@ Creator.
\enddiv \enddiv
\enddiv \enddiv
\div {class="landingicons"} \div {class="multi-column"}
\div {class="icons1of3"} \div {class="doc-column"}
\b{Keyboard, Focus, and Touch} \b{Keyboard, Focus, and Touch}
\list \list
\li \l{Qt Quick Examples - Key Interaction}{Key Interaction} \li \l{Qt Quick Examples - Key Interaction}{Key Interaction}
...@@ -162,7 +162,7 @@ Creator. ...@@ -162,7 +162,7 @@ Creator.
\li \l{Qt Quick Controls - Touch Gallery}{Touch Gallery} \li \l{Qt Quick Controls - Touch Gallery}{Touch Gallery}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{System and Events} \b{System and Events}
\list \list
\li \l{Qt Quick Examples - Threading}{Threading} \li \l{Qt Quick Examples - Threading}{Threading}
...@@ -171,7 +171,7 @@ Creator. ...@@ -171,7 +171,7 @@ Creator.
\li \l{Qt Quick Examples - Drag and Drop}{Drag and Drop} \li \l{Qt Quick Examples - Drag and Drop}{Drag and Drop}
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="doc-column"}
\b{Scene Graph} \b{Scene Graph}
\list \list
\li \l{Scene Graph - OpenGL Under QML}{OpenGL Under QML} \li \l{Scene Graph - OpenGL Under QML}{OpenGL Under QML}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment