1 | <ui version="4.0" >
|
---|
2 | <class>TimeDialog</class>
|
---|
3 | <widget class="QDialog" name="TimeDialog" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>195</width>
|
---|
9 | <height>91</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <layout class="QVBoxLayout" >
|
---|
13 | <property name="spacing" >
|
---|
14 | <number>6</number>
|
---|
15 | </property>
|
---|
16 | <property name="leftMargin" >
|
---|
17 | <number>9</number>
|
---|
18 | </property>
|
---|
19 | <property name="topMargin" >
|
---|
20 | <number>9</number>
|
---|
21 | </property>
|
---|
22 | <property name="rightMargin" >
|
---|
23 | <number>9</number>
|
---|
24 | </property>
|
---|
25 | <property name="bottomMargin" >
|
---|
26 | <number>9</number>
|
---|
27 | </property>
|
---|
28 | <item>
|
---|
29 | <layout class="QHBoxLayout" >
|
---|
30 | <property name="spacing" >
|
---|
31 | <number>6</number>
|
---|
32 | </property>
|
---|
33 | <property name="leftMargin" >
|
---|
34 | <number>0</number>
|
---|
35 | </property>
|
---|
36 | <property name="topMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="rightMargin" >
|
---|
40 | <number>0</number>
|
---|
41 | </property>
|
---|
42 | <property name="bottomMargin" >
|
---|
43 | <number>0</number>
|
---|
44 | </property>
|
---|
45 | <item>
|
---|
46 | <widget class="QLabel" name="time_label" >
|
---|
47 | <property name="sizePolicy" >
|
---|
48 | <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
---|
49 | <horstretch>0</horstretch>
|
---|
50 | <verstretch>0</verstretch>
|
---|
51 | </sizepolicy>
|
---|
52 | </property>
|
---|
53 | <property name="text" >
|
---|
54 | <string>&Jump to:</string>
|
---|
55 | </property>
|
---|
56 | <property name="alignment" >
|
---|
57 | <set>Qt::AlignCenter</set>
|
---|
58 | </property>
|
---|
59 | <property name="buddy" >
|
---|
60 | <cstring>time_edit</cstring>
|
---|
61 | </property>
|
---|
62 | </widget>
|
---|
63 | </item>
|
---|
64 | <item>
|
---|
65 | <widget class="QTimeEdit" name="time_edit" />
|
---|
66 | </item>
|
---|
67 | </layout>
|
---|
68 | </item>
|
---|
69 | <item>
|
---|
70 | <widget class="Line" name="line" >
|
---|
71 | <property name="orientation" >
|
---|
72 | <enum>Qt::Horizontal</enum>
|
---|
73 | </property>
|
---|
74 | </widget>
|
---|
75 | </item>
|
---|
76 | <item>
|
---|
77 | <widget class="QDialogButtonBox" name="buttonBox" >
|
---|
78 | <property name="orientation" >
|
---|
79 | <enum>Qt::Horizontal</enum>
|
---|
80 | </property>
|
---|
81 | <property name="standardButtons" >
|
---|
82 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
---|
83 | </property>
|
---|
84 | </widget>
|
---|
85 | </item>
|
---|
86 | </layout>
|
---|
87 | </widget>
|
---|
88 | <resources/>
|
---|
89 | <connections>
|
---|
90 | <connection>
|
---|
91 | <sender>buttonBox</sender>
|
---|
92 | <signal>accepted()</signal>
|
---|
93 | <receiver>TimeDialog</receiver>
|
---|
94 | <slot>accept()</slot>
|
---|
95 | <hints>
|
---|
96 | <hint type="sourcelabel" >
|
---|
97 | <x>248</x>
|
---|
98 | <y>254</y>
|
---|
99 | </hint>
|
---|
100 | <hint type="destinationlabel" >
|
---|
101 | <x>157</x>
|
---|
102 | <y>274</y>
|
---|
103 | </hint>
|
---|
104 | </hints>
|
---|
105 | </connection>
|
---|
106 | <connection>
|
---|
107 | <sender>buttonBox</sender>
|
---|
108 | <signal>rejected()</signal>
|
---|
109 | <receiver>TimeDialog</receiver>
|
---|
110 | <slot>reject()</slot>
|
---|
111 | <hints>
|
---|
112 | <hint type="sourcelabel" >
|
---|
113 | <x>316</x>
|
---|
114 | <y>260</y>
|
---|
115 | </hint>
|
---|
116 | <hint type="destinationlabel" >
|
---|
117 | <x>286</x>
|
---|
118 | <y>274</y>
|
---|
119 | </hint>
|
---|
120 | </hints>
|
---|
121 | </connection>
|
---|
122 | </connections>
|
---|
123 | </ui>
|
---|