diff -r 923ff622b8b9 -r 4633027730f5 src/hbinput/inputwidgets/hbinputbuttongroup.h --- a/src/hbinput/inputwidgets/hbinputbuttongroup.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputbuttongroup.h Wed Aug 18 10:05:37 2010 +0300 @@ -45,7 +45,8 @@ ButtonTextTypePrimary, ButtonTextTypeSecondaryFirstRow, ButtonTextTypeSecondarySecondRow, - ButtonTextTypeLabel + ButtonTextTypeLabel, + ButtonTextTypeCount }; explicit HbInputButtonGroup(QGraphicsItem *parent = 0); @@ -81,6 +82,8 @@ void setBackground(HbFrameDrawer *background); qreal fontSize(HbInputButtonTextType textType); + void setFontSize(HbInputButtonTextType textType,qreal size); + void resetFontSizes(); QList buttonProbabilities() const;