diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-06 10:39:13 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-06 10:39:56 (GMT) |
commit | 38b5bff2fab59e965aba59b4f121a7c8945e4d75 (patch) | |
tree | c20995fb6f2de8fc2610f0f3ee744444cf24cc23 | |
parent | d071b3528f51aaded18029f2f22e8db03e47a2a6 (diff) | |
download | Qt-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.cpp | 3 |
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. */ /*! |