1 | <ui version="4.0" > |
---|
2 | <class>ImportScheduleDialog</class> |
---|
3 | <widget class="QDialog" name="ImportScheduleDialog" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>330</width> |
---|
9 | <height>74</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="sizePolicy" > |
---|
13 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > |
---|
14 | <horstretch>0</horstretch> |
---|
15 | <verstretch>0</verstretch> |
---|
16 | </sizepolicy> |
---|
17 | </property> |
---|
18 | <property name="windowTitle" > |
---|
19 | <string>Import schedule</string> |
---|
20 | </property> |
---|
21 | <layout class="QGridLayout" name="gridLayout" > |
---|
22 | <item row="0" column="0" > |
---|
23 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
24 | <item> |
---|
25 | <widget class="QProgressBar" name="progressBar" > |
---|
26 | <property name="value" > |
---|
27 | <number>0</number> |
---|
28 | </property> |
---|
29 | <property name="textVisible" > |
---|
30 | <bool>false</bool> |
---|
31 | </property> |
---|
32 | </widget> |
---|
33 | </item> |
---|
34 | <item> |
---|
35 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
36 | <item> |
---|
37 | <widget class="QPushButton" name="search" > |
---|
38 | <property name="text" > |
---|
39 | <string>Search</string> |
---|
40 | </property> |
---|
41 | </widget> |
---|
42 | </item> |
---|
43 | <item> |
---|
44 | <spacer name="horizontalSpacer_2" > |
---|
45 | <property name="orientation" > |
---|
46 | <enum>Qt::Horizontal</enum> |
---|
47 | </property> |
---|
48 | <property name="sizeHint" stdset="0" > |
---|
49 | <size> |
---|
50 | <width>40</width> |
---|
51 | <height>20</height> |
---|
52 | </size> |
---|
53 | </property> |
---|
54 | </spacer> |
---|
55 | </item> |
---|
56 | <item> |
---|
57 | <widget class="QPushButton" name="import" > |
---|
58 | <property name="text" > |
---|
59 | <string>Import</string> |
---|
60 | </property> |
---|
61 | </widget> |
---|
62 | </item> |
---|
63 | <item> |
---|
64 | <widget class="QPushButton" name="cancel" > |
---|
65 | <property name="text" > |
---|
66 | <string>Cancel</string> |
---|
67 | </property> |
---|
68 | </widget> |
---|
69 | </item> |
---|
70 | </layout> |
---|
71 | </item> |
---|
72 | </layout> |
---|
73 | </item> |
---|
74 | </layout> |
---|
75 | </widget> |
---|
76 | <resources/> |
---|
77 | <connections> |
---|
78 | <connection> |
---|
79 | <sender>cancel</sender> |
---|
80 | <signal>clicked()</signal> |
---|
81 | <receiver>ImportScheduleDialog</receiver> |
---|
82 | <slot>close()</slot> |
---|
83 | <hints> |
---|
84 | <hint type="sourcelabel" > |
---|
85 | <x>515</x> |
---|
86 | <y>124</y> |
---|
87 | </hint> |
---|
88 | <hint type="destinationlabel" > |
---|
89 | <x>283</x> |
---|
90 | <y>80</y> |
---|
91 | </hint> |
---|
92 | </hints> |
---|
93 | </connection> |
---|
94 | </connections> |
---|
95 | </ui> |
---|