Line | |
---|
1 | <ui version="4.0" > |
---|
2 | <class>visualGUI_DateTimeClass</class> |
---|
3 | <widget class="QWidget" name="visualGUI_DateTimeClass" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>242</width> |
---|
9 | <height>89</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>visualGUI_DateTime</string> |
---|
14 | </property> |
---|
15 | <widget class="QLabel" name="label" > |
---|
16 | <property name="geometry" > |
---|
17 | <rect> |
---|
18 | <x>20</x> |
---|
19 | <y>20</y> |
---|
20 | <width>161</width> |
---|
21 | <height>71</height> |
---|
22 | </rect> |
---|
23 | </property> |
---|
24 | <property name="font" > |
---|
25 | <font> |
---|
26 | <family>MS Shell Dlg 2</family> |
---|
27 | <pointsize>16</pointsize> |
---|
28 | <weight>50</weight> |
---|
29 | <italic>false</italic> |
---|
30 | <bold>false</bold> |
---|
31 | <underline>false</underline> |
---|
32 | <strikeout>false</strikeout> |
---|
33 | </font> |
---|
34 | </property> |
---|
35 | <property name="text" > |
---|
36 | <string>Date & Time</string> |
---|
37 | </property> |
---|
38 | </widget> |
---|
39 | <widget class="QDateTimeEdit" name="dateTimeEdit" > |
---|
40 | <property name="geometry" > |
---|
41 | <rect> |
---|
42 | <x>10</x> |
---|
43 | <y>10</y> |
---|
44 | <width>194</width> |
---|
45 | <height>22</height> |
---|
46 | </rect> |
---|
47 | </property> |
---|
48 | <property name="wrapping" > |
---|
49 | <bool>true</bool> |
---|
50 | </property> |
---|
51 | <property name="dateTime" > |
---|
52 | <datetime> |
---|
53 | <hour>12</hour> |
---|
54 | <minute>0</minute> |
---|
55 | <second>0</second> |
---|
56 | <year>2009</year> |
---|
57 | <month>6</month> |
---|
58 | <day>15</day> |
---|
59 | </datetime> |
---|
60 | </property> |
---|
61 | <property name="calendarPopup" > |
---|
62 | <bool>true</bool> |
---|
63 | </property> |
---|
64 | </widget> |
---|
65 | </widget> |
---|
66 | <layoutdefault spacing="6" margin="11" /> |
---|
67 | <resources/> |
---|
68 | <connections/> |
---|
69 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.