src/gui/styles/qs60style.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    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 {