summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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