qt5
Last change
on this file since c728494 was
c728494,
checked in by Philipp Spitzer <philipp@…>, 11 years ago
|
Changed layout details to study the effect in Maemo.
|
-
Property mode set to
100644
|
File size:
1.3 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>52</width> |
---|
10 | <height>198</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <layout class="QGridLayout" name="gridLayout"> |
---|
14 | <item row="1" column="0"> |
---|
15 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0"> |
---|
16 | <property name="spacing"> |
---|
17 | <number>0</number> |
---|
18 | </property> |
---|
19 | <item> |
---|
20 | <widget class="QToolButton" name="nextDayButton"> |
---|
21 | <property name="autoRaise"> |
---|
22 | <bool>true</bool> |
---|
23 | </property> |
---|
24 | <property name="arrowType"> |
---|
25 | <enum>Qt::UpArrow</enum> |
---|
26 | </property> |
---|
27 | </widget> |
---|
28 | </item> |
---|
29 | <item> |
---|
30 | <widget class="QWidget" name="selectedDate" native="true"/> |
---|
31 | </item> |
---|
32 | <item> |
---|
33 | <widget class="QToolButton" name="prevDayButton"> |
---|
34 | <property name="autoRaise"> |
---|
35 | <bool>true</bool> |
---|
36 | </property> |
---|
37 | <property name="arrowType"> |
---|
38 | <enum>Qt::DownArrow</enum> |
---|
39 | </property> |
---|
40 | </widget> |
---|
41 | </item> |
---|
42 | </layout> |
---|
43 | </item> |
---|
44 | </layout> |
---|
45 | </widget> |
---|
46 | <resources/> |
---|
47 | <connections/> |
---|
48 | <slots> |
---|
49 | <slot>prevDayButtonClicked()</slot> |
---|
50 | <slot>nextDayButtonClicked()</slot> |
---|
51 | <slot>todayButtonClicked()</slot> |
---|
52 | </slots> |
---|
53 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.