equal
deleted
inserted
replaced
34 #include "hbinputvkbwidget_p.h" |
34 #include "hbinputvkbwidget_p.h" |
35 #include "hbinputbuttongroup.h" |
35 #include "hbinputbuttongroup.h" |
36 #include "hbinputbutton.h" |
36 #include "hbinputbutton.h" |
37 #include "hbinputmodeindicator.h" |
37 #include "hbinputmodeindicator.h" |
38 |
38 |
39 const qreal HbKeyboardHeightInUnits = 33.7; |
39 const qreal HbKeyboardHeightInUnits = 27.0; |
40 const qreal HbKeyboardWidthInUnits = 95.5; |
40 const qreal HbKeyboardWidthInUnits = 95.5; |
41 |
41 |
42 const int HbVirtualQwertyNumberOfRows = 4; |
42 const int HbVirtualQwertyNumberOfRows = 4; |
43 const int HbVirtualQwertyNumberOfColumns = 10; |
43 const int HbVirtualQwertyNumberOfColumns = 10; |
44 const int HbButtonKeyCodeTable[HbVirtualQwertyNumberOfRows * HbVirtualQwertyNumberOfColumns - 1] = |
44 const int HbButtonKeyCodeTable[HbVirtualQwertyNumberOfRows * HbVirtualQwertyNumberOfColumns - 1] = |