Last change
on this file was
4ca8bdc,
checked in by Philipp Spitzer <philipp@…>, 10 years ago
|
Created more shortcuts (ticket #28).
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>DayNavigatorWidget</class> |
---|
4 | <widget class="QWidget" name="DayNavigatorWidget"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>31</width> |
---|
10 | <height>138</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0"> |
---|
14 | <property name="spacing"> |
---|
15 | <number>0</number> |
---|
16 | </property> |
---|
17 | <property name="margin"> |
---|
18 | <number>0</number> |
---|
19 | </property> |
---|
20 | <item> |
---|
21 | <widget class="QToolButton" name="nextDayButton"> |
---|
22 | <property name="toolTip"> |
---|
23 | <string>Go to next day (Ctrl+Up)</string> |
---|
24 | </property> |
---|
25 | <property name="shortcut"> |
---|
26 | <string>Ctrl+Up</string> |
---|
27 | </property> |
---|
28 | <property name="autoRaise"> |
---|
29 | <bool>true</bool> |
---|
30 | </property> |
---|
31 | <property name="arrowType"> |
---|
32 | <enum>Qt::UpArrow</enum> |
---|
33 | </property> |
---|
34 | </widget> |
---|
35 | </item> |
---|
36 | <item> |
---|
37 | <widget class="QWidget" name="selectedDate" native="true"/> |
---|
38 | </item> |
---|
39 | <item> |
---|
40 | <widget class="QToolButton" name="prevDayButton"> |
---|
41 | <property name="toolTip"> |
---|
42 | <string>Go to previous day (Ctrl+Down)</string> |
---|
43 | </property> |
---|
44 | <property name="shortcut"> |
---|
45 | <string>Ctrl+Down</string> |
---|
46 | </property> |
---|
47 | <property name="autoRaise"> |
---|
48 | <bool>true</bool> |
---|
49 | </property> |
---|
50 | <property name="arrowType"> |
---|
51 | <enum>Qt::DownArrow</enum> |
---|
52 | </property> |
---|
53 | </widget> |
---|
54 | </item> |
---|
55 | </layout> |
---|
56 | </widget> |
---|
57 | <resources/> |
---|
58 | <connections/> |
---|
59 | <slots> |
---|
60 | <slot>prevDayButtonClicked()</slot> |
---|
61 | <slot>nextDayButtonClicked()</slot> |
---|
62 | <slot>todayButtonClicked()</slot> |
---|
63 | </slots> |
---|
64 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.