diff options
author | axis <qt-info@nokia.com> | 2009-04-20 12:13:18 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-20 12:13:18 (GMT) |
commit | b4fa49153129644fef00efd96f76355c5e1435f8 (patch) | |
tree | 7587f5550109a332348146efef7863129cf94a2e /src | |
parent | 100914d12d6c846c9de0460cb986b8794cce8c14 (diff) | |
download | Qt-b4fa49153129644fef00efd96f76355c5e1435f8.zip Qt-b4fa49153129644fef00efd96f76355c5e1435f8.tar.gz Qt-b4fa49153129644fef00efd96f76355c5e1435f8.tar.bz2 |
Fixed incorrect documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 31fed5e..071e1bd 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -2234,9 +2234,10 @@ WId QWidget::effectiveWinId() const The style sheet contains a textual description of customizations to the widget's style, as described in the \l{Qt Style Sheets} document. - \note Qt style sheets are currently not supported for QMacStyle - (the default style on Mac OS X). We plan to address this in some future - release. + Since Qt 4.5, Qt style sheets fully supports Mac OS X. + + \warning Qt style sheets are currently not supported for custom QStyle + subclasses. We plan to address this in some future release. \sa setStyle(), QApplication::styleSheet, {Qt Style Sheets} */ |