equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
2824 \sa StyleOptionType |
2824 \sa StyleOptionType |
2825 */ |
2825 */ |
2826 |
2826 |
2827 /*! |
2827 /*! |
2828 \variable QStyleOptionComplex::subControls |
2828 \variable QStyleOptionComplex::subControls |
2829 \brief a bitwise OR of the various sub-controls that need to be |
2829 |
2830 drawn for the complex control |
2830 This variable holds a bitwise OR of the \l{QStyle::SubControl} |
|
2831 {sub-controls} to be drawn for the complex control. |
2831 |
2832 |
2832 The default value is QStyle::SC_All. |
2833 The default value is QStyle::SC_All. |
2833 |
2834 |
2834 \sa QStyle::SubControl |
2835 \sa QStyle::SubControl |
2835 */ |
2836 */ |
2836 |
2837 |
2837 /*! |
2838 /*! |
2838 \variable QStyleOptionComplex::activeSubControls |
2839 \variable QStyleOptionComplex::activeSubControls |
2839 \brief a bitwise OR of the various sub-controls that are active |
2840 |
2840 (pressed) for the complex control |
2841 This variable holds a bitwise OR of the \l{QStyle::SubControl} |
|
2842 {sub-controls} that are active for the complex control. |
2841 |
2843 |
2842 The default value is QStyle::SC_None. |
2844 The default value is QStyle::SC_None. |
2843 |
2845 |
2844 \sa QStyle::SubControl |
2846 \sa QStyle::SubControl |
2845 */ |
2847 */ |