##// END OF EJS Templates
***
ralonso -
r27:28
parent child
Show More
@@ -1,833 +1,826
1 <?xml version="1.0" encoding="UTF-8"?> No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0"> No newline at end of file
2 <ui version="4.0">
3 <class>MainWindow</class> No newline at end of file
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow"> No newline at end of file
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry"> No newline at end of file
5 <property name="geometry">
6 <rect> No newline at end of file
6 <rect>
7 <x>0</x> No newline at end of file
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
No newline at end of file
9 <width>745</width> No newline at end of file
9 <width>585</width> No newline at end of file
10 <height>787</height> No newline at end of file
10 <height>787</height>
11 </rect> No newline at end of file
11 </rect>
12 </property> No newline at end of file
12 </property>
13 <property name="windowTitle"> No newline at end of file
13 <property name="windowTitle">
14 <string>JRO BACKUP MANAGER</string> No newline at end of file
14 <string>JRO BACKUP MANAGER</string>
15 </property> No newline at end of file
15 </property>
16 <widget class="QWidget" name="centralwidget"> No newline at end of file
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QVBoxLayout" name="verticalLayout"> No newline at end of file
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item> No newline at end of file
18 <item>
19 <widget class="QTabWidget" name="tabWidget"> No newline at end of file
19 <widget class="QTabWidget" name="tabWidget">
20 <property name="enabled"> No newline at end of file
20 <property name="enabled">
21 <bool>true</bool> No newline at end of file
21 <bool>true</bool>
22 </property> No newline at end of file
22 </property>
23 <property name="sizePolicy"> No newline at end of file
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> No newline at end of file
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25 <horstretch>0</horstretch> No newline at end of file
25 <horstretch>0</horstretch>
26 <verstretch>0</verstretch> No newline at end of file
26 <verstretch>0</verstretch>
27 </sizepolicy> No newline at end of file
27 </sizepolicy>
28 </property> No newline at end of file
28 </property>
29 <property name="currentIndex"> No newline at end of file
29 <property name="currentIndex">
30 <number>1</number> No newline at end of file
30 <number>1</number>
31 </property> No newline at end of file
31 </property>
32 <widget class="QWidget" name="tabParameters"> No newline at end of file
32 <widget class="QWidget" name="tabParameters">
33 <property name="enabled"> No newline at end of file
33 <property name="enabled">
34 <bool>true</bool> No newline at end of file
34 <bool>true</bool>
35 </property> No newline at end of file
35 </property>
36 <attribute name="title"> No newline at end of file
36 <attribute name="title">
37 <string>Parameters</string> No newline at end of file
37 <string>Parameters</string>
38 </attribute> No newline at end of file
38 </attribute>
39 <layout class="QVBoxLayout" name="verticalLayout_2"> No newline at end of file
39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item> No newline at end of file
40 <item>
41 <layout class="QHBoxLayout" name="horizontalLayout"> No newline at end of file
41 <layout class="QHBoxLayout" name="horizontalLayout">
42 <property name="sizeConstraint"> No newline at end of file
42 <property name="sizeConstraint">
43 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
43 <enum>QLayout::SetDefaultConstraint</enum>
44 </property> No newline at end of file
44 </property>
45 <item> No newline at end of file
45 <item>
46 <widget class="QLineEdit" name="txtDpath"> No newline at end of file
46 <widget class="QLineEdit" name="txtDpath">
47 <property name="sizePolicy"> No newline at end of file
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> No newline at end of file
48 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
49 <horstretch>0</horstretch> No newline at end of file
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch> No newline at end of file
50 <verstretch>0</verstretch>
51 </sizepolicy> No newline at end of file
51 </sizepolicy>
52 </property> No newline at end of file
52 </property>
53 </widget> No newline at end of file
53 </widget>
54 </item> No newline at end of file
54 </item>
55 <item> No newline at end of file
55 <item>
56 <widget class="QPushButton" name="btnDpath"> No newline at end of file
56 <widget class="QPushButton" name="btnDpath">
57 <property name="sizePolicy"> No newline at end of file
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
59 <horstretch>0</horstretch> No newline at end of file
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch> No newline at end of file
60 <verstretch>0</verstretch>
61 </sizepolicy> No newline at end of file
61 </sizepolicy>
62 </property> No newline at end of file
62 </property>
63 <property name="text"> No newline at end of file
63 <property name="text">
64 <string>Data Path</string> No newline at end of file
64 <string>Data Path</string>
65 </property> No newline at end of file
65 </property>
66 <property name="checkable"> No newline at end of file
66 <property name="checkable">
67 <bool>false</bool> No newline at end of file
67 <bool>false</bool>
68 </property> No newline at end of file
68 </property>
69 </widget> No newline at end of file
69 </widget>
70 </item> No newline at end of file
70 </item>
71 </layout> No newline at end of file
71 </layout>
72 </item> No newline at end of file
72 </item>
73 <item> No newline at end of file
73 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_3"> No newline at end of file
74 <layout class="QHBoxLayout" name="horizontalLayout_3">
75 <item> No newline at end of file
75 <item>
76 <widget class="QLineEdit" name="txtRpath"/> No newline at end of file
76 <widget class="QLineEdit" name="txtRpath"/>
77 </item> No newline at end of file
77 </item>
78 <item> No newline at end of file
78 <item>
79 <widget class="QPushButton" name="btnRpath"> No newline at end of file
79 <widget class="QPushButton" name="btnRpath">
80 <property name="text"> No newline at end of file
80 <property name="text">
81 <string>Resource Path</string> No newline at end of file
81 <string>Resource Path</string>
82 </property> No newline at end of file
82 </property>
83 </widget> No newline at end of file
83 </widget>
84 </item> No newline at end of file
84 </item>
85 </layout> No newline at end of file
85 </layout>
86 </item> No newline at end of file
86 </item>
87 <item> No newline at end of file
87 <item>
88 <widget class="QLabel" name="lblDtype"> No newline at end of file
88 <widget class="QLabel" name="lblDtype">
89 <property name="text"> No newline at end of file
89 <property name="text">
90 <string>Data Type</string> No newline at end of file
90 <string>Data Type</string>
91 </property> No newline at end of file
91 </property>
92 </widget> No newline at end of file
92 </widget>
93 </item> No newline at end of file
93 </item>
94 <item> No newline at end of file
94 <item>
95 <layout class="QHBoxLayout" name="horizontalLayout_4"> No newline at end of file
95 <layout class="QHBoxLayout" name="horizontalLayout_4">
96 <item> No newline at end of file
96 <item>
97 <widget class="QComboBox" name="lstDtype"> No newline at end of file
97 <widget class="QComboBox" name="lstDtype">
98 <item> No newline at end of file
98 <item>
99 <property name="text"> No newline at end of file
99 <property name="text">
100 <string>Raw Data</string> No newline at end of file
100 <string>Raw Data</string>
101 </property> No newline at end of file
101 </property>
102 </item> No newline at end of file
102 </item>
103 <item> No newline at end of file
103 <item>
104 <property name="text"> No newline at end of file
104 <property name="text">
105 <string>Process Data</string> No newline at end of file
105 <string>Process Data</string>
106 </property> No newline at end of file
106 </property>
107 </item> No newline at end of file
107 </item>
108 <item> No newline at end of file
108 <item>
109 <property name="text"> No newline at end of file
109 <property name="text">
110 <string>BLTR Data</string> No newline at end of file
110 <string>BLTR Data</string>
111 </property> No newline at end of file
111 </property>
112 </item> No newline at end of file
112 </item>
113 <item> No newline at end of file
113 <item>
114 <property name="text"> No newline at end of file
114 <property name="text">
115 <string>Other</string> No newline at end of file
115 <string>Other</string>
116 </property> No newline at end of file
116 </property>
117 </item> No newline at end of file
117 </item>
118 </widget> No newline at end of file
118 </widget>
119 </item> No newline at end of file
119 </item>
120 <item> No newline at end of file
120 <item>
121 <widget class="QLineEdit" name="txtDtype"> No newline at end of file
121 <widget class="QLineEdit" name="txtDtype">
122 <property name="text"> No newline at end of file
122 <property name="text">
123 <string>r</string> No newline at end of file
123 <string>r</string>
124 </property> No newline at end of file
124 </property>
125 <property name="readOnly"> No newline at end of file
125 <property name="readOnly">
126 <bool>true</bool> No newline at end of file
126 <bool>true</bool>
127 </property> No newline at end of file
127 </property>
128 </widget> No newline at end of file
128 </widget>
129 </item> No newline at end of file
129 </item>
130 <item> No newline at end of file
130 <item>
131 <widget class="QCheckBox" name="chkMST"> No newline at end of file
131 <widget class="QCheckBox" name="chkMST">
132 <property name="text"> No newline at end of file
132 <property name="text">
133 <string>MST-ISR Data</string> No newline at end of file
133 <string>MST-ISR Data</string>
134 </property> No newline at end of file
134 </property>
135 </widget> No newline at end of file
135 </widget>
136 </item> No newline at end of file
136 </item>
137 </layout> No newline at end of file
137 </layout>
138 </item> No newline at end of file
138 </item>
139 <item> No newline at end of file
139 <item>
140 <layout class="QHBoxLayout" name="horizontalLayout_6"> No newline at end of file
140 <layout class="QHBoxLayout" name="horizontalLayout_6">
141 <item> No newline at end of file
141 <item>
142 <widget class="QLabel" name="lblElabel"> No newline at end of file
142 <widget class="QLabel" name="lblElabel">
143 <property name="text"> No newline at end of file
143 <property name="text">
144 <string>Exp. Label at device</string> No newline at end of file
144 <string>Exp. Label at device</string>
145 </property> No newline at end of file
145 </property>
146 </widget> No newline at end of file
146 </widget>
147 </item> No newline at end of file
147 </item>
148 <item> No newline at end of file
148 <item>
149 <widget class="QLabel" name="lblCopys"> No newline at end of file
149 <widget class="QLabel" name="lblCopys">
150 <property name="text"> No newline at end of file
150 <property name="text">
151 <string>Copys</string> No newline at end of file
151 <string>Copys</string>
152 </property> No newline at end of file
152 </property>
153 </widget> No newline at end of file
153 </widget>
154 </item> No newline at end of file
154 </item>
155 </layout> No newline at end of file
155 </layout>
156 </item> No newline at end of file
156 </item>
157 <item> No newline at end of file
157 <item>
158 <layout class="QHBoxLayout" name="horizontalLayout_5"> No newline at end of file
158 <layout class="QHBoxLayout" name="horizontalLayout_5">
159 <item> No newline at end of file
159 <item>
160 <widget class="QLineEdit" name="txtElabel"/> No newline at end of file
160 <widget class="QLineEdit" name="txtElabel"/>
161 </item> No newline at end of file
161 </item>
162 <item> No newline at end of file
162 <item>
163 <widget class="QLineEdit" name="txtCopys"> No newline at end of file
163 <widget class="QLineEdit" name="txtCopys">
164 <property name="text"> No newline at end of file
164 <property name="text">
165 <string>0</string> No newline at end of file
165 <string>0</string>
166 </property> No newline at end of file
166 </property>
167 </widget> No newline at end of file
167 </widget>
168 </item> No newline at end of file
168 </item>
169 </layout> No newline at end of file
169 </layout>
170 </item> No newline at end of file
170 </item>
171 <item> No newline at end of file
171 <item>
172 <layout class="QHBoxLayout" name="horizontalLayout_7"> No newline at end of file
172 <layout class="QHBoxLayout" name="horizontalLayout_7">
173 <item> No newline at end of file
173 <item>
174 <widget class="QLabel" name="lblStartDay"> No newline at end of file
174 <widget class="QLabel" name="lblStartDay">
175 <property name="text"> No newline at end of file
175 <property name="text">
176 <string>Start Day:</string> No newline at end of file
176 <string>Start Day:</string>
177 </property> No newline at end of file
177 </property>
178 </widget> No newline at end of file
178 </widget>
179 </item> No newline at end of file
179 </item>
180 <item> No newline at end of file
180 <item>
181 <widget class="QLabel" name="lblStopDay"> No newline at end of file
181 <widget class="QLabel" name="lblStopDay">
182 <property name="text"> No newline at end of file
182 <property name="text">
183 <string>Stop Day:</string> No newline at end of file
183 <string>Stop Day:</string>
184 </property> No newline at end of file
184 </property>
185 </widget> No newline at end of file
185 </widget>
186 </item> No newline at end of file
186 </item>
187 </layout> No newline at end of file
187 </layout>
188 </item> No newline at end of file
188 </item>
189 <item> No newline at end of file
189 <item>
190 <layout class="QHBoxLayout" name="horizontalLayout_8"> No newline at end of file
190 <layout class="QHBoxLayout" name="horizontalLayout_8">
191 <item> No newline at end of file
191 <item>
192 <widget class="QComboBox" name="lstStartDay"/> No newline at end of file
192 <widget class="QComboBox" name="lstStartDay"/>
193 </item> No newline at end of file
193 </item>
194 <item> No newline at end of file
194 <item>
195 <widget class="QComboBox" name="lstStopDay"/> No newline at end of file
195 <widget class="QComboBox" name="lstStopDay"/>
196 </item> No newline at end of file
196 </item>
197 </layout> No newline at end of file
197 </layout>
198 </item> No newline at end of file
198 </item>
199 </layout> No newline at end of file
199 </layout>
200 </widget> No newline at end of file
200 </widget>
201 <widget class="QWidget" name="tabDconfig"> No newline at end of file
201 <widget class="QWidget" name="tabDconfig">
202 <property name="enabled"> No newline at end of file
202 <property name="enabled">
203 <bool>true</bool> No newline at end of file
203 <bool>true</bool>
204 </property> No newline at end of file
204 </property>
205 <property name="sizePolicy"> No newline at end of file
205 <property name="sizePolicy">
206 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> No newline at end of file
206 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
207 <horstretch>0</horstretch> No newline at end of file
207 <horstretch>0</horstretch>
208 <verstretch>0</verstretch> No newline at end of file
208 <verstretch>0</verstretch>
209 </sizepolicy> No newline at end of file
209 </sizepolicy>
210 </property> No newline at end of file
210 </property>
211 <attribute name="title"> No newline at end of file
211 <attribute name="title">
212 <string>Device Config.</string> No newline at end of file
212 <string>Device Config.</string>
213 </attribute> No newline at end of file
213 </attribute>
214 <layout class="QVBoxLayout" name="verticalLayout_3"> No newline at end of file
214 <layout class="QVBoxLayout" name="verticalLayout_3">
215 <item> No newline at end of file
215 <item>
216 <layout class="QGridLayout" name="gridLayout"> No newline at end of file
216 <layout class="QGridLayout" name="gridLayout">
217 <item row="0" column="0"> No newline at end of file
217 <item row="0" column="0">
218 <layout class="QVBoxLayout" name="verticalLayout_15"> No newline at end of file
218 <layout class="QVBoxLayout" name="verticalLayout_15">
219 <item> No newline at end of file
219 <item>
220 <widget class="QCheckBox" name="chkDevA"> No newline at end of file
220 <widget class="QCheckBox" name="chkDevA">
221 <property name="text"> No newline at end of file
221 <property name="text">
222 <string>Dev A</string> No newline at end of file
222 <string>Dev A</string>
223 </property> No newline at end of file
223 </property>
224 </widget> No newline at end of file
224 </widget>
225 </item> No newline at end of file
225 </item>
226 <item> No newline at end of file
226 <item>
227 <layout class="QVBoxLayout" name="verticalLayout_11"> No newline at end of file
227 <layout class="QVBoxLayout" name="verticalLayout_11">
228 <item> No newline at end of file
228 <item>
229 <widget class="QLineEdit" name="txtDeviceA"/> No newline at end of file
229 <widget class="QLineEdit" name="txtDeviceA"/>
230 </item> No newline at end of file
230 </item>
231 <item> No newline at end of file
231 <item>
232 <widget class="QLineEdit" name="txtBspeedA"/> No newline at end of file
232 <widget class="QLineEdit" name="txtBspeedA"/>
233 </item> No newline at end of file
233 </item>
234 <item> No newline at end of file
234 <item>
235 <widget class="QLineEdit" name="txtBmodeA"/> No newline at end of file
235 <widget class="QLineEdit" name="txtBmodeA"/>
236 </item> No newline at end of file
236 </item>
237 <item> No newline at end of file
237 <item>
238 <widget class="QPushButton" name="btnTdevA"> No newline at end of file
238 <widget class="QPushButton" name="btnTdevA">
239 <property name="text"> No newline at end of file
239 <property name="text">
240 <string>Test DevA</string> No newline at end of file
240 <string>Test DevA</string>
241 </property> No newline at end of file
241 </property>
242 </widget> No newline at end of file
242 </widget>
243 </item> No newline at end of file
243 </item>
244 </layout> No newline at end of file
244 </layout>
245 </item> No newline at end of file
245 </item>
246 </layout> No newline at end of file
246 </layout>
247 </item> No newline at end of file
247 </item>
248 <item row="0" column="1"> No newline at end of file
248 <item row="0" column="1">
249 <layout class="QVBoxLayout" name="verticalLayout_16"> No newline at end of file
249 <layout class="QVBoxLayout" name="verticalLayout_16">
250 <item> No newline at end of file
250 <item>
251 <widget class="QCheckBox" name="chkDevB"> No newline at end of file
251 <widget class="QCheckBox" name="chkDevB">
252 <property name="text"> No newline at end of file
252 <property name="text">
253 <string>Dev B</string> No newline at end of file
253 <string>Dev B</string>
254 </property> No newline at end of file
254 </property>
255 </widget> No newline at end of file
255 </widget>
256 </item> No newline at end of file
256 </item>
257 <item> No newline at end of file
257 <item>
258 <layout class="QVBoxLayout" name="verticalLayout_12"> No newline at end of file
258 <layout class="QVBoxLayout" name="verticalLayout_12">
259 <item> No newline at end of file
259 <item>
260 <widget class="QLineEdit" name="txtDeviceB"/> No newline at end of file
260 <widget class="QLineEdit" name="txtDeviceB"/>
261 </item> No newline at end of file
261 </item>
262 <item> No newline at end of file
262 <item>
263 <widget class="QLineEdit" name="txtBspeedB"/> No newline at end of file
263 <widget class="QLineEdit" name="txtBspeedB"/>
264 </item> No newline at end of file
264 </item>
265 <item> No newline at end of file
265 <item>
266 <widget class="QLineEdit" name="txtBmodeB"/> No newline at end of file
266 <widget class="QLineEdit" name="txtBmodeB"/>
267 </item> No newline at end of file
267 </item>
268 <item> No newline at end of file
268 <item>
269 <widget class="QPushButton" name="btnTdevB"> No newline at end of file
269 <widget class="QPushButton" name="btnTdevB">
270 <property name="text"> No newline at end of file
270 <property name="text">
271 <string>Test DevB</string> No newline at end of file
271 <string>Test DevB</string>
272 </property> No newline at end of file
272 </property>
273 </widget> No newline at end of file
273 </widget>
274 </item> No newline at end of file
274 </item>
275 </layout> No newline at end of file
275 </layout>
276 </item> No newline at end of file
276 </item>
277 </layout> No newline at end of file
277 </layout>
278 </item> No newline at end of file
278 </item>
279 <item row="0" column="2"> No newline at end of file
279 <item row="0" column="2">
280 <layout class="QVBoxLayout" name="verticalLayout_17"> No newline at end of file
280 <layout class="QVBoxLayout" name="verticalLayout_17">
281 <item> No newline at end of file
281 <item>
282 <widget class="QCheckBox" name="chkDevC"> No newline at end of file
282 <widget class="QCheckBox" name="chkDevC">
283 <property name="text"> No newline at end of file
283 <property name="text">
284 <string>Dev C</string> No newline at end of file
284 <string>Dev C</string>
285 </property> No newline at end of file
285 </property>
286 </widget> No newline at end of file
286 </widget>
287 </item> No newline at end of file
287 </item>
288 <item> No newline at end of file
288 <item>
289 <layout class="QVBoxLayout" name="verticalLayout_13"> No newline at end of file
289 <layout class="QVBoxLayout" name="verticalLayout_13">
290 <item> No newline at end of file
290 <item>
291 <widget class="QLineEdit" name="txtDeviceC"/> No newline at end of file
291 <widget class="QLineEdit" name="txtDeviceC"/>
292 </item> No newline at end of file
292 </item>
293 <item> No newline at end of file
293 <item>
294 <widget class="QLineEdit" name="txtBspeedC"/> No newline at end of file
294 <widget class="QLineEdit" name="txtBspeedC"/>
295 </item> No newline at end of file
295 </item>
296 <item> No newline at end of file
296 <item>
297 <widget class="QLineEdit" name="txtBmodeC"/> No newline at end of file
297 <widget class="QLineEdit" name="txtBmodeC"/>
298 </item> No newline at end of file
298 </item>
299 <item> No newline at end of file
299 <item>
300 <widget class="QPushButton" name="btnTdevC"> No newline at end of file
300 <widget class="QPushButton" name="btnTdevC">
301 <property name="text"> No newline at end of file
301 <property name="text">
302 <string>Test DevC</string> No newline at end of file
302 <string>Test DevC</string>
303 </property> No newline at end of file
303 </property>
304 </widget> No newline at end of file
304 </widget>
305 </item> No newline at end of file
305 </item>
306 </layout> No newline at end of file
306 </layout>
307 </item> No newline at end of file
307 </item>
308 </layout> No newline at end of file
308 </layout>
309 </item> No newline at end of file
309 </item>
310 <item row="0" column="3"> No newline at end of file
310 <item row="0" column="3">
311 <layout class="QVBoxLayout" name="verticalLayout_18"> No newline at end of file
311 <layout class="QVBoxLayout" name="verticalLayout_18">
312 <item> No newline at end of file
312 <item>
313 <widget class="QCheckBox" name="chkDevD"> No newline at end of file
313 <widget class="QCheckBox" name="chkDevD">
314 <property name="text"> No newline at end of file
314 <property name="text">
315 <string>Dev D</string> No newline at end of file
315 <string>Dev D</string>
316 </property> No newline at end of file
316 </property>
317 </widget> No newline at end of file
317 </widget>
318 </item> No newline at end of file
318 </item>
319 <item> No newline at end of file
319 <item>
320 <layout class="QVBoxLayout" name="verticalLayout_14"> No newline at end of file
320 <layout class="QVBoxLayout" name="verticalLayout_14">
321 <item> No newline at end of file
321 <item>
322 <widget class="QLineEdit" name="txtDeviceD"/> No newline at end of file
322 <widget class="QLineEdit" name="txtDeviceD"/>
323 </item> No newline at end of file
323 </item>
324 <item> No newline at end of file
324 <item>
325 <widget class="QLineEdit" name="txtBspeedD"/> No newline at end of file
325 <widget class="QLineEdit" name="txtBspeedD"/>
326 </item> No newline at end of file
326 </item>
327 <item> No newline at end of file
327 <item>
328 <widget class="QLineEdit" name="txtBmodeD"/> No newline at end of file
328 <widget class="QLineEdit" name="txtBmodeD"/>
329 </item> No newline at end of file
329 </item>
330 <item> No newline at end of file
330 <item>
331 <widget class="QPushButton" name="btnTdevD"> No newline at end of file
331 <widget class="QPushButton" name="btnTdevD">
332 <property name="text"> No newline at end of file
332 <property name="text">
333 <string>Test DevD</string> No newline at end of file
333 <string>Test DevD</string>
334 </property> No newline at end of file
334 </property>
335 </widget> No newline at end of file
335 </widget>
336 </item> No newline at end of file
336 </item>
337 </layout> No newline at end of file
337 </layout>
338 </item> No newline at end of file
338 </item>
339 </layout> No newline at end of file
339 </layout>
340 </item> No newline at end of file
340 </item>
341 <item row="0" column="4"> No newline at end of file
341 <item row="0" column="4">
342 <layout class="QVBoxLayout" name="verticalLayout_19"> No newline at end of file
342 <layout class="QVBoxLayout" name="verticalLayout_19">
343 <item> No newline at end of file
343 <item>
344 <widget class="QLabel" name="label_2"> No newline at end of file
344 <widget class="QLabel" name="label_2">
345 <property name="text"> No newline at end of file
345 <property name="text">
346 <string/> No newline at end of file
346 <string/>
347 </property> No newline at end of file
347 </property>
348 </widget> No newline at end of file
348 </widget>
349 </item> No newline at end of file
349 </item>
350 <item> No newline at end of file
350 <item>
351 <widget class="QLabel" name="lblDevice"> No newline at end of file
351 <widget class="QLabel" name="lblDevice">
352 <property name="text"> No newline at end of file
352 <property name="text">
353 <string>Device</string> No newline at end of file
353 <string>Device</string>
354 </property> No newline at end of file
354 </property>
355 </widget> No newline at end of file
355 </widget>
356 </item> No newline at end of file
356 </item>
357 <item> No newline at end of file
357 <item>
358 <widget class="QLabel" name="lblBspeed"> No newline at end of file
358 <widget class="QLabel" name="lblBspeed">
359 <property name="text"> No newline at end of file
359 <property name="text">
360 <string>Burn Speed</string> No newline at end of file
360 <string>Burn Speed</string>
361 </property> No newline at end of file
361 </property>
362 </widget> No newline at end of file
362 </widget>
363 </item> No newline at end of file
363 </item>
364 <item> No newline at end of file
364 <item>
365 <widget class="QLabel" name="lblBmode"> No newline at end of file
365 <widget class="QLabel" name="lblBmode">
366 <property name="text"> No newline at end of file
366 <property name="text">
367 <string>Burn Mode</string> No newline at end of file
367 <string>Burn Mode</string>
368 </property> No newline at end of file
368 </property>
369 </widget> No newline at end of file
369 </widget>
370 </item> No newline at end of file
370 </item>
371 <item> No newline at end of file
371 <item>
372 <widget class="QLabel" name="label"> No newline at end of file
372 <widget class="QLabel" name="label">
373 <property name="text"> No newline at end of file
373 <property name="text">
374 <string/> No newline at end of file
374 <string/>
375 </property> No newline at end of file
375 </property>
376 </widget> No newline at end of file
376 </widget>
377 </item> No newline at end of file
377 </item>
378 </layout> No newline at end of file
378 </layout>
379 </item> No newline at end of file
379 </item>
380 </layout> No newline at end of file
380 </layout>
381 </item> No newline at end of file
381 </item>
382 <item> No newline at end of file
382 <item>
383 <layout class="QHBoxLayout" name="horizontalLayout_9"> No newline at end of file
383 <layout class="QHBoxLayout" name="horizontalLayout_9">
384 <property name="sizeConstraint"> No newline at end of file
384 <property name="sizeConstraint">
385 <enum>QLayout::SetFixedSize</enum> No newline at end of file
385 <enum>QLayout::SetFixedSize</enum>
386 </property> No newline at end of file
386 </property>
387 <item> No newline at end of file
387 <item>
388 <widget class="QLabel" name="lblBprocess"> No newline at end of file
388 <widget class="QLabel" name="lblBprocess">
389 <property name="sizePolicy"> No newline at end of file
389 <property name="sizePolicy">
390 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
390 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
391 <horstretch>0</horstretch> No newline at end of file
391 <horstretch>0</horstretch>
392 <verstretch>0</verstretch> No newline at end of file
392 <verstretch>0</verstretch>
393 </sizepolicy> No newline at end of file
393 </sizepolicy>
394 </property> No newline at end of file
394 </property>
395 <property name="text"> No newline at end of file
395 <property name="text">
396 <string>Burning process</string> No newline at end of file
396 <string>Burning process</string>
397 </property> No newline at end of file
397 </property>
398 </widget> No newline at end of file
398 </widget>
399 </item> No newline at end of file
399 </item>
400 <item> No newline at end of file
400 <item>
401 <widget class="QCheckBox" name="chkSimultaneously"> No newline at end of file
401 <widget class="QCheckBox" name="chkSimultaneously">
402 <property name="sizePolicy"> No newline at end of file
402 <property name="sizePolicy">
403 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
403 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
404 <horstretch>0</horstretch> No newline at end of file
404 <horstretch>0</horstretch>
405 <verstretch>0</verstretch> No newline at end of file
405 <verstretch>0</verstretch>
406 </sizepolicy> No newline at end of file
406 </sizepolicy>
407 </property> No newline at end of file
407 </property>
408 <property name="text"> No newline at end of file
408 <property name="text">
409 <string>Simultaneously</string> No newline at end of file
409 <string>Simultaneously</string>
410 </property> No newline at end of file
410 </property>
411 </widget> No newline at end of file
411 </widget>
412 </item> No newline at end of file
412 </item>
413 <item> No newline at end of file
413 <item>
414 <widget class="QCheckBox" name="chkSequentially"> No newline at end of file
414 <widget class="QCheckBox" name="chkSequentially">
415 <property name="sizePolicy"> No newline at end of file
415 <property name="sizePolicy">
416 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
416 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
417 <horstretch>0</horstretch> No newline at end of file
417 <horstretch>0</horstretch>
418 <verstretch>0</verstretch> No newline at end of file
418 <verstretch>0</verstretch>
419 </sizepolicy> No newline at end of file
419 </sizepolicy>
420 </property> No newline at end of file
420 </property>
421 <property name="text"> No newline at end of file
421 <property name="text">
422 <string>Sequentially</string> No newline at end of file
422 <string>Sequentially</string>
423 </property> No newline at end of file
423 </property>
424 <property name="checked"> No newline at end of file
424 <property name="checked">
425 <bool>true</bool> No newline at end of file
425 <bool>true</bool>
426 </property> No newline at end of file
426 </property>
427 </widget> No newline at end of file
427 </widget>
428 </item> No newline at end of file
428 </item>
429 </layout> No newline at end of file
429 </layout>
430 </item> No newline at end of file
430 </item>
431 <item> No newline at end of file
431 <item>
432 <layout class="QHBoxLayout" name="horizontalLayout_11"> No newline at end of file
432 <layout class="QHBoxLayout" name="horizontalLayout_11">
433 <property name="spacing"> No newline at end of file
433 <property name="spacing">
434 <number>6</number> No newline at end of file
434 <number>6</number>
435 </property> No newline at end of file
435 </property>
436 <property name="sizeConstraint"> No newline at end of file
436 <property name="sizeConstraint">
437 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
437 <enum>QLayout::SetDefaultConstraint</enum>
438 </property> No newline at end of file
438 </property>
439 <item> No newline at end of file
439 <item>
440 <widget class="QLabel" name="lblDcapacity"> No newline at end of file
440 <widget class="QLabel" name="lblDcapacity">
441 <property name="sizePolicy"> No newline at end of file
441 <property name="sizePolicy">
442 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
442 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
443 <horstretch>0</horstretch> No newline at end of file
443 <horstretch>0</horstretch>
444 <verstretch>0</verstretch> No newline at end of file
444 <verstretch>0</verstretch>
445 </sizepolicy> No newline at end of file
445 </sizepolicy>
446 </property> No newline at end of file
446 </property>
447 <property name="text"> No newline at end of file
447 <property name="text">
448 <string>Device Capacity</string> No newline at end of file
448 <string>Device Capacity</string>
449 </property> No newline at end of file
449 </property>
450 </widget> No newline at end of file
450 </widget>
451 </item> No newline at end of file
451 </item>
452 <item> No newline at end of file
452 <item>
453 <widget class="QCheckBox" name="chkSalert"> No newline at end of file
453 <widget class="QCheckBox" name="chkSalert">
454 <property name="sizePolicy"> No newline at end of file
454 <property name="sizePolicy">
455 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
455 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
456 <horstretch>0</horstretch> No newline at end of file
456 <horstretch>0</horstretch>
457 <verstretch>0</verstretch> No newline at end of file
457 <verstretch>0</verstretch>
458 </sizepolicy> No newline at end of file
458 </sizepolicy>
459 </property> No newline at end of file
459 </property>
460 <property name="text"> No newline at end of file
460 <property name="text">
461 <string>Sound Alert</string> No newline at end of file
461 <string>Sound Alert</string>
462 </property> No newline at end of file
462 </property>
463 </widget> No newline at end of file
463 </widget>
464 </item> No newline at end of file
464 </item>
465 </layout> No newline at end of file
465 </layout>
466 </item> No newline at end of file
466 </item>
467 <item> No newline at end of file
467 <item>
468 <layout class="QHBoxLayout" name="horizontalLayout_10"> No newline at end of file
468 <layout class="QHBoxLayout" name="horizontalLayout_10">
469 <property name="sizeConstraint"> No newline at end of file
469 <property name="sizeConstraint">
470 <enum>QLayout::SetFixedSize</enum> No newline at end of file
470 <enum>QLayout::SetFixedSize</enum>
471 </property> No newline at end of file
471 </property>
472 <item> No newline at end of file
472 <item>
473 <widget class="QComboBox" name="lstDcapacity"> No newline at end of file
473 <widget class="QComboBox" name="lstDcapacity">
474 <property name="currentIndex"> No newline at end of file
474 <property name="currentIndex">
475 <number>2</number> No newline at end of file
475 <number>2</number>
476 </property> No newline at end of file
476 </property>
477 <item> No newline at end of file
477 <item>
478 <property name="text"> No newline at end of file
478 <property name="text">
479 <string>BluRay [25.0 GB]</string> No newline at end of file
479 <string>BluRay [25.0 GB]</string>
480 </property> No newline at end of file
480 </property>
481 </item> No newline at end of file
481 </item>
482 <item> No newline at end of file
482 <item>
483 <property name="text"> No newline at end of file
483 <property name="text">
484 <string>DVD2 [8.5 GB]</string> No newline at end of file
484 <string>DVD2 [8.5 GB]</string>
485 </property> No newline at end of file
485 </property>
486 </item> No newline at end of file
486 </item>
487 <item> No newline at end of file
487 <item>
488 <property name="text"> No newline at end of file
488 <property name="text">
489 <string>DVD1 [4.7 GB]</string> No newline at end of file
489 <string>DVD1 [4.7 GB]</string>
490 </property> No newline at end of file
490 </property>
491 </item> No newline at end of file
491 </item>
492 <item> No newline at end of file
492 <item>
493 <property name="text"> No newline at end of file
493 <property name="text">
494 <string>CD [0.7 GB]</string> No newline at end of file
494 <string>CD [0.7 GB]</string>
495 </property> No newline at end of file
495 </property>
496 </item> No newline at end of file
496 </item>
497 <item> No newline at end of file
497 <item>
498 <property name="text"> No newline at end of file
498 <property name="text">
499 <string>Other [? GB]</string> No newline at end of file
499 <string>Other [? GB]</string>
500 </property> No newline at end of file
500 </property>
501 </item> No newline at end of file
501 </item>
502 </widget> No newline at end of file
502 </widget>
503 </item> No newline at end of file
503 </item>
504 <item> No newline at end of file
504 <item>
505 <widget class="QLineEdit" name="txtDcapacity"> No newline at end of file
505 <widget class="QLineEdit" name="txtDcapacity">
506 <property name="text"> No newline at end of file
506 <property name="text">
507 <string>4482.26928711</string> No newline at end of file
507 <string>4482.26928711</string>
508 </property> No newline at end of file
508 </property>
509 <property name="readOnly"> No newline at end of file
509 <property name="readOnly">
510 <bool>true</bool> No newline at end of file
510 <bool>true</bool>
511 </property> No newline at end of file
511 </property>
512 </widget> No newline at end of file
512 </widget>
513 </item> No newline at end of file
513 </item>
514 <item> No newline at end of file
514 <item>
515 <widget class="QCheckBox" name="chkPSgraphic"> No newline at end of file
515 <widget class="QCheckBox" name="chkPSgraphic">
516 <property name="text"> No newline at end of file
516 <property name="text">
517 <string>PS Graphic</string> No newline at end of file
517 <string>PS Graphic</string>
518 </property> No newline at end of file
518 </property>
519 </widget> No newline at end of file
519 </widget>
520 </item> No newline at end of file
520 </item>
521 <item> No newline at end of file
521 <item>
522 <widget class="QLineEdit" name="lineEdit_17"/> No newline at end of file
522 <widget class="QLineEdit" name="lineEdit_17"/>
523 </item> No newline at end of file
523 </item>
524 </layout> No newline at end of file
524 </layout>
525 </item> No newline at end of file
525 </item>
526 </layout>
526 </layout>
No newline at end of file
527 <zorder>horizontalLayoutWidget</zorder>
No newline at end of file
528 <zorder>layoutWidget</zorder>
No newline at end of file
529 <zorder>layoutWidget_2</zorder>
No newline at end of file
530 <zorder>layoutWidget_3</zorder>
No newline at end of file
531 <zorder>layoutWidget_4</zorder>
No newline at end of file
532 <zorder>layoutWidget_5</zorder>
No newline at end of file
533 <zorder>chkDevA</zorder> No newline at end of file
534 </widget> No newline at end of file
527 </widget>
535 <widget class="QWidget" name="tabSburn"> No newline at end of file
528 <widget class="QWidget" name="tabSburn">
536 <attribute name="title"> No newline at end of file
529 <attribute name="title">
537 <string>Status Burn</string> No newline at end of file
530 <string>Status Burn</string>
538 </attribute> No newline at end of file
531 </attribute>
539 <layout class="QVBoxLayout" name="verticalLayout_4"> No newline at end of file
532 <layout class="QVBoxLayout" name="verticalLayout_4">
540 <item> No newline at end of file
533 <item>
541 <widget class="QWidget" name="widget_2" native="true"> No newline at end of file
534 <widget class="QWidget" name="widget_2" native="true">
542 <property name="sizePolicy"> No newline at end of file
535 <property name="sizePolicy">
543 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> No newline at end of file
536 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
544 <horstretch>0</horstretch> No newline at end of file
537 <horstretch>0</horstretch>
545 <verstretch>0</verstretch> No newline at end of file
538 <verstretch>0</verstretch>
546 </sizepolicy> No newline at end of file
539 </sizepolicy>
547 </property> No newline at end of file
540 </property>
548 <property name="maximumSize"> No newline at end of file
541 <property name="maximumSize">
549 <size> No newline at end of file
542 <size>
550 <width>500</width> No newline at end of file
543 <width>500</width>
551 <height>16777215</height> No newline at end of file
544 <height>16777215</height>
552 </size> No newline at end of file
545 </size>
553 </property> No newline at end of file
546 </property>
554 <layout class="QGridLayout" name="gridLayout_2"> No newline at end of file
547 <layout class="QGridLayout" name="gridLayout_2">
555 <item row="3" column="2"> No newline at end of file
548 <item row="3" column="2">
556 <widget class="QLineEdit" name="txtSTATUSb"/> No newline at end of file
549 <widget class="QLineEdit" name="txtSTATUSb"/>
557 </item> No newline at end of file
550 </item>
558 <item row="5" column="1"> No newline at end of file
551 <item row="5" column="1">
559 <widget class="QLineEdit" name="txtINFOa"/> No newline at end of file
552 <widget class="QLineEdit" name="txtINFOa"/>
560 </item> No newline at end of file
553 </item>
561 <item row="3" column="1"> No newline at end of file
554 <item row="3" column="1">
562 <widget class="QLineEdit" name="txtSTATUSa"/> No newline at end of file
555 <widget class="QLineEdit" name="txtSTATUSa"/>
563 </item> No newline at end of file
556 </item>
564 <item row="5" column="2"> No newline at end of file
557 <item row="5" column="2">
565 <widget class="QLineEdit" name="txtINFOb"/> No newline at end of file
558 <widget class="QLineEdit" name="txtINFOb"/>
566 </item> No newline at end of file
559 </item>
567 <item row="3" column="3"> No newline at end of file
560 <item row="3" column="3">
568 <widget class="QLineEdit" name="txtSTATUSc"/> No newline at end of file
561 <widget class="QLineEdit" name="txtSTATUSc"/>
569 </item> No newline at end of file
562 </item>
570 <item row="3" column="4"> No newline at end of file
563 <item row="3" column="4">
571 <widget class="QLineEdit" name="txtSTATUSd"/> No newline at end of file
564 <widget class="QLineEdit" name="txtSTATUSd"/>
572 </item> No newline at end of file
565 </item>
573 <item row="5" column="4"> No newline at end of file
566 <item row="5" column="4">
574 <widget class="QLineEdit" name="txtINFOd"/> No newline at end of file
567 <widget class="QLineEdit" name="txtINFOd"/>
575 </item> No newline at end of file
568 </item>
576 <item row="6" column="1"> No newline at end of file
569 <item row="6" column="1">
577 <widget class="QLineEdit" name="txtSETa"/> No newline at end of file
570 <widget class="QLineEdit" name="txtSETa"/>
578 </item> No newline at end of file
571 </item>
579 <item row="6" column="2"> No newline at end of file
572 <item row="6" column="2">
580 <widget class="QLineEdit" name="txtSETb"/> No newline at end of file
573 <widget class="QLineEdit" name="txtSETb"/>
581 </item> No newline at end of file
574 </item>
582 <item row="6" column="3"> No newline at end of file
575 <item row="6" column="3">
583 <widget class="QLineEdit" name="txtSETc"/> No newline at end of file
576 <widget class="QLineEdit" name="txtSETc"/>
584 </item> No newline at end of file
577 </item>
585 <item row="6" column="4"> No newline at end of file
578 <item row="6" column="4">
586 <widget class="QLineEdit" name="txtSETd"/> No newline at end of file
579 <widget class="QLineEdit" name="txtSETd"/>
587 </item> No newline at end of file
580 </item>
588 <item row="3" column="0"> No newline at end of file
581 <item row="3" column="0">
589 <widget class="QLabel" name="lblSTATUS"> No newline at end of file
582 <widget class="QLabel" name="lblSTATUS">
590 <property name="text"> No newline at end of file
583 <property name="text">
591 <string>STATUS</string> No newline at end of file
584 <string>STATUS</string>
592 </property> No newline at end of file
585 </property>
593 </widget> No newline at end of file
586 </widget>
594 </item> No newline at end of file
587 </item>
595 <item row="5" column="0"> No newline at end of file
588 <item row="5" column="0">
596 <widget class="QLabel" name="lblINFO"> No newline at end of file
589 <widget class="QLabel" name="lblINFO">
597 <property name="text"> No newline at end of file
590 <property name="text">
598 <string>INFO</string> No newline at end of file
591 <string>INFO</string>
599 </property> No newline at end of file
592 </property>
600 </widget> No newline at end of file
593 </widget>
601 </item> No newline at end of file
594 </item>
602 <item row="6" column="0"> No newline at end of file
595 <item row="6" column="0">
603 <widget class="QLabel" name="lblSET"> No newline at end of file
596 <widget class="QLabel" name="lblSET">
604 <property name="text"> No newline at end of file
597 <property name="text">
605 <string>SET</string> No newline at end of file
598 <string>SET</string>
606 </property> No newline at end of file
599 </property>
607 </widget> No newline at end of file
600 </widget>
608 </item> No newline at end of file
601 </item>
609 <item row="0" column="1"> No newline at end of file
602 <item row="0" column="1">
610 <widget class="QLabel" name="lblDevA"> No newline at end of file
603 <widget class="QLabel" name="lblDevA">
611 <property name="text"> No newline at end of file
604 <property name="text">
612 <string>DEV A</string> No newline at end of file
605 <string>DEV A</string>
613 </property> No newline at end of file
606 </property>
614 <property name="alignment"> No newline at end of file
607 <property name="alignment">
615 <set>Qt::AlignCenter</set> No newline at end of file
608 <set>Qt::AlignCenter</set>
616 </property> No newline at end of file
609 </property>
617 </widget> No newline at end of file
610 </widget>
618 </item> No newline at end of file
611 </item>
619 <item row="0" column="2"> No newline at end of file
612 <item row="0" column="2">
620 <widget class="QLabel" name="lblDevB"> No newline at end of file
613 <widget class="QLabel" name="lblDevB">
621 <property name="text"> No newline at end of file
614 <property name="text">
622 <string>DEV B</string> No newline at end of file
615 <string>DEV B</string>
623 </property> No newline at end of file
616 </property>
624 <property name="alignment"> No newline at end of file
617 <property name="alignment">
625 <set>Qt::AlignCenter</set> No newline at end of file
618 <set>Qt::AlignCenter</set>
626 </property> No newline at end of file
619 </property>
627 </widget> No newline at end of file
620 </widget>
628 </item> No newline at end of file
621 </item>
629 <item row="0" column="3"> No newline at end of file
622 <item row="0" column="3">
630 <widget class="QLabel" name="lblDevC"> No newline at end of file
623 <widget class="QLabel" name="lblDevC">
631 <property name="text"> No newline at end of file
624 <property name="text">
632 <string>DEV C</string> No newline at end of file
625 <string>DEV C</string>
633 </property> No newline at end of file
626 </property>
634 <property name="alignment"> No newline at end of file
627 <property name="alignment">
635 <set>Qt::AlignCenter</set> No newline at end of file
628 <set>Qt::AlignCenter</set>
636 </property> No newline at end of file
629 </property>
637 </widget> No newline at end of file
630 </widget>
638 </item> No newline at end of file
631 </item>
639 <item row="0" column="4"> No newline at end of file
632 <item row="0" column="4">
640 <widget class="QLabel" name="lblDevD"> No newline at end of file
633 <widget class="QLabel" name="lblDevD">
641 <property name="text"> No newline at end of file
634 <property name="text">
642 <string>DEV D</string> No newline at end of file
635 <string>DEV D</string>
643 </property> No newline at end of file
636 </property>
644 <property name="alignment"> No newline at end of file
637 <property name="alignment">
645 <set>Qt::AlignCenter</set> No newline at end of file
638 <set>Qt::AlignCenter</set>
646 </property> No newline at end of file
639 </property>
647 </widget> No newline at end of file
640 </widget>
648 </item> No newline at end of file
641 </item>
649 <item row="5" column="3"> No newline at end of file
642 <item row="5" column="3">
650 <widget class="QLineEdit" name="txtINFOc"/> No newline at end of file
643 <widget class="QLineEdit" name="txtINFOc"/>
651 </item> No newline at end of file
644 </item>
652 </layout> No newline at end of file
645 </layout>
653 </widget> No newline at end of file
646 </widget>
654 </item> No newline at end of file
647 </item>
655 <item> No newline at end of file
648 <item>
656 <widget class="QTextEdit" name="txtSburn"/> No newline at end of file
649 <widget class="QTextEdit" name="txtSburn"/>
657 </item> No newline at end of file
650 </item>
658 </layout> No newline at end of file
651 </layout>
659 </widget> No newline at end of file
652 </widget>
660 </widget> No newline at end of file
653 </widget>
661 </item> No newline at end of file
654 </item>
662 <item> No newline at end of file
655 <item>
663 <widget class="QTextEdit" name="txtInfo"> No newline at end of file
656 <widget class="QTextEdit" name="txtInfo">
664 <property name="readOnly"> No newline at end of file
657 <property name="readOnly">
665 <bool>true</bool> No newline at end of file
658 <bool>true</bool>
666 </property> No newline at end of file
659 </property>
667 </widget> No newline at end of file
660 </widget>
668 </item> No newline at end of file
661 </item>
669 <item> No newline at end of file
662 <item>
670 <layout class="QHBoxLayout" name="horizontalLayout_2"> No newline at end of file
663 <layout class="QHBoxLayout" name="horizontalLayout_2">
671 <property name="sizeConstraint"> No newline at end of file
664 <property name="sizeConstraint">
672 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
665 <enum>QLayout::SetDefaultConstraint</enum>
673 </property> No newline at end of file
666 </property>
674 <item> No newline at end of file
667 <item>
675 <widget class="QPushButton" name="btnGbkp"> No newline at end of file
668 <widget class="QPushButton" name="btnGbkp">
676 <property name="text"> No newline at end of file
669 <property name="text">
677 <string>Generate Bkp</string> No newline at end of file
670 <string>Generate Bkp</string>
678 </property> No newline at end of file
671 </property>
679 </widget> No newline at end of file
672 </widget>
680 </item> No newline at end of file
673 </item>
681 <item> No newline at end of file
674 <item>
682 <widget class="QPushButton" name="btnRestart"> No newline at end of file
675 <widget class="QPushButton" name="btnRestart">
683 <property name="text"> No newline at end of file
676 <property name="text">
684 <string>Restart</string> No newline at end of file
677 <string>Restart</string>
685 </property> No newline at end of file
678 </property>
686 </widget> No newline at end of file
679 </widget>
687 </item> No newline at end of file
680 </item>
688 <item> No newline at end of file
681 <item>
689 <widget class="QPushButton" name="btnStartburn"> No newline at end of file
682 <widget class="QPushButton" name="btnStartburn">
690 <property name="text"> No newline at end of file
683 <property name="text">
691 <string>Start Burn</string> No newline at end of file
684 <string>Start Burn</string>
692 </property> No newline at end of file
685 </property>
693 </widget> No newline at end of file
686 </widget>
694 </item> No newline at end of file
687 </item>
695 <item> No newline at end of file
688 <item>
696 <widget class="QPushButton" name="btnStopburn"> No newline at end of file
689 <widget class="QPushButton" name="btnStopburn">
697 <property name="text"> No newline at end of file
690 <property name="text">
698 <string>Stop Burn</string> No newline at end of file
691 <string>Stop Burn</string>
699 </property> No newline at end of file
692 </property>
700 </widget> No newline at end of file
693 </widget>
701 </item> No newline at end of file
694 </item>
702 </layout> No newline at end of file
695 </layout>
703 </item> No newline at end of file
696 </item>
704 </layout> No newline at end of file
697 </layout>
705 </widget> No newline at end of file
698 </widget>
706 <widget class="QMenuBar" name="menubar"> No newline at end of file
699 <widget class="QMenuBar" name="menubar">
707 <property name="geometry"> No newline at end of file
700 <property name="geometry">
708 <rect> No newline at end of file
701 <rect>
709 <x>0</x> No newline at end of file
702 <x>0</x>
710 <y>0</y>
703 <y>0</y>
No newline at end of file
704 <width>745</width> No newline at end of file
711 <width>585</width> No newline at end of file
712 <height>25</height> No newline at end of file
705 <height>25</height>
713 </rect> No newline at end of file
706 </rect>
714 </property> No newline at end of file
707 </property>
715 <widget class="QMenu" name="menuFile"> No newline at end of file
708 <widget class="QMenu" name="menuFile">
716 <property name="title"> No newline at end of file
709 <property name="title">
717 <string>File</string> No newline at end of file
710 <string>File</string>
718 </property> No newline at end of file
711 </property>
719 <addaction name="actionSave_Config"/> No newline at end of file
712 <addaction name="actionSave_Config"/>
720 <addaction name="actionQuit"/> No newline at end of file
713 <addaction name="actionQuit"/>
721 </widget> No newline at end of file
714 </widget>
722 <widget class="QMenu" name="menuParameters"> No newline at end of file
715 <widget class="QMenu" name="menuParameters">
723 <property name="title"> No newline at end of file
716 <property name="title">
724 <string>Parameters</string> No newline at end of file
717 <string>Parameters</string>
725 </property> No newline at end of file
718 </property>
726 <addaction name="actionChange_Parameters"/> No newline at end of file
719 <addaction name="actionChange_Parameters"/>
727 </widget> No newline at end of file
720 </widget>
728 <widget class="QMenu" name="menuHelp"> No newline at end of file
721 <widget class="QMenu" name="menuHelp">
729 <property name="title"> No newline at end of file
722 <property name="title">
730 <string>Help</string> No newline at end of file
723 <string>Help</string>
731 </property> No newline at end of file
724 </property>
732 <addaction name="actionAbout"/> No newline at end of file
725 <addaction name="actionAbout"/>
733 </widget> No newline at end of file
726 </widget>
734 <addaction name="menuFile"/> No newline at end of file
727 <addaction name="menuFile"/>
735 <addaction name="menuParameters"/> No newline at end of file
728 <addaction name="menuParameters"/>
736 <addaction name="menuHelp"/> No newline at end of file
729 <addaction name="menuHelp"/>
737 </widget> No newline at end of file
730 </widget>
738 <widget class="QStatusBar" name="statusbar"/> No newline at end of file
731 <widget class="QStatusBar" name="statusbar"/>
739 <action name="actionChange_Parameters"> No newline at end of file
732 <action name="actionChange_Parameters">
740 <property name="text"> No newline at end of file
733 <property name="text">
741 <string>Change Parameters</string> No newline at end of file
734 <string>Change Parameters</string>
742 </property> No newline at end of file
735 </property>
743 </action> No newline at end of file
736 </action>
744 <action name="actionSave_Config"> No newline at end of file
737 <action name="actionSave_Config">
745 <property name="text"> No newline at end of file
738 <property name="text">
746 <string>Save Config</string> No newline at end of file
739 <string>Save Config</string>
747 </property> No newline at end of file
740 </property>
748 </action> No newline at end of file
741 </action>
749 <action name="actionQuit"> No newline at end of file
742 <action name="actionQuit">
750 <property name="text"> No newline at end of file
743 <property name="text">
751 <string>Quit</string> No newline at end of file
744 <string>Quit</string>
752 </property> No newline at end of file
745 </property>
753 </action> No newline at end of file
746 </action>
754 <action name="actionAbout"> No newline at end of file
747 <action name="actionAbout">
755 <property name="text"> No newline at end of file
748 <property name="text">
756 <string>About</string> No newline at end of file
749 <string>About</string>
757 </property> No newline at end of file
750 </property>
758 </action> No newline at end of file
751 </action>
759 </widget> No newline at end of file
752 </widget>
760 <tabstops> No newline at end of file
753 <tabstops>
761 <tabstop>txtDpath</tabstop> No newline at end of file
754 <tabstop>txtDpath</tabstop>
762 <tabstop>btnDpath</tabstop> No newline at end of file
755 <tabstop>btnDpath</tabstop>
763 <tabstop>txtRpath</tabstop> No newline at end of file
756 <tabstop>txtRpath</tabstop>
764 <tabstop>btnRpath</tabstop> No newline at end of file
757 <tabstop>btnRpath</tabstop>
765 <tabstop>lstDtype</tabstop> No newline at end of file
758 <tabstop>lstDtype</tabstop>
766 <tabstop>txtDtype</tabstop> No newline at end of file
759 <tabstop>txtDtype</tabstop>
767 <tabstop>chkMST</tabstop> No newline at end of file
760 <tabstop>chkMST</tabstop>
768 <tabstop>txtElabel</tabstop> No newline at end of file
761 <tabstop>txtElabel</tabstop>
769 <tabstop>txtCopys</tabstop> No newline at end of file
762 <tabstop>txtCopys</tabstop>
770 <tabstop>lstStartDay</tabstop> No newline at end of file
763 <tabstop>lstStartDay</tabstop>
771 <tabstop>lstStopDay</tabstop> No newline at end of file
764 <tabstop>lstStopDay</tabstop>
772 <tabstop>chkSimultaneously</tabstop> No newline at end of file
765 <tabstop>chkSimultaneously</tabstop>
773 <tabstop>chkSequentially</tabstop> No newline at end of file
766 <tabstop>chkSequentially</tabstop>
774 <tabstop>chkSalert</tabstop> No newline at end of file
767 <tabstop>chkSalert</tabstop>
775 <tabstop>lstDcapacity</tabstop> No newline at end of file
768 <tabstop>lstDcapacity</tabstop>
776 <tabstop>txtDcapacity</tabstop> No newline at end of file
769 <tabstop>txtDcapacity</tabstop>
777 <tabstop>chkPSgraphic</tabstop> No newline at end of file
770 <tabstop>chkPSgraphic</tabstop>
778 <tabstop>lineEdit_17</tabstop> No newline at end of file
771 <tabstop>lineEdit_17</tabstop>
779 <tabstop>txtSTATUSa</tabstop> No newline at end of file
772 <tabstop>txtSTATUSa</tabstop>
780 <tabstop>txtSTATUSb</tabstop> No newline at end of file
773 <tabstop>txtSTATUSb</tabstop>
781 <tabstop>txtSTATUSc</tabstop> No newline at end of file
774 <tabstop>txtSTATUSc</tabstop>
782 <tabstop>txtSTATUSd</tabstop> No newline at end of file
775 <tabstop>txtSTATUSd</tabstop>
783 <tabstop>txtINFOa</tabstop> No newline at end of file
776 <tabstop>txtINFOa</tabstop>
784 <tabstop>txtINFOb</tabstop> No newline at end of file
777 <tabstop>txtINFOb</tabstop>
785 <tabstop>txtINFOc</tabstop> No newline at end of file
778 <tabstop>txtINFOc</tabstop>
786 <tabstop>txtINFOd</tabstop> No newline at end of file
779 <tabstop>txtINFOd</tabstop>
787 <tabstop>txtSETa</tabstop> No newline at end of file
780 <tabstop>txtSETa</tabstop>
788 <tabstop>txtSETb</tabstop> No newline at end of file
781 <tabstop>txtSETb</tabstop>
789 <tabstop>txtSETc</tabstop> No newline at end of file
782 <tabstop>txtSETc</tabstop>
790 <tabstop>txtSETd</tabstop> No newline at end of file
783 <tabstop>txtSETd</tabstop>
791 <tabstop>tabWidget</tabstop> No newline at end of file
784 <tabstop>tabWidget</tabstop>
792 <tabstop>txtSburn</tabstop> No newline at end of file
785 <tabstop>txtSburn</tabstop>
793 <tabstop>btnGbkp</tabstop> No newline at end of file
786 <tabstop>btnGbkp</tabstop>
794 <tabstop>btnRestart</tabstop> No newline at end of file
787 <tabstop>btnRestart</tabstop>
795 <tabstop>btnStartburn</tabstop> No newline at end of file
788 <tabstop>btnStartburn</tabstop>
796 <tabstop>btnStopburn</tabstop> No newline at end of file
789 <tabstop>btnStopburn</tabstop>
797 </tabstops> No newline at end of file
790 </tabstops>
798 <resources/> No newline at end of file
791 <resources/>
799 <connections> No newline at end of file
792 <connections>
800 <connection> No newline at end of file
793 <connection>
801 <sender>chkSequentially</sender> No newline at end of file
794 <sender>chkSequentially</sender>
802 <signal>clicked()</signal> No newline at end of file
795 <signal>clicked()</signal>
803 <receiver>chkSimultaneously</receiver> No newline at end of file
796 <receiver>chkSimultaneously</receiver>
804 <slot>toggle()</slot> No newline at end of file
797 <slot>toggle()</slot>
805 <hints> No newline at end of file
798 <hints>
806 <hint type="sourcelabel"> No newline at end of file
799 <hint type="sourcelabel">
807 <x>475</x> No newline at end of file
800 <x>475</x>
808 <y>273</y> No newline at end of file
801 <y>273</y>
809 </hint> No newline at end of file
802 </hint>
810 <hint type="destinationlabel"> No newline at end of file
803 <hint type="destinationlabel">
811 <x>350</x> No newline at end of file
804 <x>350</x>
812 <y>269</y> No newline at end of file
805 <y>269</y>
813 </hint> No newline at end of file
806 </hint>
814 </hints> No newline at end of file
807 </hints>
815 </connection> No newline at end of file
808 </connection>
816 <connection> No newline at end of file
809 <connection>
817 <sender>chkSimultaneously</sender> No newline at end of file
810 <sender>chkSimultaneously</sender>
818 <signal>clicked()</signal> No newline at end of file
811 <signal>clicked()</signal>
819 <receiver>chkSequentially</receiver> No newline at end of file
812 <receiver>chkSequentially</receiver>
820 <slot>toggle()</slot> No newline at end of file
813 <slot>toggle()</slot>
821 <hints> No newline at end of file
814 <hints>
822 <hint type="sourcelabel"> No newline at end of file
815 <hint type="sourcelabel">
823 <x>350</x> No newline at end of file
816 <x>350</x>
824 <y>282</y> No newline at end of file
817 <y>282</y>
825 </hint> No newline at end of file
818 </hint>
826 <hint type="destinationlabel"> No newline at end of file
819 <hint type="destinationlabel">
827 <x>436</x> No newline at end of file
820 <x>436</x>
828 <y>278</y> No newline at end of file
821 <y>278</y>
829 </hint> No newline at end of file
822 </hint>
830 </hints> No newline at end of file
823 </hints>
831 </connection> No newline at end of file
824 </connection>
832 </connections> No newline at end of file
825 </connections>
833 </ui> No newline at end of file
826 </ui>
@@ -1,553 +1,553
1 # -*- coding: utf-8 -*- No newline at end of file
1 # -*- coding: utf-8 -*-
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 #
4 #
No newline at end of file
5 # Created: Thu Apr 29 14:19:34 2010 No newline at end of file
5 # Created: Wed Apr 28 17:13:17 2010 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.3 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.3
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
10 from PyQt4 import QtCore, QtGui No newline at end of file
10 from PyQt4 import QtCore, QtGui
11 No newline at end of file
11
12 class Ui_MainWindow(object): No newline at end of file
12 class Ui_MainWindow(object):
13 def setupUi(self, MainWindow): No newline at end of file
13 def setupUi(self, MainWindow):
14 MainWindow.setObjectName("MainWindow")
14 MainWindow.setObjectName("MainWindow")
No newline at end of file
15 MainWindow.resize(745, 787) No newline at end of file
15 MainWindow.resize(585, 787) No newline at end of file
16 self.centralwidget = QtGui.QWidget(MainWindow) No newline at end of file
16 self.centralwidget = QtGui.QWidget(MainWindow)
17 self.centralwidget.setObjectName("centralwidget") No newline at end of file
17 self.centralwidget.setObjectName("centralwidget")
18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) No newline at end of file
18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)
19 self.verticalLayout.setObjectName("verticalLayout") No newline at end of file
19 self.verticalLayout.setObjectName("verticalLayout")
20 self.tabWidget = QtGui.QTabWidget(self.centralwidget) No newline at end of file
20 self.tabWidget = QtGui.QTabWidget(self.centralwidget)
21 self.tabWidget.setEnabled(True) No newline at end of file
21 self.tabWidget.setEnabled(True)
22 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) No newline at end of file
22 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
23 sizePolicy.setHorizontalStretch(0) No newline at end of file
23 sizePolicy.setHorizontalStretch(0)
24 sizePolicy.setVerticalStretch(0) No newline at end of file
24 sizePolicy.setVerticalStretch(0)
25 sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) No newline at end of file
25 sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth())
26 self.tabWidget.setSizePolicy(sizePolicy) No newline at end of file
26 self.tabWidget.setSizePolicy(sizePolicy)
27 self.tabWidget.setObjectName("tabWidget") No newline at end of file
27 self.tabWidget.setObjectName("tabWidget")
28 self.tabParameters = QtGui.QWidget() No newline at end of file
28 self.tabParameters = QtGui.QWidget()
29 self.tabParameters.setEnabled(True) No newline at end of file
29 self.tabParameters.setEnabled(True)
30 self.tabParameters.setObjectName("tabParameters") No newline at end of file
30 self.tabParameters.setObjectName("tabParameters")
31 self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) No newline at end of file
31 self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters)
32 self.verticalLayout_2.setObjectName("verticalLayout_2") No newline at end of file
32 self.verticalLayout_2.setObjectName("verticalLayout_2")
33 self.horizontalLayout = QtGui.QHBoxLayout() No newline at end of file
33 self.horizontalLayout = QtGui.QHBoxLayout()
34 self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
34 self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
35 self.horizontalLayout.setObjectName("horizontalLayout") No newline at end of file
35 self.horizontalLayout.setObjectName("horizontalLayout")
36 self.txtDpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
36 self.txtDpath = QtGui.QLineEdit(self.tabParameters)
37 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) No newline at end of file
37 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
38 sizePolicy.setHorizontalStretch(0) No newline at end of file
38 sizePolicy.setHorizontalStretch(0)
39 sizePolicy.setVerticalStretch(0) No newline at end of file
39 sizePolicy.setVerticalStretch(0)
40 sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
40 sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth())
41 self.txtDpath.setSizePolicy(sizePolicy) No newline at end of file
41 self.txtDpath.setSizePolicy(sizePolicy)
42 self.txtDpath.setObjectName("txtDpath") No newline at end of file
42 self.txtDpath.setObjectName("txtDpath")
43 self.horizontalLayout.addWidget(self.txtDpath) No newline at end of file
43 self.horizontalLayout.addWidget(self.txtDpath)
44 self.btnDpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
44 self.btnDpath = QtGui.QPushButton(self.tabParameters)
45 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
45 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
46 sizePolicy.setHorizontalStretch(0) No newline at end of file
46 sizePolicy.setHorizontalStretch(0)
47 sizePolicy.setVerticalStretch(0) No newline at end of file
47 sizePolicy.setVerticalStretch(0)
48 sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
48 sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth())
49 self.btnDpath.setSizePolicy(sizePolicy) No newline at end of file
49 self.btnDpath.setSizePolicy(sizePolicy)
50 self.btnDpath.setCheckable(False) No newline at end of file
50 self.btnDpath.setCheckable(False)
51 self.btnDpath.setObjectName("btnDpath") No newline at end of file
51 self.btnDpath.setObjectName("btnDpath")
52 self.horizontalLayout.addWidget(self.btnDpath) No newline at end of file
52 self.horizontalLayout.addWidget(self.btnDpath)
53 self.verticalLayout_2.addLayout(self.horizontalLayout) No newline at end of file
53 self.verticalLayout_2.addLayout(self.horizontalLayout)
54 self.horizontalLayout_3 = QtGui.QHBoxLayout() No newline at end of file
54 self.horizontalLayout_3 = QtGui.QHBoxLayout()
55 self.horizontalLayout_3.setObjectName("horizontalLayout_3") No newline at end of file
55 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
56 self.txtRpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
56 self.txtRpath = QtGui.QLineEdit(self.tabParameters)
57 self.txtRpath.setObjectName("txtRpath") No newline at end of file
57 self.txtRpath.setObjectName("txtRpath")
58 self.horizontalLayout_3.addWidget(self.txtRpath) No newline at end of file
58 self.horizontalLayout_3.addWidget(self.txtRpath)
59 self.btnRpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
59 self.btnRpath = QtGui.QPushButton(self.tabParameters)
60 self.btnRpath.setObjectName("btnRpath") No newline at end of file
60 self.btnRpath.setObjectName("btnRpath")
61 self.horizontalLayout_3.addWidget(self.btnRpath) No newline at end of file
61 self.horizontalLayout_3.addWidget(self.btnRpath)
62 self.verticalLayout_2.addLayout(self.horizontalLayout_3) No newline at end of file
62 self.verticalLayout_2.addLayout(self.horizontalLayout_3)
63 self.lblDtype = QtGui.QLabel(self.tabParameters) No newline at end of file
63 self.lblDtype = QtGui.QLabel(self.tabParameters)
64 self.lblDtype.setObjectName("lblDtype") No newline at end of file
64 self.lblDtype.setObjectName("lblDtype")
65 self.verticalLayout_2.addWidget(self.lblDtype) No newline at end of file
65 self.verticalLayout_2.addWidget(self.lblDtype)
66 self.horizontalLayout_4 = QtGui.QHBoxLayout() No newline at end of file
66 self.horizontalLayout_4 = QtGui.QHBoxLayout()
67 self.horizontalLayout_4.setObjectName("horizontalLayout_4") No newline at end of file
67 self.horizontalLayout_4.setObjectName("horizontalLayout_4")
68 self.lstDtype = QtGui.QComboBox(self.tabParameters) No newline at end of file
68 self.lstDtype = QtGui.QComboBox(self.tabParameters)
69 self.lstDtype.setObjectName("lstDtype") No newline at end of file
69 self.lstDtype.setObjectName("lstDtype")
70 self.lstDtype.addItem("") No newline at end of file
70 self.lstDtype.addItem("")
71 self.lstDtype.addItem("") No newline at end of file
71 self.lstDtype.addItem("")
72 self.lstDtype.addItem("") No newline at end of file
72 self.lstDtype.addItem("")
73 self.lstDtype.addItem("") No newline at end of file
73 self.lstDtype.addItem("")
74 self.horizontalLayout_4.addWidget(self.lstDtype) No newline at end of file
74 self.horizontalLayout_4.addWidget(self.lstDtype)
75 self.txtDtype = QtGui.QLineEdit(self.tabParameters) No newline at end of file
75 self.txtDtype = QtGui.QLineEdit(self.tabParameters)
76 self.txtDtype.setReadOnly(True) No newline at end of file
76 self.txtDtype.setReadOnly(True)
77 self.txtDtype.setObjectName("txtDtype") No newline at end of file
77 self.txtDtype.setObjectName("txtDtype")
78 self.horizontalLayout_4.addWidget(self.txtDtype) No newline at end of file
78 self.horizontalLayout_4.addWidget(self.txtDtype)
79 self.chkMST = QtGui.QCheckBox(self.tabParameters) No newline at end of file
79 self.chkMST = QtGui.QCheckBox(self.tabParameters)
80 self.chkMST.setObjectName("chkMST") No newline at end of file
80 self.chkMST.setObjectName("chkMST")
81 self.horizontalLayout_4.addWidget(self.chkMST) No newline at end of file
81 self.horizontalLayout_4.addWidget(self.chkMST)
82 self.verticalLayout_2.addLayout(self.horizontalLayout_4) No newline at end of file
82 self.verticalLayout_2.addLayout(self.horizontalLayout_4)
83 self.horizontalLayout_6 = QtGui.QHBoxLayout() No newline at end of file
83 self.horizontalLayout_6 = QtGui.QHBoxLayout()
84 self.horizontalLayout_6.setObjectName("horizontalLayout_6") No newline at end of file
84 self.horizontalLayout_6.setObjectName("horizontalLayout_6")
85 self.lblElabel = QtGui.QLabel(self.tabParameters) No newline at end of file
85 self.lblElabel = QtGui.QLabel(self.tabParameters)
86 self.lblElabel.setObjectName("lblElabel") No newline at end of file
86 self.lblElabel.setObjectName("lblElabel")
87 self.horizontalLayout_6.addWidget(self.lblElabel) No newline at end of file
87 self.horizontalLayout_6.addWidget(self.lblElabel)
88 self.lblCopys = QtGui.QLabel(self.tabParameters) No newline at end of file
88 self.lblCopys = QtGui.QLabel(self.tabParameters)
89 self.lblCopys.setObjectName("lblCopys") No newline at end of file
89 self.lblCopys.setObjectName("lblCopys")
90 self.horizontalLayout_6.addWidget(self.lblCopys) No newline at end of file
90 self.horizontalLayout_6.addWidget(self.lblCopys)
91 self.verticalLayout_2.addLayout(self.horizontalLayout_6) No newline at end of file
91 self.verticalLayout_2.addLayout(self.horizontalLayout_6)
92 self.horizontalLayout_5 = QtGui.QHBoxLayout() No newline at end of file
92 self.horizontalLayout_5 = QtGui.QHBoxLayout()
93 self.horizontalLayout_5.setObjectName("horizontalLayout_5") No newline at end of file
93 self.horizontalLayout_5.setObjectName("horizontalLayout_5")
94 self.txtElabel = QtGui.QLineEdit(self.tabParameters) No newline at end of file
94 self.txtElabel = QtGui.QLineEdit(self.tabParameters)
95 self.txtElabel.setObjectName("txtElabel") No newline at end of file
95 self.txtElabel.setObjectName("txtElabel")
96 self.horizontalLayout_5.addWidget(self.txtElabel) No newline at end of file
96 self.horizontalLayout_5.addWidget(self.txtElabel)
97 self.txtCopys = QtGui.QLineEdit(self.tabParameters) No newline at end of file
97 self.txtCopys = QtGui.QLineEdit(self.tabParameters)
98 self.txtCopys.setObjectName("txtCopys") No newline at end of file
98 self.txtCopys.setObjectName("txtCopys")
99 self.horizontalLayout_5.addWidget(self.txtCopys) No newline at end of file
99 self.horizontalLayout_5.addWidget(self.txtCopys)
100 self.verticalLayout_2.addLayout(self.horizontalLayout_5) No newline at end of file
100 self.verticalLayout_2.addLayout(self.horizontalLayout_5)
101 self.horizontalLayout_7 = QtGui.QHBoxLayout() No newline at end of file
101 self.horizontalLayout_7 = QtGui.QHBoxLayout()
102 self.horizontalLayout_7.setObjectName("horizontalLayout_7") No newline at end of file
102 self.horizontalLayout_7.setObjectName("horizontalLayout_7")
103 self.lblStartDay = QtGui.QLabel(self.tabParameters) No newline at end of file
103 self.lblStartDay = QtGui.QLabel(self.tabParameters)
104 self.lblStartDay.setObjectName("lblStartDay") No newline at end of file
104 self.lblStartDay.setObjectName("lblStartDay")
105 self.horizontalLayout_7.addWidget(self.lblStartDay) No newline at end of file
105 self.horizontalLayout_7.addWidget(self.lblStartDay)
106 self.lblStopDay = QtGui.QLabel(self.tabParameters) No newline at end of file
106 self.lblStopDay = QtGui.QLabel(self.tabParameters)
107 self.lblStopDay.setObjectName("lblStopDay") No newline at end of file
107 self.lblStopDay.setObjectName("lblStopDay")
108 self.horizontalLayout_7.addWidget(self.lblStopDay) No newline at end of file
108 self.horizontalLayout_7.addWidget(self.lblStopDay)
109 self.verticalLayout_2.addLayout(self.horizontalLayout_7) No newline at end of file
109 self.verticalLayout_2.addLayout(self.horizontalLayout_7)
110 self.horizontalLayout_8 = QtGui.QHBoxLayout() No newline at end of file
110 self.horizontalLayout_8 = QtGui.QHBoxLayout()
111 self.horizontalLayout_8.setObjectName("horizontalLayout_8") No newline at end of file
111 self.horizontalLayout_8.setObjectName("horizontalLayout_8")
112 self.lstStartDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
112 self.lstStartDay = QtGui.QComboBox(self.tabParameters)
113 self.lstStartDay.setObjectName("lstStartDay") No newline at end of file
113 self.lstStartDay.setObjectName("lstStartDay")
114 self.horizontalLayout_8.addWidget(self.lstStartDay) No newline at end of file
114 self.horizontalLayout_8.addWidget(self.lstStartDay)
115 self.lstStopDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
115 self.lstStopDay = QtGui.QComboBox(self.tabParameters)
116 self.lstStopDay.setObjectName("lstStopDay") No newline at end of file
116 self.lstStopDay.setObjectName("lstStopDay")
117 self.horizontalLayout_8.addWidget(self.lstStopDay) No newline at end of file
117 self.horizontalLayout_8.addWidget(self.lstStopDay)
118 self.verticalLayout_2.addLayout(self.horizontalLayout_8) No newline at end of file
118 self.verticalLayout_2.addLayout(self.horizontalLayout_8)
119 self.tabWidget.addTab(self.tabParameters, "") No newline at end of file
119 self.tabWidget.addTab(self.tabParameters, "")
120 self.tabDconfig = QtGui.QWidget() No newline at end of file
120 self.tabDconfig = QtGui.QWidget()
121 self.tabDconfig.setEnabled(True) No newline at end of file
121 self.tabDconfig.setEnabled(True)
122 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
122 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
123 sizePolicy.setHorizontalStretch(0) No newline at end of file
123 sizePolicy.setHorizontalStretch(0)
124 sizePolicy.setVerticalStretch(0) No newline at end of file
124 sizePolicy.setVerticalStretch(0)
125 sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) No newline at end of file
125 sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth())
126 self.tabDconfig.setSizePolicy(sizePolicy) No newline at end of file
126 self.tabDconfig.setSizePolicy(sizePolicy)
127 self.tabDconfig.setObjectName("tabDconfig") No newline at end of file
127 self.tabDconfig.setObjectName("tabDconfig")
128 self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig) No newline at end of file
128 self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig)
129 self.verticalLayout_3.setObjectName("verticalLayout_3") No newline at end of file
129 self.verticalLayout_3.setObjectName("verticalLayout_3")
130 self.gridLayout = QtGui.QGridLayout() No newline at end of file
130 self.gridLayout = QtGui.QGridLayout()
131 self.gridLayout.setObjectName("gridLayout") No newline at end of file
131 self.gridLayout.setObjectName("gridLayout")
132 self.verticalLayout_15 = QtGui.QVBoxLayout() No newline at end of file
132 self.verticalLayout_15 = QtGui.QVBoxLayout()
133 self.verticalLayout_15.setObjectName("verticalLayout_15") No newline at end of file
133 self.verticalLayout_15.setObjectName("verticalLayout_15")
134 self.chkDevA = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
134 self.chkDevA = QtGui.QCheckBox(self.tabDconfig)
135 self.chkDevA.setObjectName("chkDevA") No newline at end of file
135 self.chkDevA.setObjectName("chkDevA")
136 self.verticalLayout_15.addWidget(self.chkDevA) No newline at end of file
136 self.verticalLayout_15.addWidget(self.chkDevA)
137 self.verticalLayout_11 = QtGui.QVBoxLayout() No newline at end of file
137 self.verticalLayout_11 = QtGui.QVBoxLayout()
138 self.verticalLayout_11.setObjectName("verticalLayout_11") No newline at end of file
138 self.verticalLayout_11.setObjectName("verticalLayout_11")
139 self.txtDeviceA = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
139 self.txtDeviceA = QtGui.QLineEdit(self.tabDconfig)
140 self.txtDeviceA.setObjectName("txtDeviceA") No newline at end of file
140 self.txtDeviceA.setObjectName("txtDeviceA")
141 self.verticalLayout_11.addWidget(self.txtDeviceA) No newline at end of file
141 self.verticalLayout_11.addWidget(self.txtDeviceA)
142 self.txtBspeedA = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
142 self.txtBspeedA = QtGui.QLineEdit(self.tabDconfig)
143 self.txtBspeedA.setObjectName("txtBspeedA") No newline at end of file
143 self.txtBspeedA.setObjectName("txtBspeedA")
144 self.verticalLayout_11.addWidget(self.txtBspeedA) No newline at end of file
144 self.verticalLayout_11.addWidget(self.txtBspeedA)
145 self.txtBmodeA = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
145 self.txtBmodeA = QtGui.QLineEdit(self.tabDconfig)
146 self.txtBmodeA.setObjectName("txtBmodeA") No newline at end of file
146 self.txtBmodeA.setObjectName("txtBmodeA")
147 self.verticalLayout_11.addWidget(self.txtBmodeA) No newline at end of file
147 self.verticalLayout_11.addWidget(self.txtBmodeA)
148 self.btnTdevA = QtGui.QPushButton(self.tabDconfig) No newline at end of file
148 self.btnTdevA = QtGui.QPushButton(self.tabDconfig)
149 self.btnTdevA.setObjectName("btnTdevA") No newline at end of file
149 self.btnTdevA.setObjectName("btnTdevA")
150 self.verticalLayout_11.addWidget(self.btnTdevA) No newline at end of file
150 self.verticalLayout_11.addWidget(self.btnTdevA)
151 self.verticalLayout_15.addLayout(self.verticalLayout_11) No newline at end of file
151 self.verticalLayout_15.addLayout(self.verticalLayout_11)
152 self.gridLayout.addLayout(self.verticalLayout_15, 0, 0, 1, 1) No newline at end of file
152 self.gridLayout.addLayout(self.verticalLayout_15, 0, 0, 1, 1)
153 self.verticalLayout_16 = QtGui.QVBoxLayout() No newline at end of file
153 self.verticalLayout_16 = QtGui.QVBoxLayout()
154 self.verticalLayout_16.setObjectName("verticalLayout_16") No newline at end of file
154 self.verticalLayout_16.setObjectName("verticalLayout_16")
155 self.chkDevB = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
155 self.chkDevB = QtGui.QCheckBox(self.tabDconfig)
156 self.chkDevB.setObjectName("chkDevB") No newline at end of file
156 self.chkDevB.setObjectName("chkDevB")
157 self.verticalLayout_16.addWidget(self.chkDevB) No newline at end of file
157 self.verticalLayout_16.addWidget(self.chkDevB)
158 self.verticalLayout_12 = QtGui.QVBoxLayout() No newline at end of file
158 self.verticalLayout_12 = QtGui.QVBoxLayout()
159 self.verticalLayout_12.setObjectName("verticalLayout_12") No newline at end of file
159 self.verticalLayout_12.setObjectName("verticalLayout_12")
160 self.txtDeviceB = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
160 self.txtDeviceB = QtGui.QLineEdit(self.tabDconfig)
161 self.txtDeviceB.setObjectName("txtDeviceB") No newline at end of file
161 self.txtDeviceB.setObjectName("txtDeviceB")
162 self.verticalLayout_12.addWidget(self.txtDeviceB) No newline at end of file
162 self.verticalLayout_12.addWidget(self.txtDeviceB)
163 self.txtBspeedB = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
163 self.txtBspeedB = QtGui.QLineEdit(self.tabDconfig)
164 self.txtBspeedB.setObjectName("txtBspeedB") No newline at end of file
164 self.txtBspeedB.setObjectName("txtBspeedB")
165 self.verticalLayout_12.addWidget(self.txtBspeedB) No newline at end of file
165 self.verticalLayout_12.addWidget(self.txtBspeedB)
166 self.txtBmodeB = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
166 self.txtBmodeB = QtGui.QLineEdit(self.tabDconfig)
167 self.txtBmodeB.setObjectName("txtBmodeB") No newline at end of file
167 self.txtBmodeB.setObjectName("txtBmodeB")
168 self.verticalLayout_12.addWidget(self.txtBmodeB) No newline at end of file
168 self.verticalLayout_12.addWidget(self.txtBmodeB)
169 self.btnTdevB = QtGui.QPushButton(self.tabDconfig) No newline at end of file
169 self.btnTdevB = QtGui.QPushButton(self.tabDconfig)
170 self.btnTdevB.setObjectName("btnTdevB") No newline at end of file
170 self.btnTdevB.setObjectName("btnTdevB")
171 self.verticalLayout_12.addWidget(self.btnTdevB) No newline at end of file
171 self.verticalLayout_12.addWidget(self.btnTdevB)
172 self.verticalLayout_16.addLayout(self.verticalLayout_12) No newline at end of file
172 self.verticalLayout_16.addLayout(self.verticalLayout_12)
173 self.gridLayout.addLayout(self.verticalLayout_16, 0, 1, 1, 1) No newline at end of file
173 self.gridLayout.addLayout(self.verticalLayout_16, 0, 1, 1, 1)
174 self.verticalLayout_17 = QtGui.QVBoxLayout() No newline at end of file
174 self.verticalLayout_17 = QtGui.QVBoxLayout()
175 self.verticalLayout_17.setObjectName("verticalLayout_17") No newline at end of file
175 self.verticalLayout_17.setObjectName("verticalLayout_17")
176 self.chkDevC = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
176 self.chkDevC = QtGui.QCheckBox(self.tabDconfig)
177 self.chkDevC.setObjectName("chkDevC") No newline at end of file
177 self.chkDevC.setObjectName("chkDevC")
178 self.verticalLayout_17.addWidget(self.chkDevC) No newline at end of file
178 self.verticalLayout_17.addWidget(self.chkDevC)
179 self.verticalLayout_13 = QtGui.QVBoxLayout() No newline at end of file
179 self.verticalLayout_13 = QtGui.QVBoxLayout()
180 self.verticalLayout_13.setObjectName("verticalLayout_13") No newline at end of file
180 self.verticalLayout_13.setObjectName("verticalLayout_13")
181 self.txtDeviceC = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
181 self.txtDeviceC = QtGui.QLineEdit(self.tabDconfig)
182 self.txtDeviceC.setObjectName("txtDeviceC") No newline at end of file
182 self.txtDeviceC.setObjectName("txtDeviceC")
183 self.verticalLayout_13.addWidget(self.txtDeviceC) No newline at end of file
183 self.verticalLayout_13.addWidget(self.txtDeviceC)
184 self.txtBspeedC = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
184 self.txtBspeedC = QtGui.QLineEdit(self.tabDconfig)
185 self.txtBspeedC.setObjectName("txtBspeedC") No newline at end of file
185 self.txtBspeedC.setObjectName("txtBspeedC")
186 self.verticalLayout_13.addWidget(self.txtBspeedC) No newline at end of file
186 self.verticalLayout_13.addWidget(self.txtBspeedC)
187 self.txtBmodeC = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
187 self.txtBmodeC = QtGui.QLineEdit(self.tabDconfig)
188 self.txtBmodeC.setObjectName("txtBmodeC") No newline at end of file
188 self.txtBmodeC.setObjectName("txtBmodeC")
189 self.verticalLayout_13.addWidget(self.txtBmodeC) No newline at end of file
189 self.verticalLayout_13.addWidget(self.txtBmodeC)
190 self.btnTdevC = QtGui.QPushButton(self.tabDconfig) No newline at end of file
190 self.btnTdevC = QtGui.QPushButton(self.tabDconfig)
191 self.btnTdevC.setObjectName("btnTdevC") No newline at end of file
191 self.btnTdevC.setObjectName("btnTdevC")
192 self.verticalLayout_13.addWidget(self.btnTdevC) No newline at end of file
192 self.verticalLayout_13.addWidget(self.btnTdevC)
193 self.verticalLayout_17.addLayout(self.verticalLayout_13) No newline at end of file
193 self.verticalLayout_17.addLayout(self.verticalLayout_13)
194 self.gridLayout.addLayout(self.verticalLayout_17, 0, 2, 1, 1) No newline at end of file
194 self.gridLayout.addLayout(self.verticalLayout_17, 0, 2, 1, 1)
195 self.verticalLayout_18 = QtGui.QVBoxLayout() No newline at end of file
195 self.verticalLayout_18 = QtGui.QVBoxLayout()
196 self.verticalLayout_18.setObjectName("verticalLayout_18") No newline at end of file
196 self.verticalLayout_18.setObjectName("verticalLayout_18")
197 self.chkDevD = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
197 self.chkDevD = QtGui.QCheckBox(self.tabDconfig)
198 self.chkDevD.setObjectName("chkDevD") No newline at end of file
198 self.chkDevD.setObjectName("chkDevD")
199 self.verticalLayout_18.addWidget(self.chkDevD) No newline at end of file
199 self.verticalLayout_18.addWidget(self.chkDevD)
200 self.verticalLayout_14 = QtGui.QVBoxLayout() No newline at end of file
200 self.verticalLayout_14 = QtGui.QVBoxLayout()
201 self.verticalLayout_14.setObjectName("verticalLayout_14") No newline at end of file
201 self.verticalLayout_14.setObjectName("verticalLayout_14")
202 self.txtDeviceD = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
202 self.txtDeviceD = QtGui.QLineEdit(self.tabDconfig)
203 self.txtDeviceD.setObjectName("txtDeviceD") No newline at end of file
203 self.txtDeviceD.setObjectName("txtDeviceD")
204 self.verticalLayout_14.addWidget(self.txtDeviceD) No newline at end of file
204 self.verticalLayout_14.addWidget(self.txtDeviceD)
205 self.txtBspeedD = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
205 self.txtBspeedD = QtGui.QLineEdit(self.tabDconfig)
206 self.txtBspeedD.setObjectName("txtBspeedD") No newline at end of file
206 self.txtBspeedD.setObjectName("txtBspeedD")
207 self.verticalLayout_14.addWidget(self.txtBspeedD) No newline at end of file
207 self.verticalLayout_14.addWidget(self.txtBspeedD)
208 self.txtBmodeD = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
208 self.txtBmodeD = QtGui.QLineEdit(self.tabDconfig)
209 self.txtBmodeD.setObjectName("txtBmodeD") No newline at end of file
209 self.txtBmodeD.setObjectName("txtBmodeD")
210 self.verticalLayout_14.addWidget(self.txtBmodeD) No newline at end of file
210 self.verticalLayout_14.addWidget(self.txtBmodeD)
211 self.btnTdevD = QtGui.QPushButton(self.tabDconfig) No newline at end of file
211 self.btnTdevD = QtGui.QPushButton(self.tabDconfig)
212 self.btnTdevD.setObjectName("btnTdevD") No newline at end of file
212 self.btnTdevD.setObjectName("btnTdevD")
213 self.verticalLayout_14.addWidget(self.btnTdevD) No newline at end of file
213 self.verticalLayout_14.addWidget(self.btnTdevD)
214 self.verticalLayout_18.addLayout(self.verticalLayout_14) No newline at end of file
214 self.verticalLayout_18.addLayout(self.verticalLayout_14)
215 self.gridLayout.addLayout(self.verticalLayout_18, 0, 3, 1, 1) No newline at end of file
215 self.gridLayout.addLayout(self.verticalLayout_18, 0, 3, 1, 1)
216 self.verticalLayout_19 = QtGui.QVBoxLayout() No newline at end of file
216 self.verticalLayout_19 = QtGui.QVBoxLayout()
217 self.verticalLayout_19.setObjectName("verticalLayout_19") No newline at end of file
217 self.verticalLayout_19.setObjectName("verticalLayout_19")
218 self.label_2 = QtGui.QLabel(self.tabDconfig) No newline at end of file
218 self.label_2 = QtGui.QLabel(self.tabDconfig)
219 self.label_2.setText("") No newline at end of file
219 self.label_2.setText("")
220 self.label_2.setObjectName("label_2") No newline at end of file
220 self.label_2.setObjectName("label_2")
221 self.verticalLayout_19.addWidget(self.label_2) No newline at end of file
221 self.verticalLayout_19.addWidget(self.label_2)
222 self.lblDevice = QtGui.QLabel(self.tabDconfig) No newline at end of file
222 self.lblDevice = QtGui.QLabel(self.tabDconfig)
223 self.lblDevice.setObjectName("lblDevice") No newline at end of file
223 self.lblDevice.setObjectName("lblDevice")
224 self.verticalLayout_19.addWidget(self.lblDevice) No newline at end of file
224 self.verticalLayout_19.addWidget(self.lblDevice)
225 self.lblBspeed = QtGui.QLabel(self.tabDconfig) No newline at end of file
225 self.lblBspeed = QtGui.QLabel(self.tabDconfig)
226 self.lblBspeed.setObjectName("lblBspeed") No newline at end of file
226 self.lblBspeed.setObjectName("lblBspeed")
227 self.verticalLayout_19.addWidget(self.lblBspeed) No newline at end of file
227 self.verticalLayout_19.addWidget(self.lblBspeed)
228 self.lblBmode = QtGui.QLabel(self.tabDconfig) No newline at end of file
228 self.lblBmode = QtGui.QLabel(self.tabDconfig)
229 self.lblBmode.setObjectName("lblBmode") No newline at end of file
229 self.lblBmode.setObjectName("lblBmode")
230 self.verticalLayout_19.addWidget(self.lblBmode) No newline at end of file
230 self.verticalLayout_19.addWidget(self.lblBmode)
231 self.label = QtGui.QLabel(self.tabDconfig) No newline at end of file
231 self.label = QtGui.QLabel(self.tabDconfig)
232 self.label.setText("") No newline at end of file
232 self.label.setText("")
233 self.label.setObjectName("label") No newline at end of file
233 self.label.setObjectName("label")
234 self.verticalLayout_19.addWidget(self.label) No newline at end of file
234 self.verticalLayout_19.addWidget(self.label)
235 self.gridLayout.addLayout(self.verticalLayout_19, 0, 4, 1, 1) No newline at end of file
235 self.gridLayout.addLayout(self.verticalLayout_19, 0, 4, 1, 1)
236 self.verticalLayout_3.addLayout(self.gridLayout) No newline at end of file
236 self.verticalLayout_3.addLayout(self.gridLayout)
237 self.horizontalLayout_9 = QtGui.QHBoxLayout() No newline at end of file
237 self.horizontalLayout_9 = QtGui.QHBoxLayout()
238 self.horizontalLayout_9.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file
238 self.horizontalLayout_9.setSizeConstraint(QtGui.QLayout.SetFixedSize)
239 self.horizontalLayout_9.setObjectName("horizontalLayout_9") No newline at end of file
239 self.horizontalLayout_9.setObjectName("horizontalLayout_9")
240 self.lblBprocess = QtGui.QLabel(self.tabDconfig) No newline at end of file
240 self.lblBprocess = QtGui.QLabel(self.tabDconfig)
241 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
241 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
242 sizePolicy.setHorizontalStretch(0) No newline at end of file
242 sizePolicy.setHorizontalStretch(0)
243 sizePolicy.setVerticalStretch(0) No newline at end of file
243 sizePolicy.setVerticalStretch(0)
244 sizePolicy.setHeightForWidth(self.lblBprocess.sizePolicy().hasHeightForWidth()) No newline at end of file
244 sizePolicy.setHeightForWidth(self.lblBprocess.sizePolicy().hasHeightForWidth())
245 self.lblBprocess.setSizePolicy(sizePolicy) No newline at end of file
245 self.lblBprocess.setSizePolicy(sizePolicy)
246 self.lblBprocess.setObjectName("lblBprocess") No newline at end of file
246 self.lblBprocess.setObjectName("lblBprocess")
247 self.horizontalLayout_9.addWidget(self.lblBprocess) No newline at end of file
247 self.horizontalLayout_9.addWidget(self.lblBprocess)
248 self.chkSimultaneously = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
248 self.chkSimultaneously = QtGui.QCheckBox(self.tabDconfig)
249 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
249 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
250 sizePolicy.setHorizontalStretch(0) No newline at end of file
250 sizePolicy.setHorizontalStretch(0)
251 sizePolicy.setVerticalStretch(0) No newline at end of file
251 sizePolicy.setVerticalStretch(0)
252 sizePolicy.setHeightForWidth(self.chkSimultaneously.sizePolicy().hasHeightForWidth()) No newline at end of file
252 sizePolicy.setHeightForWidth(self.chkSimultaneously.sizePolicy().hasHeightForWidth())
253 self.chkSimultaneously.setSizePolicy(sizePolicy) No newline at end of file
253 self.chkSimultaneously.setSizePolicy(sizePolicy)
254 self.chkSimultaneously.setObjectName("chkSimultaneously") No newline at end of file
254 self.chkSimultaneously.setObjectName("chkSimultaneously")
255 self.horizontalLayout_9.addWidget(self.chkSimultaneously) No newline at end of file
255 self.horizontalLayout_9.addWidget(self.chkSimultaneously)
256 self.chkSequentially = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
256 self.chkSequentially = QtGui.QCheckBox(self.tabDconfig)
257 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
257 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
258 sizePolicy.setHorizontalStretch(0) No newline at end of file
258 sizePolicy.setHorizontalStretch(0)
259 sizePolicy.setVerticalStretch(0) No newline at end of file
259 sizePolicy.setVerticalStretch(0)
260 sizePolicy.setHeightForWidth(self.chkSequentially.sizePolicy().hasHeightForWidth()) No newline at end of file
260 sizePolicy.setHeightForWidth(self.chkSequentially.sizePolicy().hasHeightForWidth())
261 self.chkSequentially.setSizePolicy(sizePolicy) No newline at end of file
261 self.chkSequentially.setSizePolicy(sizePolicy)
262 self.chkSequentially.setChecked(True) No newline at end of file
262 self.chkSequentially.setChecked(True)
263 self.chkSequentially.setObjectName("chkSequentially") No newline at end of file
263 self.chkSequentially.setObjectName("chkSequentially")
264 self.horizontalLayout_9.addWidget(self.chkSequentially) No newline at end of file
264 self.horizontalLayout_9.addWidget(self.chkSequentially)
265 self.verticalLayout_3.addLayout(self.horizontalLayout_9) No newline at end of file
265 self.verticalLayout_3.addLayout(self.horizontalLayout_9)
266 self.horizontalLayout_11 = QtGui.QHBoxLayout() No newline at end of file
266 self.horizontalLayout_11 = QtGui.QHBoxLayout()
267 self.horizontalLayout_11.setSpacing(6) No newline at end of file
267 self.horizontalLayout_11.setSpacing(6)
268 self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
268 self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
269 self.horizontalLayout_11.setObjectName("horizontalLayout_11") No newline at end of file
269 self.horizontalLayout_11.setObjectName("horizontalLayout_11")
270 self.lblDcapacity = QtGui.QLabel(self.tabDconfig) No newline at end of file
270 self.lblDcapacity = QtGui.QLabel(self.tabDconfig)
271 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
271 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
272 sizePolicy.setHorizontalStretch(0) No newline at end of file
272 sizePolicy.setHorizontalStretch(0)
273 sizePolicy.setVerticalStretch(0) No newline at end of file
273 sizePolicy.setVerticalStretch(0)
274 sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file
274 sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth())
275 self.lblDcapacity.setSizePolicy(sizePolicy) No newline at end of file
275 self.lblDcapacity.setSizePolicy(sizePolicy)
276 self.lblDcapacity.setObjectName("lblDcapacity") No newline at end of file
276 self.lblDcapacity.setObjectName("lblDcapacity")
277 self.horizontalLayout_11.addWidget(self.lblDcapacity) No newline at end of file
277 self.horizontalLayout_11.addWidget(self.lblDcapacity)
278 self.chkSalert = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
278 self.chkSalert = QtGui.QCheckBox(self.tabDconfig)
279 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
279 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
280 sizePolicy.setHorizontalStretch(0) No newline at end of file
280 sizePolicy.setHorizontalStretch(0)
281 sizePolicy.setVerticalStretch(0) No newline at end of file
281 sizePolicy.setVerticalStretch(0)
282 sizePolicy.setHeightForWidth(self.chkSalert.sizePolicy().hasHeightForWidth()) No newline at end of file
282 sizePolicy.setHeightForWidth(self.chkSalert.sizePolicy().hasHeightForWidth())
283 self.chkSalert.setSizePolicy(sizePolicy) No newline at end of file
283 self.chkSalert.setSizePolicy(sizePolicy)
284 self.chkSalert.setObjectName("chkSalert") No newline at end of file
284 self.chkSalert.setObjectName("chkSalert")
285 self.horizontalLayout_11.addWidget(self.chkSalert) No newline at end of file
285 self.horizontalLayout_11.addWidget(self.chkSalert)
286 self.verticalLayout_3.addLayout(self.horizontalLayout_11) No newline at end of file
286 self.verticalLayout_3.addLayout(self.horizontalLayout_11)
287 self.horizontalLayout_10 = QtGui.QHBoxLayout() No newline at end of file
287 self.horizontalLayout_10 = QtGui.QHBoxLayout()
288 self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file
288 self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize)
289 self.horizontalLayout_10.setObjectName("horizontalLayout_10") No newline at end of file
289 self.horizontalLayout_10.setObjectName("horizontalLayout_10")
290 self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) No newline at end of file
290 self.lstDcapacity = QtGui.QComboBox(self.tabDconfig)
291 self.lstDcapacity.setObjectName("lstDcapacity") No newline at end of file
291 self.lstDcapacity.setObjectName("lstDcapacity")
292 self.lstDcapacity.addItem("") No newline at end of file
292 self.lstDcapacity.addItem("")
293 self.lstDcapacity.addItem("") No newline at end of file
293 self.lstDcapacity.addItem("")
294 self.lstDcapacity.addItem("") No newline at end of file
294 self.lstDcapacity.addItem("")
295 self.lstDcapacity.addItem("") No newline at end of file
295 self.lstDcapacity.addItem("")
296 self.lstDcapacity.addItem("") No newline at end of file
296 self.lstDcapacity.addItem("")
297 self.horizontalLayout_10.addWidget(self.lstDcapacity) No newline at end of file
297 self.horizontalLayout_10.addWidget(self.lstDcapacity)
298 self.txtDcapacity = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
298 self.txtDcapacity = QtGui.QLineEdit(self.tabDconfig)
299 self.txtDcapacity.setReadOnly(True) No newline at end of file
299 self.txtDcapacity.setReadOnly(True)
300 self.txtDcapacity.setObjectName("txtDcapacity") No newline at end of file
300 self.txtDcapacity.setObjectName("txtDcapacity")
301 self.horizontalLayout_10.addWidget(self.txtDcapacity) No newline at end of file
301 self.horizontalLayout_10.addWidget(self.txtDcapacity)
302 self.chkPSgraphic = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
302 self.chkPSgraphic = QtGui.QCheckBox(self.tabDconfig)
303 self.chkPSgraphic.setObjectName("chkPSgraphic") No newline at end of file
303 self.chkPSgraphic.setObjectName("chkPSgraphic")
304 self.horizontalLayout_10.addWidget(self.chkPSgraphic) No newline at end of file
304 self.horizontalLayout_10.addWidget(self.chkPSgraphic)
305 self.lineEdit_17 = QtGui.QLineEdit(self.tabDconfig) No newline at end of file
305 self.lineEdit_17 = QtGui.QLineEdit(self.tabDconfig)
306 self.lineEdit_17.setObjectName("lineEdit_17") No newline at end of file
306 self.lineEdit_17.setObjectName("lineEdit_17")
307 self.horizontalLayout_10.addWidget(self.lineEdit_17) No newline at end of file
307 self.horizontalLayout_10.addWidget(self.lineEdit_17)
308 self.verticalLayout_3.addLayout(self.horizontalLayout_10) No newline at end of file
308 self.verticalLayout_3.addLayout(self.horizontalLayout_10)
309 self.tabWidget.addTab(self.tabDconfig, "") No newline at end of file
309 self.tabWidget.addTab(self.tabDconfig, "")
310 self.tabSburn = QtGui.QWidget() No newline at end of file
310 self.tabSburn = QtGui.QWidget()
311 self.tabSburn.setObjectName("tabSburn") No newline at end of file
311 self.tabSburn.setObjectName("tabSburn")
312 self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabSburn) No newline at end of file
312 self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabSburn)
313 self.verticalLayout_4.setObjectName("verticalLayout_4") No newline at end of file
313 self.verticalLayout_4.setObjectName("verticalLayout_4")
314 self.widget_2 = QtGui.QWidget(self.tabSburn) No newline at end of file
314 self.widget_2 = QtGui.QWidget(self.tabSburn)
315 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
315 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
316 sizePolicy.setHorizontalStretch(0) No newline at end of file
316 sizePolicy.setHorizontalStretch(0)
317 sizePolicy.setVerticalStretch(0) No newline at end of file
317 sizePolicy.setVerticalStretch(0)
318 sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) No newline at end of file
318 sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth())
319 self.widget_2.setSizePolicy(sizePolicy) No newline at end of file
319 self.widget_2.setSizePolicy(sizePolicy)
320 self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) No newline at end of file
320 self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215))
321 self.widget_2.setObjectName("widget_2") No newline at end of file
321 self.widget_2.setObjectName("widget_2")
322 self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) No newline at end of file
322 self.gridLayout_2 = QtGui.QGridLayout(self.widget_2)
323 self.gridLayout_2.setObjectName("gridLayout_2") No newline at end of file
323 self.gridLayout_2.setObjectName("gridLayout_2")
324 self.txtSTATUSb = QtGui.QLineEdit(self.widget_2) No newline at end of file
324 self.txtSTATUSb = QtGui.QLineEdit(self.widget_2)
325 self.txtSTATUSb.setObjectName("txtSTATUSb") No newline at end of file
325 self.txtSTATUSb.setObjectName("txtSTATUSb")
326 self.gridLayout_2.addWidget(self.txtSTATUSb, 3, 2, 1, 1) No newline at end of file
326 self.gridLayout_2.addWidget(self.txtSTATUSb, 3, 2, 1, 1)
327 self.txtINFOa = QtGui.QLineEdit(self.widget_2) No newline at end of file
327 self.txtINFOa = QtGui.QLineEdit(self.widget_2)
328 self.txtINFOa.setObjectName("txtINFOa") No newline at end of file
328 self.txtINFOa.setObjectName("txtINFOa")
329 self.gridLayout_2.addWidget(self.txtINFOa, 5, 1, 1, 1) No newline at end of file
329 self.gridLayout_2.addWidget(self.txtINFOa, 5, 1, 1, 1)
330 self.txtSTATUSa = QtGui.QLineEdit(self.widget_2) No newline at end of file
330 self.txtSTATUSa = QtGui.QLineEdit(self.widget_2)
331 self.txtSTATUSa.setObjectName("txtSTATUSa") No newline at end of file
331 self.txtSTATUSa.setObjectName("txtSTATUSa")
332 self.gridLayout_2.addWidget(self.txtSTATUSa, 3, 1, 1, 1) No newline at end of file
332 self.gridLayout_2.addWidget(self.txtSTATUSa, 3, 1, 1, 1)
333 self.txtINFOb = QtGui.QLineEdit(self.widget_2) No newline at end of file
333 self.txtINFOb = QtGui.QLineEdit(self.widget_2)
334 self.txtINFOb.setObjectName("txtINFOb") No newline at end of file
334 self.txtINFOb.setObjectName("txtINFOb")
335 self.gridLayout_2.addWidget(self.txtINFOb, 5, 2, 1, 1) No newline at end of file
335 self.gridLayout_2.addWidget(self.txtINFOb, 5, 2, 1, 1)
336 self.txtSTATUSc = QtGui.QLineEdit(self.widget_2) No newline at end of file
336 self.txtSTATUSc = QtGui.QLineEdit(self.widget_2)
337 self.txtSTATUSc.setObjectName("txtSTATUSc") No newline at end of file
337 self.txtSTATUSc.setObjectName("txtSTATUSc")
338 self.gridLayout_2.addWidget(self.txtSTATUSc, 3, 3, 1, 1) No newline at end of file
338 self.gridLayout_2.addWidget(self.txtSTATUSc, 3, 3, 1, 1)
339 self.txtSTATUSd = QtGui.QLineEdit(self.widget_2) No newline at end of file
339 self.txtSTATUSd = QtGui.QLineEdit(self.widget_2)
340 self.txtSTATUSd.setObjectName("txtSTATUSd") No newline at end of file
340 self.txtSTATUSd.setObjectName("txtSTATUSd")
341 self.gridLayout_2.addWidget(self.txtSTATUSd, 3, 4, 1, 1) No newline at end of file
341 self.gridLayout_2.addWidget(self.txtSTATUSd, 3, 4, 1, 1)
342 self.txtINFOd = QtGui.QLineEdit(self.widget_2) No newline at end of file
342 self.txtINFOd = QtGui.QLineEdit(self.widget_2)
343 self.txtINFOd.setObjectName("txtINFOd") No newline at end of file
343 self.txtINFOd.setObjectName("txtINFOd")
344 self.gridLayout_2.addWidget(self.txtINFOd, 5, 4, 1, 1) No newline at end of file
344 self.gridLayout_2.addWidget(self.txtINFOd, 5, 4, 1, 1)
345 self.txtSETa = QtGui.QLineEdit(self.widget_2) No newline at end of file
345 self.txtSETa = QtGui.QLineEdit(self.widget_2)
346 self.txtSETa.setObjectName("txtSETa") No newline at end of file
346 self.txtSETa.setObjectName("txtSETa")
347 self.gridLayout_2.addWidget(self.txtSETa, 6, 1, 1, 1) No newline at end of file
347 self.gridLayout_2.addWidget(self.txtSETa, 6, 1, 1, 1)
348 self.txtSETb = QtGui.QLineEdit(self.widget_2) No newline at end of file
348 self.txtSETb = QtGui.QLineEdit(self.widget_2)
349 self.txtSETb.setObjectName("txtSETb") No newline at end of file
349 self.txtSETb.setObjectName("txtSETb")
350 self.gridLayout_2.addWidget(self.txtSETb, 6, 2, 1, 1) No newline at end of file
350 self.gridLayout_2.addWidget(self.txtSETb, 6, 2, 1, 1)
351 self.txtSETc = QtGui.QLineEdit(self.widget_2) No newline at end of file
351 self.txtSETc = QtGui.QLineEdit(self.widget_2)
352 self.txtSETc.setObjectName("txtSETc") No newline at end of file
352 self.txtSETc.setObjectName("txtSETc")
353 self.gridLayout_2.addWidget(self.txtSETc, 6, 3, 1, 1) No newline at end of file
353 self.gridLayout_2.addWidget(self.txtSETc, 6, 3, 1, 1)
354 self.txtSETd = QtGui.QLineEdit(self.widget_2) No newline at end of file
354 self.txtSETd = QtGui.QLineEdit(self.widget_2)
355 self.txtSETd.setObjectName("txtSETd") No newline at end of file
355 self.txtSETd.setObjectName("txtSETd")
356 self.gridLayout_2.addWidget(self.txtSETd, 6, 4, 1, 1) No newline at end of file
356 self.gridLayout_2.addWidget(self.txtSETd, 6, 4, 1, 1)
357 self.lblSTATUS = QtGui.QLabel(self.widget_2) No newline at end of file
357 self.lblSTATUS = QtGui.QLabel(self.widget_2)
358 self.lblSTATUS.setObjectName("lblSTATUS") No newline at end of file
358 self.lblSTATUS.setObjectName("lblSTATUS")
359 self.gridLayout_2.addWidget(self.lblSTATUS, 3, 0, 1, 1) No newline at end of file
359 self.gridLayout_2.addWidget(self.lblSTATUS, 3, 0, 1, 1)
360 self.lblINFO = QtGui.QLabel(self.widget_2) No newline at end of file
360 self.lblINFO = QtGui.QLabel(self.widget_2)
361 self.lblINFO.setObjectName("lblINFO") No newline at end of file
361 self.lblINFO.setObjectName("lblINFO")
362 self.gridLayout_2.addWidget(self.lblINFO, 5, 0, 1, 1) No newline at end of file
362 self.gridLayout_2.addWidget(self.lblINFO, 5, 0, 1, 1)
363 self.lblSET = QtGui.QLabel(self.widget_2) No newline at end of file
363 self.lblSET = QtGui.QLabel(self.widget_2)
364 self.lblSET.setObjectName("lblSET") No newline at end of file
364 self.lblSET.setObjectName("lblSET")
365 self.gridLayout_2.addWidget(self.lblSET, 6, 0, 1, 1) No newline at end of file
365 self.gridLayout_2.addWidget(self.lblSET, 6, 0, 1, 1)
366 self.lblDevA = QtGui.QLabel(self.widget_2) No newline at end of file
366 self.lblDevA = QtGui.QLabel(self.widget_2)
367 self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
367 self.lblDevA.setAlignment(QtCore.Qt.AlignCenter)
368 self.lblDevA.setObjectName("lblDevA") No newline at end of file
368 self.lblDevA.setObjectName("lblDevA")
369 self.gridLayout_2.addWidget(self.lblDevA, 0, 1, 1, 1) No newline at end of file
369 self.gridLayout_2.addWidget(self.lblDevA, 0, 1, 1, 1)
370 self.lblDevB = QtGui.QLabel(self.widget_2) No newline at end of file
370 self.lblDevB = QtGui.QLabel(self.widget_2)
371 self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
371 self.lblDevB.setAlignment(QtCore.Qt.AlignCenter)
372 self.lblDevB.setObjectName("lblDevB") No newline at end of file
372 self.lblDevB.setObjectName("lblDevB")
373 self.gridLayout_2.addWidget(self.lblDevB, 0, 2, 1, 1) No newline at end of file
373 self.gridLayout_2.addWidget(self.lblDevB, 0, 2, 1, 1)
374 self.lblDevC = QtGui.QLabel(self.widget_2) No newline at end of file
374 self.lblDevC = QtGui.QLabel(self.widget_2)
375 self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
375 self.lblDevC.setAlignment(QtCore.Qt.AlignCenter)
376 self.lblDevC.setObjectName("lblDevC") No newline at end of file
376 self.lblDevC.setObjectName("lblDevC")
377 self.gridLayout_2.addWidget(self.lblDevC, 0, 3, 1, 1) No newline at end of file
377 self.gridLayout_2.addWidget(self.lblDevC, 0, 3, 1, 1)
378 self.lblDevD = QtGui.QLabel(self.widget_2) No newline at end of file
378 self.lblDevD = QtGui.QLabel(self.widget_2)
379 self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
379 self.lblDevD.setAlignment(QtCore.Qt.AlignCenter)
380 self.lblDevD.setObjectName("lblDevD") No newline at end of file
380 self.lblDevD.setObjectName("lblDevD")
381 self.gridLayout_2.addWidget(self.lblDevD, 0, 4, 1, 1) No newline at end of file
381 self.gridLayout_2.addWidget(self.lblDevD, 0, 4, 1, 1)
382 self.txtINFOc = QtGui.QLineEdit(self.widget_2) No newline at end of file
382 self.txtINFOc = QtGui.QLineEdit(self.widget_2)
383 self.txtINFOc.setObjectName("txtINFOc") No newline at end of file
383 self.txtINFOc.setObjectName("txtINFOc")
384 self.gridLayout_2.addWidget(self.txtINFOc, 5, 3, 1, 1) No newline at end of file
384 self.gridLayout_2.addWidget(self.txtINFOc, 5, 3, 1, 1)
385 self.verticalLayout_4.addWidget(self.widget_2) No newline at end of file
385 self.verticalLayout_4.addWidget(self.widget_2)
386 self.txtSburn = QtGui.QTextEdit(self.tabSburn) No newline at end of file
386 self.txtSburn = QtGui.QTextEdit(self.tabSburn)
387 self.txtSburn.setObjectName("txtSburn") No newline at end of file
387 self.txtSburn.setObjectName("txtSburn")
388 self.verticalLayout_4.addWidget(self.txtSburn) No newline at end of file
388 self.verticalLayout_4.addWidget(self.txtSburn)
389 self.tabWidget.addTab(self.tabSburn, "") No newline at end of file
389 self.tabWidget.addTab(self.tabSburn, "")
390 self.verticalLayout.addWidget(self.tabWidget) No newline at end of file
390 self.verticalLayout.addWidget(self.tabWidget)
391 self.txtInfo = QtGui.QTextEdit(self.centralwidget) No newline at end of file
391 self.txtInfo = QtGui.QTextEdit(self.centralwidget)
392 self.txtInfo.setReadOnly(True) No newline at end of file
392 self.txtInfo.setReadOnly(True)
393 self.txtInfo.setObjectName("txtInfo") No newline at end of file
393 self.txtInfo.setObjectName("txtInfo")
394 self.verticalLayout.addWidget(self.txtInfo) No newline at end of file
394 self.verticalLayout.addWidget(self.txtInfo)
395 self.horizontalLayout_2 = QtGui.QHBoxLayout() No newline at end of file
395 self.horizontalLayout_2 = QtGui.QHBoxLayout()
396 self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
396 self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
397 self.horizontalLayout_2.setObjectName("horizontalLayout_2") No newline at end of file
397 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
398 self.btnGbkp = QtGui.QPushButton(self.centralwidget) No newline at end of file
398 self.btnGbkp = QtGui.QPushButton(self.centralwidget)
399 self.btnGbkp.setObjectName("btnGbkp") No newline at end of file
399 self.btnGbkp.setObjectName("btnGbkp")
400 self.horizontalLayout_2.addWidget(self.btnGbkp) No newline at end of file
400 self.horizontalLayout_2.addWidget(self.btnGbkp)
401 self.btnRestart = QtGui.QPushButton(self.centralwidget) No newline at end of file
401 self.btnRestart = QtGui.QPushButton(self.centralwidget)
402 self.btnRestart.setObjectName("btnRestart") No newline at end of file
402 self.btnRestart.setObjectName("btnRestart")
403 self.horizontalLayout_2.addWidget(self.btnRestart) No newline at end of file
403 self.horizontalLayout_2.addWidget(self.btnRestart)
404 self.btnStartburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
404 self.btnStartburn = QtGui.QPushButton(self.centralwidget)
405 self.btnStartburn.setObjectName("btnStartburn") No newline at end of file
405 self.btnStartburn.setObjectName("btnStartburn")
406 self.horizontalLayout_2.addWidget(self.btnStartburn) No newline at end of file
406 self.horizontalLayout_2.addWidget(self.btnStartburn)
407 self.btnStopburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
407 self.btnStopburn = QtGui.QPushButton(self.centralwidget)
408 self.btnStopburn.setObjectName("btnStopburn") No newline at end of file
408 self.btnStopburn.setObjectName("btnStopburn")
409 self.horizontalLayout_2.addWidget(self.btnStopburn) No newline at end of file
409 self.horizontalLayout_2.addWidget(self.btnStopburn)
410 self.verticalLayout.addLayout(self.horizontalLayout_2) No newline at end of file
410 self.verticalLayout.addLayout(self.horizontalLayout_2)
411 MainWindow.setCentralWidget(self.centralwidget) No newline at end of file
411 MainWindow.setCentralWidget(self.centralwidget)
412 self.menubar = QtGui.QMenuBar(MainWindow)
412 self.menubar = QtGui.QMenuBar(MainWindow)
No newline at end of file
413 self.menubar.setGeometry(QtCore.QRect(0, 0, 745, 25)) No newline at end of file
413 self.menubar.setGeometry(QtCore.QRect(0, 0, 585, 25)) No newline at end of file
414 self.menubar.setObjectName("menubar") No newline at end of file
414 self.menubar.setObjectName("menubar")
415 self.menuFile = QtGui.QMenu(self.menubar) No newline at end of file
415 self.menuFile = QtGui.QMenu(self.menubar)
416 self.menuFile.setObjectName("menuFile") No newline at end of file
416 self.menuFile.setObjectName("menuFile")
417 self.menuParameters = QtGui.QMenu(self.menubar) No newline at end of file
417 self.menuParameters = QtGui.QMenu(self.menubar)
418 self.menuParameters.setObjectName("menuParameters") No newline at end of file
418 self.menuParameters.setObjectName("menuParameters")
419 self.menuHelp = QtGui.QMenu(self.menubar) No newline at end of file
419 self.menuHelp = QtGui.QMenu(self.menubar)
420 self.menuHelp.setObjectName("menuHelp") No newline at end of file
420 self.menuHelp.setObjectName("menuHelp")
421 MainWindow.setMenuBar(self.menubar) No newline at end of file
421 MainWindow.setMenuBar(self.menubar)
422 self.statusbar = QtGui.QStatusBar(MainWindow) No newline at end of file
422 self.statusbar = QtGui.QStatusBar(MainWindow)
423 self.statusbar.setObjectName("statusbar") No newline at end of file
423 self.statusbar.setObjectName("statusbar")
424 MainWindow.setStatusBar(self.statusbar) No newline at end of file
424 MainWindow.setStatusBar(self.statusbar)
425 self.actionChange_Parameters = QtGui.QAction(MainWindow) No newline at end of file
425 self.actionChange_Parameters = QtGui.QAction(MainWindow)
426 self.actionChange_Parameters.setObjectName("actionChange_Parameters") No newline at end of file
426 self.actionChange_Parameters.setObjectName("actionChange_Parameters")
427 self.actionSave_Config = QtGui.QAction(MainWindow) No newline at end of file
427 self.actionSave_Config = QtGui.QAction(MainWindow)
428 self.actionSave_Config.setObjectName("actionSave_Config") No newline at end of file
428 self.actionSave_Config.setObjectName("actionSave_Config")
429 self.actionQuit = QtGui.QAction(MainWindow) No newline at end of file
429 self.actionQuit = QtGui.QAction(MainWindow)
430 self.actionQuit.setObjectName("actionQuit") No newline at end of file
430 self.actionQuit.setObjectName("actionQuit")
431 self.actionAbout = QtGui.QAction(MainWindow) No newline at end of file
431 self.actionAbout = QtGui.QAction(MainWindow)
432 self.actionAbout.setObjectName("actionAbout") No newline at end of file
432 self.actionAbout.setObjectName("actionAbout")
433 self.menuFile.addAction(self.actionSave_Config) No newline at end of file
433 self.menuFile.addAction(self.actionSave_Config)
434 self.menuFile.addAction(self.actionQuit) No newline at end of file
434 self.menuFile.addAction(self.actionQuit)
435 self.menuParameters.addAction(self.actionChange_Parameters) No newline at end of file
435 self.menuParameters.addAction(self.actionChange_Parameters)
436 self.menuHelp.addAction(self.actionAbout) No newline at end of file
436 self.menuHelp.addAction(self.actionAbout)
437 self.menubar.addAction(self.menuFile.menuAction()) No newline at end of file
437 self.menubar.addAction(self.menuFile.menuAction())
438 self.menubar.addAction(self.menuParameters.menuAction()) No newline at end of file
438 self.menubar.addAction(self.menuParameters.menuAction())
439 self.menubar.addAction(self.menuHelp.menuAction()) No newline at end of file
439 self.menubar.addAction(self.menuHelp.menuAction())
440 No newline at end of file
440
441 self.retranslateUi(MainWindow) No newline at end of file
441 self.retranslateUi(MainWindow)
442 self.tabWidget.setCurrentIndex(1) No newline at end of file
442 self.tabWidget.setCurrentIndex(1)
443 self.lstDcapacity.setCurrentIndex(2) No newline at end of file
443 self.lstDcapacity.setCurrentIndex(2)
444 QtCore.QObject.connect(self.chkSequentially, QtCore.SIGNAL("clicked()"), self.chkSimultaneously.toggle) No newline at end of file
444 QtCore.QObject.connect(self.chkSequentially, QtCore.SIGNAL("clicked()"), self.chkSimultaneously.toggle)
445 QtCore.QObject.connect(self.chkSimultaneously, QtCore.SIGNAL("clicked()"), self.chkSequentially.toggle) No newline at end of file
445 QtCore.QObject.connect(self.chkSimultaneously, QtCore.SIGNAL("clicked()"), self.chkSequentially.toggle)
446 QtCore.QMetaObject.connectSlotsByName(MainWindow) No newline at end of file
446 QtCore.QMetaObject.connectSlotsByName(MainWindow)
447 MainWindow.setTabOrder(self.txtDpath, self.btnDpath) No newline at end of file
447 MainWindow.setTabOrder(self.txtDpath, self.btnDpath)
448 MainWindow.setTabOrder(self.btnDpath, self.txtRpath) No newline at end of file
448 MainWindow.setTabOrder(self.btnDpath, self.txtRpath)
449 MainWindow.setTabOrder(self.txtRpath, self.btnRpath) No newline at end of file
449 MainWindow.setTabOrder(self.txtRpath, self.btnRpath)
450 MainWindow.setTabOrder(self.btnRpath, self.lstDtype) No newline at end of file
450 MainWindow.setTabOrder(self.btnRpath, self.lstDtype)
451 MainWindow.setTabOrder(self.lstDtype, self.txtDtype) No newline at end of file
451 MainWindow.setTabOrder(self.lstDtype, self.txtDtype)
452 MainWindow.setTabOrder(self.txtDtype, self.chkMST) No newline at end of file
452 MainWindow.setTabOrder(self.txtDtype, self.chkMST)
453 MainWindow.setTabOrder(self.chkMST, self.txtElabel) No newline at end of file
453 MainWindow.setTabOrder(self.chkMST, self.txtElabel)
454 MainWindow.setTabOrder(self.txtElabel, self.txtCopys) No newline at end of file
454 MainWindow.setTabOrder(self.txtElabel, self.txtCopys)
455 MainWindow.setTabOrder(self.txtCopys, self.lstStartDay) No newline at end of file
455 MainWindow.setTabOrder(self.txtCopys, self.lstStartDay)
456 MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) No newline at end of file
456 MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay)
457 MainWindow.setTabOrder(self.lstStopDay, self.chkSimultaneously) No newline at end of file
457 MainWindow.setTabOrder(self.lstStopDay, self.chkSimultaneously)
458 MainWindow.setTabOrder(self.chkSimultaneously, self.chkSequentially) No newline at end of file
458 MainWindow.setTabOrder(self.chkSimultaneously, self.chkSequentially)
459 MainWindow.setTabOrder(self.chkSequentially, self.chkSalert) No newline at end of file
459 MainWindow.setTabOrder(self.chkSequentially, self.chkSalert)
460 MainWindow.setTabOrder(self.chkSalert, self.lstDcapacity) No newline at end of file
460 MainWindow.setTabOrder(self.chkSalert, self.lstDcapacity)
461 MainWindow.setTabOrder(self.lstDcapacity, self.txtDcapacity) No newline at end of file
461 MainWindow.setTabOrder(self.lstDcapacity, self.txtDcapacity)
462 MainWindow.setTabOrder(self.txtDcapacity, self.chkPSgraphic) No newline at end of file
462 MainWindow.setTabOrder(self.txtDcapacity, self.chkPSgraphic)
463 MainWindow.setTabOrder(self.chkPSgraphic, self.lineEdit_17) No newline at end of file
463 MainWindow.setTabOrder(self.chkPSgraphic, self.lineEdit_17)
464 MainWindow.setTabOrder(self.lineEdit_17, self.txtSTATUSa) No newline at end of file
464 MainWindow.setTabOrder(self.lineEdit_17, self.txtSTATUSa)
465 MainWindow.setTabOrder(self.txtSTATUSa, self.txtSTATUSb) No newline at end of file
465 MainWindow.setTabOrder(self.txtSTATUSa, self.txtSTATUSb)
466 MainWindow.setTabOrder(self.txtSTATUSb, self.txtSTATUSc) No newline at end of file
466 MainWindow.setTabOrder(self.txtSTATUSb, self.txtSTATUSc)
467 MainWindow.setTabOrder(self.txtSTATUSc, self.txtSTATUSd) No newline at end of file
467 MainWindow.setTabOrder(self.txtSTATUSc, self.txtSTATUSd)
468 MainWindow.setTabOrder(self.txtSTATUSd, self.txtINFOa) No newline at end of file
468 MainWindow.setTabOrder(self.txtSTATUSd, self.txtINFOa)
469 MainWindow.setTabOrder(self.txtINFOa, self.txtINFOb) No newline at end of file
469 MainWindow.setTabOrder(self.txtINFOa, self.txtINFOb)
470 MainWindow.setTabOrder(self.txtINFOb, self.txtINFOc) No newline at end of file
470 MainWindow.setTabOrder(self.txtINFOb, self.txtINFOc)
471 MainWindow.setTabOrder(self.txtINFOc, self.txtINFOd) No newline at end of file
471 MainWindow.setTabOrder(self.txtINFOc, self.txtINFOd)
472 MainWindow.setTabOrder(self.txtINFOd, self.txtSETa) No newline at end of file
472 MainWindow.setTabOrder(self.txtINFOd, self.txtSETa)
473 MainWindow.setTabOrder(self.txtSETa, self.txtSETb) No newline at end of file
473 MainWindow.setTabOrder(self.txtSETa, self.txtSETb)
474 MainWindow.setTabOrder(self.txtSETb, self.txtSETc) No newline at end of file
474 MainWindow.setTabOrder(self.txtSETb, self.txtSETc)
475 MainWindow.setTabOrder(self.txtSETc, self.txtSETd) No newline at end of file
475 MainWindow.setTabOrder(self.txtSETc, self.txtSETd)
476 MainWindow.setTabOrder(self.txtSETd, self.tabWidget) No newline at end of file
476 MainWindow.setTabOrder(self.txtSETd, self.tabWidget)
477 MainWindow.setTabOrder(self.tabWidget, self.txtSburn) No newline at end of file
477 MainWindow.setTabOrder(self.tabWidget, self.txtSburn)
478 MainWindow.setTabOrder(self.txtSburn, self.btnGbkp) No newline at end of file
478 MainWindow.setTabOrder(self.txtSburn, self.btnGbkp)
479 MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) No newline at end of file
479 MainWindow.setTabOrder(self.btnGbkp, self.btnRestart)
480 MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) No newline at end of file
480 MainWindow.setTabOrder(self.btnRestart, self.btnStartburn)
481 MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) No newline at end of file
481 MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn)
482 No newline at end of file
482
483 def retranslateUi(self, MainWindow): No newline at end of file
483 def retranslateUi(self, MainWindow):
484 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
484 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8))
485 self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
485 self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8))
486 self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
486 self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8))
487 self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
487 self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8))
488 self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
488 self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8))
489 self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
489 self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8))
490 self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
490 self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8))
491 self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
491 self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8))
492 self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
492 self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8))
493 self.chkMST.setText(QtGui.QApplication.translate("MainWindow", "MST-ISR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
493 self.chkMST.setText(QtGui.QApplication.translate("MainWindow", "MST-ISR Data", None, QtGui.QApplication.UnicodeUTF8))
494 self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
494 self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8))
495 self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
495 self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8))
496 self.txtCopys.setText(QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
496 self.txtCopys.setText(QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8))
497 self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
497 self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8))
498 self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
498 self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8))
499 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
499 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8))
500 self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
500 self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8))
501 self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
501 self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8))
502 self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
502 self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8))
503 self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
503 self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8))
504 self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
504 self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8))
505 self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
505 self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8))
506 self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
506 self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8))
507 self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
507 self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8))
508 self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
508 self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8))
509 self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
509 self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8))
510 self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
510 self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8))
511 self.lblBprocess.setText(QtGui.QApplication.translate("MainWindow", "Burning process", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
511 self.lblBprocess.setText(QtGui.QApplication.translate("MainWindow", "Burning process", None, QtGui.QApplication.UnicodeUTF8))
512 self.chkSimultaneously.setText(QtGui.QApplication.translate("MainWindow", "Simultaneously", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
512 self.chkSimultaneously.setText(QtGui.QApplication.translate("MainWindow", "Simultaneously", None, QtGui.QApplication.UnicodeUTF8))
513 self.chkSequentially.setText(QtGui.QApplication.translate("MainWindow", "Sequentially", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
513 self.chkSequentially.setText(QtGui.QApplication.translate("MainWindow", "Sequentially", None, QtGui.QApplication.UnicodeUTF8))
514 self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
514 self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8))
515 self.chkSalert.setText(QtGui.QApplication.translate("MainWindow", "Sound Alert", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
515 self.chkSalert.setText(QtGui.QApplication.translate("MainWindow", "Sound Alert", None, QtGui.QApplication.UnicodeUTF8))
516 self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
516 self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8))
517 self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
517 self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8))
518 self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
518 self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8))
519 self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
519 self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8))
520 self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
520 self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? GB]", None, QtGui.QApplication.UnicodeUTF8))
521 self.txtDcapacity.setText(QtGui.QApplication.translate("MainWindow", "4482.26928711", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
521 self.txtDcapacity.setText(QtGui.QApplication.translate("MainWindow", "4482.26928711", None, QtGui.QApplication.UnicodeUTF8))
522 self.chkPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
522 self.chkPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8))
523 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
523 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8))
524 self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
524 self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8))
525 self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "INFO", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
525 self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "INFO", None, QtGui.QApplication.UnicodeUTF8))
526 self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "SET", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
526 self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "SET", None, QtGui.QApplication.UnicodeUTF8))
527 self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
527 self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8))
528 self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
528 self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8))
529 self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
529 self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8))
530 self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
530 self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8))
531 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabSburn), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
531 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabSburn), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8))
532 self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
532 self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8))
533 self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
533 self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8))
534 self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
534 self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8))
535 self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
535 self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8))
536 self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
536 self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8))
537 self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
537 self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8))
538 self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
538 self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))
539 self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
539 self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8))
540 self.actionSave_Config.setText(QtGui.QApplication.translate("MainWindow", "Save Config", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
540 self.actionSave_Config.setText(QtGui.QApplication.translate("MainWindow", "Save Config", None, QtGui.QApplication.UnicodeUTF8))
541 self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
541 self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8))
542 self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
542 self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8))
543 No newline at end of file
543
544 No newline at end of file
544
545 if __name__ == "__main__": No newline at end of file
545 if __name__ == "__main__":
546 import sys No newline at end of file
546 import sys
547 app = QtGui.QApplication(sys.argv) No newline at end of file
547 app = QtGui.QApplication(sys.argv)
548 MainWindow = QtGui.QMainWindow() No newline at end of file
548 MainWindow = QtGui.QMainWindow()
549 ui = Ui_MainWindow() No newline at end of file
549 ui = Ui_MainWindow()
550 ui.setupUi(MainWindow) No newline at end of file
550 ui.setupUi(MainWindow)
551 MainWindow.show() No newline at end of file
551 MainWindow.show()
552 sys.exit(app.exec_()) No newline at end of file
552 sys.exit(app.exec_())
553 No newline at end of file
553
General Comments 0
You need to be logged in to leave comments. Login now