src/hbinput/inputwidgets/hbinputbuttongroup.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
child 30 80e4d18b72f5
--- 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<HbKeyPressProbability> buttonProbabilities() const;