calendarui/views/dayview/inc/calendaycommonheaders.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
    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;