summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-04-06 10:39:13 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-07 03:10:56 (GMT)
commit52f1ecd5ed1b7008a1f037be0fbe4e6b69576bf4 (patch)
tree8ab9bea7e921c8a51766d4be0ffc55e56f37b934 /src
parente9f43d9047362ba4be9c7381ca2d7d57540758bd (diff)
downloadQt-52f1ecd5ed1b7008a1f037be0fbe4e6b69576bf4.zip
Qt-52f1ecd5ed1b7008a1f037be0fbe4e6b69576bf4.tar.gz
Qt-52f1ecd5ed1b7008a1f037be0fbe4e6b69576bf4.tar.bz2
Doc - Clarified that button style on X11 platforms may depend on the
desktop environment. Task-number: 250338 Reviewed-by: Jens Bache-Wiig <jbache@trolltech.com> (cherry picked from commit 38b5bff2fab59e965aba59b4f121a7c8945e4d75)
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/qdialogbuttonbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/qdialogbuttonbox.cpp b/src/gui/widgets/qdialogbuttonbox.cpp
index 246da95..4a95292 100644
--- a/src/gui/widgets/qdialogbuttonbox.cpp
+++ b/src/gui/widgets/qdialogbuttonbox.cpp
@@ -752,7 +752,8 @@ QDialogButtonBox::~QDialogButtonBox()
\value KdeLayout Use a policy appropriate for applications on KDE.
\value GnomeLayout Use a policy appropriate for applications on GNOME.
- The button layout is specified by the \l{style()}{current style}.
+ The button layout is specified by the \l{style()}{current style}. However,
+ on the X11 platform, it may be influenced by the desktop environment.
*/
/*!