diff options
author | David Boddie <dboddie@trolltech.com> | 2009-08-14 15:54:29 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-08-14 15:54:29 (GMT) |
commit | 812f41d1ec0b9f6dd6492e4e9c2d0f19142c91d9 (patch) | |
tree | bf088d2173b73938d7a69830c5db587cb285c5c4 /doc | |
parent | 9db9c1f2215e32047c7329ab769d54dd3c1ddeb7 (diff) | |
download | Qt-812f41d1ec0b9f6dd6492e4e9c2d0f19142c91d9.zip Qt-812f41d1ec0b9f6dd6492e4e9c2d0f19142c91d9.tar.gz Qt-812f41d1ec0b9f6dd6492e4e9c2d0f19142c91d9.tar.bz2 |
Doc: Removed claims that QDialog supports border style sheet settings.
Task-number: 255853
Reviewed-by: Trust Me
I'm-trusting: The information in the task :-)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/stylesheet.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/stylesheet.qdoc b/doc/src/stylesheet.qdoc index 45621cc..2afe924 100644 --- a/doc/src/stylesheet.qdoc +++ b/doc/src/stylesheet.qdoc @@ -1523,7 +1523,7 @@ This property is supported by QAbstractItemView subclasses, QAbstractSpinBox subclasses, QCheckBox, - QComboBox, QDialog, QFrame, QGroupBox, QLabel, QLineEdit, + QComboBox, QFrame, QGroupBox, QLabel, QLineEdit, QMenu, QMenuBar, QPushButton, QRadioButton, QSplitter, QTextEdit, QToolTip, and plain \l{QWidget}s. @@ -1569,7 +1569,7 @@ This property is supported by QAbstractItemView subclasses, QAbstractSpinBox subclasses, QCheckBox, - QComboBox, QDialog, QFrame, QGroupBox, QLabel, QLineEdit, + QComboBox, QFrame, QGroupBox, QLabel, QLineEdit, QMenu, QMenuBar, QPushButton, QRadioButton, QSplitter, QTextEdit, QToolTip, and plain \l{QWidget}s. @@ -1614,7 +1614,7 @@ This property is supported by QAbstractItemView subclasses, QAbstractSpinBox subclasses, QCheckBox, - QComboBox, QDialog, QFrame, QGroupBox, QLabel, QLineEdit, + QComboBox, QFrame, QGroupBox, QLabel, QLineEdit, QMenu, QMenuBar, QPushButton, QRadioButton, QSplitter, QTextEdit and QToolTip. |