diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/styles/qs60style.h --- a/src/gui/styles/qs60style.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/styles/qs60style.h Thu Apr 08 14:19:33 2010 +0300 @@ -52,6 +52,16 @@ #if !defined(QT_NO_STYLE_S60) +//Public custom pixel metrics values. +//These can be used to fetch custom pixel metric value from outside QS60Style. +enum { + PM_FrameCornerWidth = QStyle::PM_CustomBase + 1, + PM_FrameCornerHeight, + PM_BoldLineWidth, + PM_ThinLineWidth, + PM_MessageBoxHeight + }; + class QS60StylePrivate; class Q_GUI_EXPORT QS60Style : public QCommonStyle