src/gui/styles/qs60style.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    49 QT_BEGIN_NAMESPACE
    49 QT_BEGIN_NAMESPACE
    50 
    50 
    51 QT_MODULE(Gui)
    51 QT_MODULE(Gui)
    52 
    52 
    53 #if !defined(QT_NO_STYLE_S60)
    53 #if !defined(QT_NO_STYLE_S60)
       
    54 
       
    55 //Public custom pixel metrics values.
       
    56 //These can be used to fetch custom pixel metric value from outside QS60Style.
       
    57 enum {
       
    58     PM_FrameCornerWidth = QStyle::PM_CustomBase + 1,
       
    59     PM_FrameCornerHeight,
       
    60     PM_BoldLineWidth,
       
    61     PM_ThinLineWidth,
       
    62     PM_MessageBoxHeight
       
    63     };
    54 
    64 
    55 class QS60StylePrivate;
    65 class QS60StylePrivate;
    56 
    66 
    57 class Q_GUI_EXPORT QS60Style : public QCommonStyle
    67 class Q_GUI_EXPORT QS60Style : public QCommonStyle
    58 {
    68 {