messagingapp/msgui/msgapp/inc/msgcommondefines.h
changeset 52 12db4185673b
parent 23 238255e8b033
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    30 const qreal AVATAR_WIDTH = 40.0; //Width for avatar.
    30 const qreal AVATAR_WIDTH = 40.0; //Width for avatar.
    31 const qreal AVATAR_HEIGHT = 50.0; //Height for avatar.
    31 const qreal AVATAR_HEIGHT = 50.0; //Height for avatar.
    32 const qreal TIMESTAMP_WIDTH = 45.0; //Width for timestamp.
    32 const qreal TIMESTAMP_WIDTH = 45.0; //Width for timestamp.
    33 const qreal UNREADCOUNT_WIDTH = 40.0; //Width for unread count.
    33 const qreal UNREADCOUNT_WIDTH = 40.0; //Width for unread count.
    34 
    34 
    35 const QString DATE_FORMAT("dd/MM"); //Date format.
       
    36 const QString TIME_FORMAT("hh:mm"); //Time format.
       
    37 
       
    38 const QColor SEPARATOR_COLOR(0, 0, 0, 51); //separator color.
    35 const QColor SEPARATOR_COLOR(0, 0, 0, 51); //separator color.
    39 
    36 
    40 #endif /* MSGCOMMONDEFINES_H_ */
    37 #endif /* MSGCOMMONDEFINES_H_ */
    41 
    38 
    42 // EOF
    39 // EOF