emailuis/nmhswidget/inc/nmhswidgetconsts.h
changeset 68 83cc6bae1de8
parent 62 a8c646b56683
child 74 6c59112cfd31
equal deleted inserted replaced
67:459da34cdb45 68:83cc6bae1de8
    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 */