emailuis/nmhswidget/inc/nmhswidgetconsts.h
changeset 75 47d84de1c893
parent 65 478bc57ad291
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    49 /** max number of mails shown in widget */
    49 /** max number of mails shown in widget */
    50 const int KMaxNumberOfMailsShown = KMaxNumberOfEnvelopesProvided;
    50 const int KMaxNumberOfMailsShown = KMaxNumberOfEnvelopesProvided;
    51 /** Widget's localization file name*/
    51 /** Widget's localization file name*/
    52 const QString KNmHsWidgetLocFileName = "mailwidget_";
    52 const QString KNmHsWidgetLocFileName = "mailwidget_";
    53 /** Widget's localization file location*/
    53 /** Widget's localization file location*/
    54 const QString KNmHsWidgetLocLocation = "z:/resource/qt/translations/";
    54 const QString KNmHsWidgetLocLocation = "/resource/qt/translations/";
    55 /** Widget's state property values */
    55 /** Widget's state property values */
    56 const QString KNmHsWidgetStateCollapsed = "collapsed";
    56 const QString KNmHsWidgetStateCollapsed = "collapsed";
    57 const QString KNmHsWidgetStateExpanded = "expanded";
    57 const QString KNmHsWidgetStateExpanded = "expanded";
       
    58 /** maximum home screen widget height in units */
       
    59 const int KNmHsWidgetHSMaxWidgetHeightInUnits = 39;
    58 
    60 
    59 /**************************************************
    61 /**************************************************
    60  * Title row widget
    62  * Title row widget
    61  *************************************************/
    63  *************************************************/
    62 /**  docml file including title row UI definitions */
    64 /**  docml file including title row UI definitions */