summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2012-11-29 16:02:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 19:32:02 +0100
commit39058bfe8e41badd9297f6eddd26008f39f9a1d8 (patch)
tree86dfe86d5f3d68a4959a1894d9c50c4e4bc5a817 /src/widgets/doc
parentcd31c065900e5a6cd124a9a08b5d1e7e08dbca80 (diff)
Docs: clarify availability & platform theme usage in widget galleries
Change-Id: Id3c1e278d6a6ce6c67b7f73c3a9490cf83eb0466 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/doc')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc9
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc6
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-windowsvista.qdoc6
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc6
4 files changed, 20 insertions, 7 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc
index 40ce72befa..fb1a02e5dc 100644
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc
@@ -32,10 +32,11 @@
\ingroup gallery
This page shows some of the widgets available in Qt
- when configured to use the "gtk" style.
-
- Take a look at the \l{Qt Widget Gallery} to see how Qt
- applications appear in other styles.
+ when configured to use the "gtk" style. This style is
+ only available on desktop environments with GTK runtime
+ support. This style provides native look'n'feel by
+ integrating to the GTK platform theme. Thus, the final
+ appearance varies depending on the active GTK theme.
\section2 Buttons
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc
index 016fbfa978..5db5f17974 100644
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc
@@ -32,7 +32,11 @@
\ingroup gallery
This page shows some of the widgets available in Qt
- when configured to use the "macintosh" style.
+ when configured to use the "macintosh" style. This
+ style is only available on Mac OSX, and provides
+ native look'n'feel by integrating to the Mac OSX
+ platform theme. Thus, the final appearance varies
+ depending on the active Mac OSX theme.
\section2 Buttons
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-windowsvista.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-windowsvista.qdoc
index 25f3d366da..3e9b89832c 100644
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-windowsvista.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/gallery-windowsvista.qdoc
@@ -32,7 +32,11 @@
\ingroup gallery
This page shows some of the widgets available in Qt
- when configured to use the "windowsvista" style.
+ when configured to use the "windowsvista" style. This
+ style is only available on Windows Vista or later.
+ This style provides native look'n'feel by integrating
+ to the Windows platform theme. Thus, the final appearance
+ varies depending on the active Windows theme.
\section2 Buttons
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc
index 7d5702eeb7..4fad7a55bd 100644
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc
@@ -32,7 +32,11 @@
\ingroup gallery
This page shows some of the widgets available in Qt
- when configured to use the "windowsxp" style.
+ when configured to use the "windowsxp" style. This
+ style is only available on Windows XP or later. This
+ style provides native look'n'feel by integrating to
+ the Windows platform theme. Thus, the final appearance
+ varies depending on the active Windows theme.
\section2 Buttons