equal
deleted
inserted
replaced
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 width [un] of space beetwen event bubbles in Day View (UI spec) |
61 */ |
61 */ |
62 const qreal KCalenSpaceBeetwenEvents = 1.5; |
62 const qreal KCalenSpaceBeetwenEvents = 1.5; |
|
63 |
|
64 /*! |
|
65 The minimum width [un] of space beetwen event bubbles in Day View (UI spec) |
|
66 */ |
|
67 const qreal KCalenMinSpaceBeetwenEvents = 0.1; |
63 |
68 |
64 /*! |
69 /*! |
65 Number of All day events displayed in single day that remains touchable |
70 Number of All day events displayed in single day that remains touchable |
66 in portrait orientation (UI spec) |
71 in portrait orientation (UI spec) |
67 */ |
72 */ |
77 Thickness [un] of hour line (UI spec) |
82 Thickness [un] of hour line (UI spec) |
78 */ |
83 */ |
79 const qreal KCalenHourLineThickness = 0.15; |
84 const qreal KCalenHourLineThickness = 0.15; |
80 |
85 |
81 /*! |
86 /*! |
82 Thickness [un] of time line (UI spec) |
87 Thickness [un] of current time line (UI spec) |
83 */ |
88 */ |
84 const qreal KCalenTimeLineThickness = 0.75; |
89 const qreal KCalenCurrentTimeLineThickness = 0.75; |
85 |
90 |
86 /*! |
91 /*! |
87 Color scheme for hour line (UI spec) |
92 Width [un] of dashes in half-hour line (UI spec) |
|
93 */ |
|
94 const qreal KCalenHalfHourLineDashWidth = 1.5; |
|
95 |
|
96 /*! |
|
97 Color scheme for hour and half-hour lines (UI spec) |
88 */ |
98 */ |
89 const QString KCalenHourLineColor = "qtc_cal_day_hour_lines"; |
99 const QString KCalenHourLineColor = "qtc_cal_day_hour_lines"; |
90 |
100 |
91 /*! |
101 /*! |
92 Color scheme for current time line (UI spec) |
102 Color scheme for current time line (UI spec) |
93 */ |
103 */ |
94 const QString KCalenTimeLineColor = "qtc_cal_month_current_day"; |
104 const QString KCalenTimeLineColor = "qtc_cal_month_current_day"; |
|
105 |
|
106 /*! |
|
107 Color scheme for Day View background in portrait mode (UI spec) |
|
108 */ |
|
109 const QString KCalenBackgroundColorPortrait = "qtg_graf_cal_bg_prt"; |
|
110 |
|
111 /*! |
|
112 Color scheme for Day View background in landscape mode (UI spec) |
|
113 */ |
|
114 const QString KCalenBackgroundColorLandscape = "qtg_graf_cal_bg_lsc"; |
95 |
115 |
96 |
116 |
97 // Enumerations |
117 // Enumerations |
98 |
118 |
99 /*! |
119 /*! |