diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-08 14:54:55 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-08 14:56:57 (GMT) |
commit | 10563ce08c79c88c762d463ec7b008524d1c1a67 (patch) | |
tree | 31860e29bcc8377062a92b31df7fd557f96f5edc /doc/src/widgets-and-layouts/stylesheet.qdoc | |
parent | 5364fd96a72c89b281f0540da909fe64d0575ccf (diff) | |
download | Qt-10563ce08c79c88c762d463ec7b008524d1c1a67.zip Qt-10563ce08c79c88c762d463ec7b008524d1c1a67.tar.gz Qt-10563ce08c79c88c762d463ec7b008524d1c1a67.tar.bz2 |
Doc: Fixed bug in style sheet syntax documentation.
Task-number: 234366
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/widgets-and-layouts/stylesheet.qdoc')
-rw-r--r-- | doc/src/widgets-and-layouts/stylesheet.qdoc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/widgets-and-layouts/stylesheet.qdoc b/doc/src/widgets-and-layouts/stylesheet.qdoc index 354050d..c137d6a 100644 --- a/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -230,9 +230,11 @@ \o \c{QPushButton[flat="false"]} \o Matches instances of QPushButton that are not \l{QPushButton::}{flat}. You may use this selector to test - for any Qt property specified using Q_PROPERTY(). In - addition, the special \c class property is supported, for - the name of the class. + for any Qt \l{Qt's Property System}{property} that supports + QVariant::toString() (see the \l{QVariant::}{toString()} + function documentation for details). In addition, the + special \c class property is supported, for the name of the + class. This selector may also be used to test dynamic properties. For more information on customization using dynamic properties, |