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>408</width> |
---|
9 | <height>118</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Import schedule</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
18 | <item> |
---|
19 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
20 | <item> |
---|
21 | <widget class="QLabel" name="fileName" > |
---|
22 | <property name="text" > |
---|
23 | <string>Select conference schedule file</string> |
---|
24 | </property> |
---|
25 | </widget> |
---|
26 | </item> |
---|
27 | <item> |
---|
28 | <spacer name="horizontalSpacer" > |
---|
29 | <property name="orientation" > |
---|
30 | <enum>Qt::Horizontal</enum> |
---|
31 | </property> |
---|
32 | <property name="sizeHint" stdset="0" > |
---|
33 | <size> |
---|
34 | <width>40</width> |
---|
35 | <height>20</height> |
---|
36 | </size> |
---|
37 | </property> |
---|
38 | </spacer> |
---|
39 | </item> |
---|
40 | <item> |
---|
41 | <widget class="QPushButton" name="search" > |
---|
42 | <property name="text" > |
---|
43 | <string>Search</string> |
---|
44 | </property> |
---|
45 | </widget> |
---|
46 | </item> |
---|
47 | </layout> |
---|
48 | </item> |
---|
49 | <item> |
---|
50 | <widget class="QProgressBar" name="progressBar" > |
---|
51 | <property name="value" > |
---|
52 | <number>0</number> |
---|
53 | </property> |
---|
54 | <property name="textVisible" > |
---|
55 | <bool>false</bool> |
---|
56 | </property> |
---|
57 | </widget> |
---|
58 | </item> |
---|
59 | <item> |
---|
60 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
61 | <item> |
---|
62 | <spacer name="horizontalSpacer_2" > |
---|
63 | <property name="orientation" > |
---|
64 | <enum>Qt::Horizontal</enum> |
---|
65 | </property> |
---|
66 | <property name="sizeHint" stdset="0" > |
---|
67 | <size> |
---|
68 | <width>40</width> |
---|
69 | <height>20</height> |
---|
70 | </size> |
---|
71 | </property> |
---|
72 | </spacer> |
---|
73 | </item> |
---|
74 | <item> |
---|
75 | <widget class="QPushButton" name="import" > |
---|
76 | <property name="text" > |
---|
77 | <string>Import</string> |
---|
78 | </property> |
---|
79 | </widget> |
---|
80 | </item> |
---|
81 | <item> |
---|
82 | <widget class="QPushButton" name="cancel" > |
---|
83 | <property name="text" > |
---|
84 | <string>Cancel</string> |
---|
85 | </property> |
---|
86 | </widget> |
---|
87 | </item> |
---|
88 | </layout> |
---|
89 | </item> |
---|
90 | </layout> |
---|
91 | </item> |
---|
92 | </layout> |
---|
93 | </widget> |
---|
94 | <resources/> |
---|
95 | <connections> |
---|
96 | <connection> |
---|
97 | <sender>cancel</sender> |
---|
98 | <signal>clicked()</signal> |
---|
99 | <receiver>ImportScheduleDialog</receiver> |
---|
100 | <slot>close()</slot> |
---|
101 | <hints> |
---|
102 | <hint type="sourcelabel" > |
---|
103 | <x>515</x> |
---|
104 | <y>124</y> |
---|
105 | </hint> |
---|
106 | <hint type="destinationlabel" > |
---|
107 | <x>283</x> |
---|
108 | <y>80</y> |
---|
109 | </hint> |
---|
110 | </hints> |
---|
111 | </connection> |
---|
112 | </connections> |
---|
113 | </ui> |
---|