From 39058bfe8e41badd9297f6eddd26008f39f9a1d8 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 29 Nov 2012 16:02:58 +0100 Subject: [PATCH] Docs: clarify availability & platform theme usage in widget galleries Change-Id: Id3c1e278d6a6ce6c67b7f73c3a9490cf83eb0466 Reviewed-by: Jerome Pasion --- src/widgets/doc/src/widgets-and-layouts/gallery-gtk.qdoc | 9 +++++---- src/widgets/doc/src/widgets-and-layouts/gallery-macintosh.qdoc | 6 +++++- .../doc/src/widgets-and-layouts/gallery-windowsvista.qdoc | 6 +++++- src/widgets/doc/src/widgets-and-layouts/gallery-windowsxp.qdoc | 6 +++++- 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 40ce72b..fb1a02e 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 016fbfa..5db5f17 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 25f3d36..3e9b898 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 7d5702e..4fad7a5 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 -- 2.7.4