emailuis/nmhswidget/inc/nmhswidgetconsts.h
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
    21 /**************************************************
    21 /**************************************************
    22  * engine
    22  * engine
    23  *************************************************/
    23  *************************************************/
    24 //Maximum amount of envelopes that can be provided to client in getData function
    24 //Maximum amount of envelopes that can be provided to client in getData function
    25 //This is also the amount of envelopes that is kept in mData all the time
    25 //This is also the amount of envelopes that is kept in mData all the time
    26 const int KMaxNumberOfEnvelopesProvided = 3;
    26 const int KMaxNumberOfEnvelopesProvided = 99;
    27 //Maximum value for unread count
    27 //Maximum value for unread count
    28 const int KMaxUnreadCount = 999; 
    28 const int KMaxUnreadCount = 999; 
    29 
    29 
    30 /**************************************************
    30 /**************************************************
    31  * nmhswidget
    31  * nmhswidget
    40 const QString KNmHsWidgetEmptySpaceContainer = "emptySpaceContainer";
    40 const QString KNmHsWidgetEmptySpaceContainer = "emptySpaceContainer";
    41 /** container widget including content (mail rows / no mails label */
    41 /** container widget including content (mail rows / no mails label */
    42 const QString KNmHsWidgetContentContainer = "mailRowContainer";
    42 const QString KNmHsWidgetContentContainer = "mailRowContainer";
    43 /** no mails label - shown when inbox is empty */
    43 /** no mails label - shown when inbox is empty */
    44 const QString KNmHsWidgetNoMailsLabel = "noMailsLabel";
    44 const QString KNmHsWidgetNoMailsLabel = "noMailsLabel";
       
    45 /** mail list view - list component that contains the messages */
       
    46 const QString KNmHsWidgetMailListView = "mailListView";
    45 /** contents margin/spacing in all layouts / container widgets */
    47 /** contents margin/spacing in all layouts / container widgets */
    46 const int KNmHsWidgetContentsMargin = 0;
    48 const int KNmHsWidgetContentsMargin = 0;
    47 /** Widget's background image*/
    49 /** Widget's background image*/
    48 const QString KNmHsWidgetBackgroundImage = "qtg_fr_hswidget_normal";
    50 const QString KNmHsWidgetBackgroundImage = "qtg_fr_hswidget_normal";
    49 /** max number of mails shown in widget */
    51 /** max number of mails shown in widget */