calendarui/views/dayview/inc/calendaycommonheaders.h
changeset 70 a5ed90760192
parent 64 1881ad52dc45
child 81 ce92091cbd61
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    25  Number of hours in day (UI spec)
    25  Number of hours in day (UI spec)
    26  */
    26  */
    27 const int KCalenHoursInDay = 24;
    27 const int KCalenHoursInDay = 24;
    28 
    28 
    29 /*!
    29 /*!
    30  Number of time slots in hour (half of hour is defined as time slot) (UI spec)
    30  Number of time slots in hour (one slot = 15 minutes) (UI spec)
    31  */
    31  */
    32 const int KCalenSlotsInHour = 2;
    32 const int KCalenSlotsInHour = 4;
    33 
    33 
    34 /*!
    34 /*!
    35  Content area (1/4 of screen) dedicated for All day events in Day View (UI spec)
    35  Content area (1/4 of screen) dedicated for All day events in Day View (UI spec)
    36  */
    36  */
    37 const qreal KCalenAllDayEventArea = 0.25;
    37 const qreal KCalenAllDayEventArea = 0.25;