summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-04-06 10:39:13 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-04-06 10:39:56 (GMT)
commit38b5bff2fab59e965aba59b4f121a7c8945e4d75 (patch)
treec20995fb6f2de8fc2610f0f3ee744444cf24cc23
parentd071b3528f51aaded18029f2f22e8db03e47a2a6 (diff)
downloadQt-38b5bff2fab59e965aba59b4f121a7c8945e4d75.zip
Qt-38b5bff2fab59e965aba59b4f121a7c8945e4d75.tar.gz
Qt-38b5bff2fab59e965aba59b4f121a7c8945e4d75.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>
-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.
*/
/*!