Commit 86dacdcb authored by Caroline Chao's avatar Caroline Chao Committed by Jani Heikkinen
Browse files

Doc: Update gallery screenshots


To match the updated example. Display a screenshot for both
Android and OS X in the gallery example documentation.

Change-Id: I37e56437bb54248a4d500810c56ce8a8ba15b4d2
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
Reviewed-by: default avatarVenugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
Showing with 17 additions and 2 deletions
src/controls/doc/images/qtquickcontrols-android.png

20.9 KB

src/controls/doc/images/qtquickcontrols-example-gallery-android.png

25.7 KB

src/controls/doc/images/qtquickcontrols-example-gallery-osx.png

23.6 KB

src/controls/doc/images/qtquickcontrols-example-gallery.png

33.3 KB

...@@ -40,7 +40,22 @@ ...@@ -40,7 +40,22 @@
\title Qt Quick Controls - Gallery \title Qt Quick Controls - Gallery
\ingroup qtquickcontrols_examples \ingroup qtquickcontrols_examples
\brief A collection of components for a classic desktop-style UI. \brief A collection of components for a classic desktop-style UI.
\image qtquickcontrols-example-gallery.png
\raw HTML
<div class="table"><table style="background:transparent; border:0px">
<tr><td style="border:0px">
\endraw
\image qtquickcontrols-example-gallery-osx.png
\caption OS X
\raw HTML
</td><td style="border:0px">
\endraw
\image qtquickcontrols-example-gallery-android.png
\caption Android - Nexus 5
\raw HTML
</td></tr>
</table></div>
\endraw
This example project demonstrates the various UI components provided by This example project demonstrates the various UI components provided by
\l{Qt Quick Controls}. \l{Qt Quick Controls}.
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
Qt 5.4 introduced a native Android style for Qt Quick Controls. Qt 5.4 introduced a native Android style for Qt Quick Controls.
\image qtquickcontrols-android.png \image qtquickcontrols-example-gallery-android.png
\note The Android style requires Android 3.0 (API level 11) or later. \note The Android style requires Android 3.0 (API level 11) or later.
......
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