39 const QString RomanHundreds[10] = {"C","CC","CCC","CD","D","DC","DCC","DCCC","CM","M"}; |
39 const QString RomanHundreds[10] = {"C","CC","CCC","CD","D","DC","DCC","DCCC","CM","M"}; |
40 const QString RomanTens[9] = {"X","XX","XXX","XL","L","LX","LXX","LXXX","XC"}; |
40 const QString RomanTens[9] = {"X","XX","XXX","XL","L","LX","LXX","LXXX","XC"}; |
41 const QString RomanOnes[9] = {"I","II","III","IV","V","VI","VII","VIII","IX"}; |
41 const QString RomanOnes[9] = {"I","II","III","IV","V","VI","VII","VIII","IX"}; |
42 |
42 |
43 /*! |
43 /*! |
44 @proto |
44 @stable |
45 @hbcore |
45 @hbcore |
46 \class HbExtraUserDictionary |
46 \class HbExtraUserDictionary |
47 \brief A generic implementation of HbUserDictionary class. |
47 \brief A generic implementation of HbUserDictionary class. |
48 |
48 |
49 This class provides generic all-purpose implementation of HbUserDictionary class. |
49 This class provides generic all-purpose implementation of HbUserDictionary class. |