diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-06 13:57:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-06 13:57:15 (GMT) |
commit | e2734782e72fccbc3bf528f201bac50703718b54 (patch) | |
tree | 63f296652c112d1836ff9bf799dff91005d030ea /src/gui/styles | |
parent | 6c7b880cd79c7320f46c950037f830c91d31854f (diff) | |
download | Qt-e2734782e72fccbc3bf528f201bac50703718b54.zip Qt-e2734782e72fccbc3bf528f201bac50703718b54.tar.gz Qt-e2734782e72fccbc3bf528f201bac50703718b54.tar.bz2 |
doc: Clarified activeSubControls and subControls.
Task-number: QTBUG-6405
Diffstat (limited to 'src/gui/styles')
-rw-r--r-- | src/gui/styles/qstyleoption.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp index afd8a76..ec79dbd 100644 --- a/src/gui/styles/qstyleoption.cpp +++ b/src/gui/styles/qstyleoption.cpp @@ -2826,8 +2826,9 @@ QStyleOptionComplex::QStyleOptionComplex(int version, int type) /*! \variable QStyleOptionComplex::subControls - \brief a bitwise OR of the various sub-controls that need to be - drawn for the complex control + + This variable holds a bitwise OR of the \l{QStyle::SubControl} + {sub-controls} to be drawn for the complex control. The default value is QStyle::SC_All. @@ -2836,8 +2837,9 @@ QStyleOptionComplex::QStyleOptionComplex(int version, int type) /*! \variable QStyleOptionComplex::activeSubControls - \brief a bitwise OR of the \l{QStyle::SubControl} {sub-controls} - that are active for the complex control + + This variable holds a bitwise OR of the \l{QStyle::SubControl} + {sub-controls} that are active for the complex control. The default value is QStyle::SC_None. |