calendarui/views/dayview/inc/calendaycommonheaders.h
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
child 77 b0711afde476
equal deleted inserted replaced
58:ef813d54df51 68:a5a1242fd2e8
    42 const qreal KCalenEmptyRightColumnWidth = 6.0;
    42 const qreal KCalenEmptyRightColumnWidth = 6.0;
    43 
    43 
    44 /*!
    44 /*!
    45  The minimum width [un] of touchable event bubble (UI spec)
    45  The minimum width [un] of touchable event bubble (UI spec)
    46  */
    46  */
    47 const qreal KCalenMinTouchableEventWidth = 8.2;
    47 const qreal KCalenMinTouchableEventWidth = 8.0;
    48 
    48 
    49 /*!
    49 /*!
    50  The minimum width [un] of event bubble (UI spec)
    50  The minimum width [un] of event bubble (UI spec)
    51  */
    51  */
    52 const qreal KCalenMinBubbleWidth = 3.0;
    52 const qreal KCalenMinEventWidth = 3.0;
    53 
    53 
    54 /*!
    54 /*!
    55  The width [un] of time strip (indicator) in event bubble (UI spec)
    55  The width [un] of time strip (indicator) in event bubble (UI spec)
    56  */
    56  */
    57 const qreal KCalenTimeStripWidth = 1.5;
    57 const qreal KCalenTimeStripWidth = 1.5;
    58 
    58 
    59 /*!
    59 /*!
    60  The width [un] of space beetwen event buubles in Day View (UI spec)
    60  The minimum width [un] of time strip (indicator) in event bubble (UI spec)
       
    61  */
       
    62 const qreal KCalenMinTimeStripWidth = 1.4;
       
    63 
       
    64 /*!
       
    65  The width [un] of space beetwen event bubbles in Day View (UI spec)
    61  */
    66  */
    62 const qreal KCalenSpaceBeetwenEvents = 1.5;
    67 const qreal KCalenSpaceBeetwenEvents = 1.5;
       
    68 
       
    69 /*!
       
    70  The minimum width [un] of space beetwen event bubbles in Day View (UI spec)
       
    71  */
       
    72 const qreal KCalenMinSpaceBeetwenEvents = 0.1;
    63 
    73 
    64 /*!
    74 /*!
    65  Number of All day events displayed in single day that remains touchable 
    75  Number of All day events displayed in single day that remains touchable 
    66  in portrait orientation (UI spec)
    76  in portrait orientation (UI spec)
    67  */
    77  */
    77  Thickness [un] of hour line (UI spec)
    87  Thickness [un] of hour line (UI spec)
    78  */
    88  */
    79 const qreal KCalenHourLineThickness = 0.15;
    89 const qreal KCalenHourLineThickness = 0.15;
    80 
    90 
    81 /*!
    91 /*!
    82  Thickness [un] of time line (UI spec)
    92  Thickness [un] of current time line (UI spec)
    83  */
    93  */
    84 const qreal KCalenTimeLineThickness = 0.75;
    94 const qreal KCalenCurrentTimeLineThickness = 0.75;
    85 
    95 
    86 /*!
    96 /*!
    87  Color scheme for hour line (UI spec)
    97  Width [un] of dashes in half-hour line (UI spec)
       
    98  */
       
    99 const qreal KCalenHalfHourLineDashWidth = 1.5;
       
   100 
       
   101 /*!
       
   102  Color scheme for hour and half-hour lines (UI spec)
    88  */
   103  */
    89 const QString KCalenHourLineColor = "qtc_cal_day_hour_lines";
   104 const QString KCalenHourLineColor = "qtc_cal_day_hour_lines";
    90 
   105 
    91 /*!
   106 /*!
    92  Color scheme for current time line (UI spec)
   107  Color scheme for current time line (UI spec)
    93  */
   108  */
    94 const QString KCalenTimeLineColor = "qtc_cal_month_current_day";
   109 const QString KCalenTimeLineColor = "qtc_cal_month_current_day";
       
   110 
       
   111 /*!
       
   112  Color scheme for Day View background in portrait mode (UI spec)
       
   113  */
       
   114 const QString KCalenBackgroundColorPortrait = "qtg_graf_cal_bg_prt";
       
   115 
       
   116 /*!
       
   117  Color scheme for Day View background in landscape mode (UI spec)
       
   118  */
       
   119 const QString KCalenBackgroundColorLandscape = "qtg_graf_cal_bg_lsc";
    95 
   120 
    96 
   121 
    97 // Enumerations
   122 // Enumerations
    98 
   123 
    99 /*!
   124 /*!