1 | <ui version="4.0" > |
---|
2 | <class>ImportScheduleWidget</class> |
---|
3 | <widget class="QWidget" name="ImportScheduleWidget" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>662</width> |
---|
9 | <height>66</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="QHBoxLayout" name="horizontalLayout_2" > |
---|
24 | <item> |
---|
25 | <widget class="QLabel" name="importScheduleLabel" > |
---|
26 | <property name="sizePolicy" > |
---|
27 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" > |
---|
28 | <horstretch>0</horstretch> |
---|
29 | <verstretch>0</verstretch> |
---|
30 | </sizepolicy> |
---|
31 | </property> |
---|
32 | <property name="text" > |
---|
33 | <string>Import schedule: </string> |
---|
34 | </property> |
---|
35 | </widget> |
---|
36 | </item> |
---|
37 | <item> |
---|
38 | <widget class="QGroupBox" name="importAction" > |
---|
39 | <property name="title" > |
---|
40 | <string/> |
---|
41 | </property> |
---|
42 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
43 | <item> |
---|
44 | <widget class="QRadioButton" name="update" > |
---|
45 | <property name="text" > |
---|
46 | <string>Update</string> |
---|
47 | </property> |
---|
48 | <property name="checked" > |
---|
49 | <bool>true</bool> |
---|
50 | </property> |
---|
51 | </widget> |
---|
52 | </item> |
---|
53 | <item> |
---|
54 | <widget class="QRadioButton" name="replace" > |
---|
55 | <property name="text" > |
---|
56 | <string>Replace</string> |
---|
57 | </property> |
---|
58 | </widget> |
---|
59 | </item> |
---|
60 | </layout> |
---|
61 | </widget> |
---|
62 | </item> |
---|
63 | <item> |
---|
64 | <widget class="QPushButton" name="online" > |
---|
65 | <property name="text" > |
---|
66 | <string>Online</string> |
---|
67 | </property> |
---|
68 | </widget> |
---|
69 | </item> |
---|
70 | <item> |
---|
71 | <widget class="QToolButton" name="proxySettings" > |
---|
72 | <property name="text" > |
---|
73 | <string>...</string> |
---|
74 | </property> |
---|
75 | <property name="autoRaise" > |
---|
76 | <bool>true</bool> |
---|
77 | </property> |
---|
78 | </widget> |
---|
79 | </item> |
---|
80 | <item> |
---|
81 | <widget class="QPushButton" name="browse" > |
---|
82 | <property name="sizePolicy" > |
---|
83 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
---|
84 | <horstretch>0</horstretch> |
---|
85 | <verstretch>0</verstretch> |
---|
86 | </sizepolicy> |
---|
87 | </property> |
---|
88 | <property name="text" > |
---|
89 | <string>Browse</string> |
---|
90 | </property> |
---|
91 | </widget> |
---|
92 | </item> |
---|
93 | <item> |
---|
94 | <widget class="QPushButton" name="cancel" > |
---|
95 | <property name="text" > |
---|
96 | <string>Cancel</string> |
---|
97 | </property> |
---|
98 | </widget> |
---|
99 | </item> |
---|
100 | <item> |
---|
101 | <widget class="QProgressBar" name="progressBar" > |
---|
102 | <property name="sizePolicy" > |
---|
103 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
---|
104 | <horstretch>0</horstretch> |
---|
105 | <verstretch>10</verstretch> |
---|
106 | </sizepolicy> |
---|
107 | </property> |
---|
108 | <property name="value" > |
---|
109 | <number>0</number> |
---|
110 | </property> |
---|
111 | <property name="textVisible" > |
---|
112 | <bool>false</bool> |
---|
113 | </property> |
---|
114 | </widget> |
---|
115 | </item> |
---|
116 | </layout> |
---|
117 | </item> |
---|
118 | </layout> |
---|
119 | </widget> |
---|
120 | <resources/> |
---|
121 | <connections/> |
---|
122 | </ui> |
---|