@@ -0,0 +1,84 | |||||
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |||
|
2 | <ui version="4.0"> | |||
|
3 | <class>About</class> | |||
|
4 | <widget class="QDialog" name="About"> | |||
|
5 | <property name="geometry"> | |||
|
6 | <rect> | |||
|
7 | <x>0</x> | |||
|
8 | <y>0</y> | |||
|
9 | <width>250</width> | |||
|
10 | <height>230</height> | |||
|
11 | </rect> | |||
|
12 | </property> | |||
|
13 | <property name="minimumSize"> | |||
|
14 | <size> | |||
|
15 | <width>250</width> | |||
|
16 | <height>230</height> | |||
|
17 | </size> | |||
|
18 | </property> | |||
|
19 | <property name="maximumSize"> | |||
|
20 | <size> | |||
|
21 | <width>250</width> | |||
|
22 | <height>230</height> | |||
|
23 | </size> | |||
|
24 | </property> | |||
|
25 | <property name="windowTitle"> | |||
|
26 | <string>About</string> | |||
|
27 | </property> | |||
|
28 | <layout class="QVBoxLayout" name="verticalLayout"> | |||
|
29 | <item> | |||
|
30 | <widget class="QTextEdit" name="textEdit"> | |||
|
31 | <property name="maximumSize"> | |||
|
32 | <size> | |||
|
33 | <width>16777215</width> | |||
|
34 | <height>16777215</height> | |||
|
35 | </size> | |||
|
36 | </property> | |||
|
37 | <property name="readOnly"> | |||
|
38 | <bool>true</bool> | |||
|
39 | </property> | |||
|
40 | <property name="html"> | |||
|
41 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | |||
|
42 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | |||
|
43 | p, li { white-space: pre-wrap; } | |||
|
44 | </style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> | |||
|
45 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">JRO BACKUP MANAGER</span></p> | |||
|
46 | <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p> | |||
|
47 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Author:</span></p> | |||
|
48 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Ricardo Farino Alonso RondΓ³n</span></p> | |||
|
49 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">ricardo.alonso@jro.igp.gob.pe</span></p> | |||
|
50 | <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;"></p> | |||
|
51 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Jicamarca Radio Observatory</span></p> | |||
|
52 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Jicamarca - May 2010</span></p></body></html></string> | |||
|
53 | </property> | |||
|
54 | </widget> | |||
|
55 | </item> | |||
|
56 | <item> | |||
|
57 | <widget class="QPushButton" name="btnOK"> | |||
|
58 | <property name="text"> | |||
|
59 | <string>OK</string> | |||
|
60 | </property> | |||
|
61 | </widget> | |||
|
62 | </item> | |||
|
63 | </layout> | |||
|
64 | </widget> | |||
|
65 | <resources/> | |||
|
66 | <connections> | |||
|
67 | <connection> | |||
|
68 | <sender>btnOK</sender> | |||
|
69 | <signal>clicked()</signal> | |||
|
70 | <receiver>About</receiver> | |||
|
71 | <slot>close()</slot> | |||
|
72 | <hints> | |||
|
73 | <hint type="sourcelabel"> | |||
|
74 | <x>154</x> | |||
|
75 | <y>194</y> | |||
|
76 | </hint> | |||
|
77 | <hint type="destinationlabel"> | |||
|
78 | <x>247</x> | |||
|
79 | <y>57</y> | |||
|
80 | </hint> | |||
|
81 | </hints> | |||
|
82 | </connection> | |||
|
83 | </connections> | |||
|
84 | </ui> |
@@ -0,0 +1,84 | |||||
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |||
|
2 | <ui version="4.0"> | |||
|
3 | <class>About</class> | |||
|
4 | <widget class="QDialog" name="About"> | |||
|
5 | <property name="geometry"> | |||
|
6 | <rect> | |||
|
7 | <x>0</x> | |||
|
8 | <y>0</y> | |||
|
9 | <width>250</width> | |||
|
10 | <height>230</height> | |||
|
11 | </rect> | |||
|
12 | </property> | |||
|
13 | <property name="minimumSize"> | |||
|
14 | <size> | |||
|
15 | <width>250</width> | |||
|
16 | <height>230</height> | |||
|
17 | </size> | |||
|
18 | </property> | |||
|
19 | <property name="maximumSize"> | |||
|
20 | <size> | |||
|
21 | <width>250</width> | |||
|
22 | <height>230</height> | |||
|
23 | </size> | |||
|
24 | </property> | |||
|
25 | <property name="windowTitle"> | |||
|
26 | <string>About</string> | |||
|
27 | </property> | |||
|
28 | <layout class="QVBoxLayout" name="verticalLayout"> | |||
|
29 | <item> | |||
|
30 | <widget class="QTextEdit" name="textEdit"> | |||
|
31 | <property name="maximumSize"> | |||
|
32 | <size> | |||
|
33 | <width>16777215</width> | |||
|
34 | <height>16777215</height> | |||
|
35 | </size> | |||
|
36 | </property> | |||
|
37 | <property name="readOnly"> | |||
|
38 | <bool>true</bool> | |||
|
39 | </property> | |||
|
40 | <property name="html"> | |||
|
41 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | |||
|
42 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | |||
|
43 | p, li { white-space: pre-wrap; } | |||
|
44 | </style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> | |||
|
45 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">JRO BACKUP MANAGER</span></p> | |||
|
46 | <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p> | |||
|
47 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Author:</span></p> | |||
|
48 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Ricardo Farino Alonso RondΓ³n</span></p> | |||
|
49 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">ricardo.alonso@jro.igp.gob.pe</span></p> | |||
|
50 | <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;"></p> | |||
|
51 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Jicamarca Radio Observatory</span></p> | |||
|
52 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Jicamarca - May 2010</span></p></body></html></string> | |||
|
53 | </property> | |||
|
54 | </widget> | |||
|
55 | </item> | |||
|
56 | <item> | |||
|
57 | <widget class="QPushButton" name="btnOK"> | |||
|
58 | <property name="text"> | |||
|
59 | <string>OK</string> | |||
|
60 | </property> | |||
|
61 | </widget> | |||
|
62 | </item> | |||
|
63 | </layout> | |||
|
64 | </widget> | |||
|
65 | <resources/> | |||
|
66 | <connections> | |||
|
67 | <connection> | |||
|
68 | <sender>btnOK</sender> | |||
|
69 | <signal>clicked()</signal> | |||
|
70 | <receiver>About</receiver> | |||
|
71 | <slot>close()</slot> | |||
|
72 | <hints> | |||
|
73 | <hint type="sourcelabel"> | |||
|
74 | <x>154</x> | |||
|
75 | <y>194</y> | |||
|
76 | </hint> | |||
|
77 | <hint type="destinationlabel"> | |||
|
78 | <x>247</x> | |||
|
79 | <y>57</y> | |||
|
80 | </hint> | |||
|
81 | </hints> | |||
|
82 | </connection> | |||
|
83 | </connections> | |||
|
84 | </ui> |
@@ -0,0 +1,127 | |||||
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |||
|
2 | <ui version="4.0"> | |||
|
3 | <class>Parameters</class> | |||
|
4 | <widget class="QDialog" name="Parameters"> | |||
|
5 | <property name="geometry"> | |||
|
6 | <rect> | |||
|
7 | <x>0</x> | |||
|
8 | <y>0</y> | |||
|
9 | <width>207</width> | |||
|
10 | <height>152</height> | |||
|
11 | </rect> | |||
|
12 | </property> | |||
|
13 | <property name="windowTitle"> | |||
|
14 | <string>Parameters</string> | |||
|
15 | </property> | |||
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |||
|
17 | <item> | |||
|
18 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | |||
|
19 | <item> | |||
|
20 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |||
|
21 | <item> | |||
|
22 | <widget class="QLabel" name="label"> | |||
|
23 | <property name="text"> | |||
|
24 | <string>NΒ° Copys</string> | |||
|
25 | </property> | |||
|
26 | </widget> | |||
|
27 | </item> | |||
|
28 | <item> | |||
|
29 | <widget class="QLabel" name="label_3"> | |||
|
30 | <property name="text"> | |||
|
31 | <string>Disc</string> | |||
|
32 | </property> | |||
|
33 | </widget> | |||
|
34 | </item> | |||
|
35 | <item> | |||
|
36 | <widget class="QLabel" name="label_2"> | |||
|
37 | <property name="text"> | |||
|
38 | <string>Copy</string> | |||
|
39 | </property> | |||
|
40 | </widget> | |||
|
41 | </item> | |||
|
42 | </layout> | |||
|
43 | </item> | |||
|
44 | <item> | |||
|
45 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |||
|
46 | <item> | |||
|
47 | <widget class="QSpinBox" name="txtNcopys"> | |||
|
48 | <property name="minimum"> | |||
|
49 | <number>1</number> | |||
|
50 | </property> | |||
|
51 | <property name="maximum"> | |||
|
52 | <number>999</number> | |||
|
53 | </property> | |||
|
54 | </widget> | |||
|
55 | </item> | |||
|
56 | <item> | |||
|
57 | <widget class="QSpinBox" name="txtDisc"> | |||
|
58 | <property name="minimum"> | |||
|
59 | <number>1</number> | |||
|
60 | </property> | |||
|
61 | <property name="maximum"> | |||
|
62 | <number>999999</number> | |||
|
63 | </property> | |||
|
64 | </widget> | |||
|
65 | </item> | |||
|
66 | <item> | |||
|
67 | <widget class="QSpinBox" name="txtCopy"> | |||
|
68 | <property name="minimum"> | |||
|
69 | <number>1</number> | |||
|
70 | </property> | |||
|
71 | <property name="maximum"> | |||
|
72 | <number>999</number> | |||
|
73 | </property> | |||
|
74 | </widget> | |||
|
75 | </item> | |||
|
76 | </layout> | |||
|
77 | </item> | |||
|
78 | </layout> | |||
|
79 | </item> | |||
|
80 | <item> | |||
|
81 | <widget class="QDialogButtonBox" name="buttonBox"> | |||
|
82 | <property name="orientation"> | |||
|
83 | <enum>Qt::Horizontal</enum> | |||
|
84 | </property> | |||
|
85 | <property name="standardButtons"> | |||
|
86 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |||
|
87 | </property> | |||
|
88 | </widget> | |||
|
89 | </item> | |||
|
90 | </layout> | |||
|
91 | </widget> | |||
|
92 | <resources/> | |||
|
93 | <connections> | |||
|
94 | <connection> | |||
|
95 | <sender>buttonBox</sender> | |||
|
96 | <signal>accepted()</signal> | |||
|
97 | <receiver>Parameters</receiver> | |||
|
98 | <slot>accept()</slot> | |||
|
99 | <hints> | |||
|
100 | <hint type="sourcelabel"> | |||
|
101 | <x>197</x> | |||
|
102 | <y>142</y> | |||
|
103 | </hint> | |||
|
104 | <hint type="destinationlabel"> | |||
|
105 | <x>157</x> | |||
|
106 | <y>151</y> | |||
|
107 | </hint> | |||
|
108 | </hints> | |||
|
109 | </connection> | |||
|
110 | <connection> | |||
|
111 | <sender>buttonBox</sender> | |||
|
112 | <signal>rejected()</signal> | |||
|
113 | <receiver>Parameters</receiver> | |||
|
114 | <slot>reject()</slot> | |||
|
115 | <hints> | |||
|
116 | <hint type="sourcelabel"> | |||
|
117 | <x>197</x> | |||
|
118 | <y>142</y> | |||
|
119 | </hint> | |||
|
120 | <hint type="destinationlabel"> | |||
|
121 | <x>206</x> | |||
|
122 | <y>151</y> | |||
|
123 | </hint> | |||
|
124 | </hints> | |||
|
125 | </connection> | |||
|
126 | </connections> | |||
|
127 | </ui> |
@@ -0,0 +1,127 | |||||
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |||
|
2 | <ui version="4.0"> | |||
|
3 | <class>Dialog</class> | |||
|
4 | <widget class="QDialog" name="Dialog"> | |||
|
5 | <property name="geometry"> | |||
|
6 | <rect> | |||
|
7 | <x>0</x> | |||
|
8 | <y>0</y> | |||
|
9 | <width>207</width> | |||
|
10 | <height>152</height> | |||
|
11 | </rect> | |||
|
12 | </property> | |||
|
13 | <property name="windowTitle"> | |||
|
14 | <string>Dialog</string> | |||
|
15 | </property> | |||
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |||
|
17 | <item> | |||
|
18 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | |||
|
19 | <item> | |||
|
20 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |||
|
21 | <item> | |||
|
22 | <widget class="QLabel" name="label"> | |||
|
23 | <property name="text"> | |||
|
24 | <string>NΒ° Copys</string> | |||
|
25 | </property> | |||
|
26 | </widget> | |||
|
27 | </item> | |||
|
28 | <item> | |||
|
29 | <widget class="QLabel" name="label_3"> | |||
|
30 | <property name="text"> | |||
|
31 | <string>Disc</string> | |||
|
32 | </property> | |||
|
33 | </widget> | |||
|
34 | </item> | |||
|
35 | <item> | |||
|
36 | <widget class="QLabel" name="label_2"> | |||
|
37 | <property name="text"> | |||
|
38 | <string>Copy</string> | |||
|
39 | </property> | |||
|
40 | </widget> | |||
|
41 | </item> | |||
|
42 | </layout> | |||
|
43 | </item> | |||
|
44 | <item> | |||
|
45 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |||
|
46 | <item> | |||
|
47 | <widget class="QSpinBox" name="txtNcopys"> | |||
|
48 | <property name="minimum"> | |||
|
49 | <number>1</number> | |||
|
50 | </property> | |||
|
51 | <property name="maximum"> | |||
|
52 | <number>999</number> | |||
|
53 | </property> | |||
|
54 | </widget> | |||
|
55 | </item> | |||
|
56 | <item> | |||
|
57 | <widget class="QSpinBox" name="txtDisc"> | |||
|
58 | <property name="minimum"> | |||
|
59 | <number>1</number> | |||
|
60 | </property> | |||
|
61 | <property name="maximum"> | |||
|
62 | <number>999999</number> | |||
|
63 | </property> | |||
|
64 | </widget> | |||
|
65 | </item> | |||
|
66 | <item> | |||
|
67 | <widget class="QSpinBox" name="txtCopy"> | |||
|
68 | <property name="minimum"> | |||
|
69 | <number>1</number> | |||
|
70 | </property> | |||
|
71 | <property name="maximum"> | |||
|
72 | <number>999</number> | |||
|
73 | </property> | |||
|
74 | </widget> | |||
|
75 | </item> | |||
|
76 | </layout> | |||
|
77 | </item> | |||
|
78 | </layout> | |||
|
79 | </item> | |||
|
80 | <item> | |||
|
81 | <widget class="QDialogButtonBox" name="buttonBox"> | |||
|
82 | <property name="orientation"> | |||
|
83 | <enum>Qt::Horizontal</enum> | |||
|
84 | </property> | |||
|
85 | <property name="standardButtons"> | |||
|
86 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |||
|
87 | </property> | |||
|
88 | </widget> | |||
|
89 | </item> | |||
|
90 | </layout> | |||
|
91 | </widget> | |||
|
92 | <resources/> | |||
|
93 | <connections> | |||
|
94 | <connection> | |||
|
95 | <sender>buttonBox</sender> | |||
|
96 | <signal>accepted()</signal> | |||
|
97 | <receiver>Dialog</receiver> | |||
|
98 | <slot>accept()</slot> | |||
|
99 | <hints> | |||
|
100 | <hint type="sourcelabel"> | |||
|
101 | <x>197</x> | |||
|
102 | <y>142</y> | |||
|
103 | </hint> | |||
|
104 | <hint type="destinationlabel"> | |||
|
105 | <x>157</x> | |||
|
106 | <y>151</y> | |||
|
107 | </hint> | |||
|
108 | </hints> | |||
|
109 | </connection> | |||
|
110 | <connection> | |||
|
111 | <sender>buttonBox</sender> | |||
|
112 | <signal>rejected()</signal> | |||
|
113 | <receiver>Dialog</receiver> | |||
|
114 | <slot>reject()</slot> | |||
|
115 | <hints> | |||
|
116 | <hint type="sourcelabel"> | |||
|
117 | <x>197</x> | |||
|
118 | <y>142</y> | |||
|
119 | </hint> | |||
|
120 | <hint type="destinationlabel"> | |||
|
121 | <x>206</x> | |||
|
122 | <y>151</y> | |||
|
123 | </hint> | |||
|
124 | </hints> | |||
|
125 | </connection> | |||
|
126 | </connections> | |||
|
127 | </ui> |
@@ -0,0 +1,58 | |||||
|
1 | # -*- coding: utf-8 -*- | |||
|
2 | ||||
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui' | |||
|
4 | # | |||
|
5 | # Created: Mon May 24 08:52:43 2010 | |||
|
6 | # by: PyQt4 UI code generator 4.6 | |||
|
7 | # | |||
|
8 | # WARNING! All changes made in this file will be lost! | |||
|
9 | ||||
|
10 | from PyQt4 import QtCore, QtGui | |||
|
11 | ||||
|
12 | class Ui_About(object): | |||
|
13 | def setupUi(self, About): | |||
|
14 | About.setObjectName("About") | |||
|
15 | About.resize(250, 230) | |||
|
16 | About.setMinimumSize(QtCore.QSize(250, 230)) | |||
|
17 | About.setMaximumSize(QtCore.QSize(250, 230)) | |||
|
18 | self.verticalLayout = QtGui.QVBoxLayout(About) | |||
|
19 | self.verticalLayout.setObjectName("verticalLayout") | |||
|
20 | self.textEdit = QtGui.QTextEdit(About) | |||
|
21 | self.textEdit.setMaximumSize(QtCore.QSize(16777215, 16777215)) | |||
|
22 | self.textEdit.setReadOnly(True) | |||
|
23 | self.textEdit.setObjectName("textEdit") | |||
|
24 | self.verticalLayout.addWidget(self.textEdit) | |||
|
25 | self.btnOK = QtGui.QPushButton(About) | |||
|
26 | self.btnOK.setObjectName("btnOK") | |||
|
27 | self.verticalLayout.addWidget(self.btnOK) | |||
|
28 | ||||
|
29 | self.retranslateUi(About) | |||
|
30 | QtCore.QObject.connect(self.btnOK, QtCore.SIGNAL("clicked()"), About.close) | |||
|
31 | QtCore.QMetaObject.connectSlotsByName(About) | |||
|
32 | ||||
|
33 | def retranslateUi(self, About): | |||
|
34 | About.setWindowTitle(QtGui.QApplication.translate("About", "About", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
35 | self.textEdit.setHtml(QtGui.QApplication.translate("About", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" | |||
|
36 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" | |||
|
37 | "p, li { white-space: pre-wrap; }\n" | |||
|
38 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" | |||
|
39 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">JRO BACKUP MANAGER</span></p>\n" | |||
|
40 | "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"></p>\n" | |||
|
41 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Author:</span></p>\n" | |||
|
42 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Ricardo Farino Alonso RondΓ³n</span></p>\n" | |||
|
43 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">ricardo.alonso@jro.igp.gob.pe</span></p>\n" | |||
|
44 | "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;\"></p>\n" | |||
|
45 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca Radio Observatory</span></p>\n" | |||
|
46 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca - May 2010</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
47 | self.btnOK.setText(QtGui.QApplication.translate("About", "OK", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
48 | ||||
|
49 | ||||
|
50 | if __name__ == "__main__": | |||
|
51 | import sys | |||
|
52 | app = QtGui.QApplication(sys.argv) | |||
|
53 | About = QtGui.QDialog() | |||
|
54 | ui = Ui_About() | |||
|
55 | ui.setupUi(About) | |||
|
56 | About.show() | |||
|
57 | sys.exit(app.exec_()) | |||
|
58 |
@@ -0,0 +1,58 | |||||
|
1 | # -*- coding: utf-8 -*- | |||
|
2 | ||||
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About2.ui' | |||
|
4 | # | |||
|
5 | # Created: Mon May 24 08:52:42 2010 | |||
|
6 | # by: PyQt4 UI code generator 4.6 | |||
|
7 | # | |||
|
8 | # WARNING! All changes made in this file will be lost! | |||
|
9 | ||||
|
10 | from PyQt4 import QtCore, QtGui | |||
|
11 | ||||
|
12 | class Ui_About(object): | |||
|
13 | def setupUi(self, About): | |||
|
14 | About.setObjectName("About") | |||
|
15 | About.resize(250, 230) | |||
|
16 | About.setMinimumSize(QtCore.QSize(250, 230)) | |||
|
17 | About.setMaximumSize(QtCore.QSize(250, 230)) | |||
|
18 | self.verticalLayout = QtGui.QVBoxLayout(About) | |||
|
19 | self.verticalLayout.setObjectName("verticalLayout") | |||
|
20 | self.textEdit = QtGui.QTextEdit(About) | |||
|
21 | self.textEdit.setMaximumSize(QtCore.QSize(16777215, 16777215)) | |||
|
22 | self.textEdit.setReadOnly(True) | |||
|
23 | self.textEdit.setObjectName("textEdit") | |||
|
24 | self.verticalLayout.addWidget(self.textEdit) | |||
|
25 | self.btnOK = QtGui.QPushButton(About) | |||
|
26 | self.btnOK.setObjectName("btnOK") | |||
|
27 | self.verticalLayout.addWidget(self.btnOK) | |||
|
28 | ||||
|
29 | self.retranslateUi(About) | |||
|
30 | QtCore.QObject.connect(self.btnOK, QtCore.SIGNAL("clicked()"), About.close) | |||
|
31 | QtCore.QMetaObject.connectSlotsByName(About) | |||
|
32 | ||||
|
33 | def retranslateUi(self, About): | |||
|
34 | About.setWindowTitle(QtGui.QApplication.translate("About", "About", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
35 | self.textEdit.setHtml(QtGui.QApplication.translate("About", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" | |||
|
36 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" | |||
|
37 | "p, li { white-space: pre-wrap; }\n" | |||
|
38 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" | |||
|
39 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">JRO BACKUP MANAGER</span></p>\n" | |||
|
40 | "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"></p>\n" | |||
|
41 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Author:</span></p>\n" | |||
|
42 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Ricardo Farino Alonso RondΓ³n</span></p>\n" | |||
|
43 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">ricardo.alonso@jro.igp.gob.pe</span></p>\n" | |||
|
44 | "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;\"></p>\n" | |||
|
45 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca Radio Observatory</span></p>\n" | |||
|
46 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca - May 2010</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
47 | self.btnOK.setText(QtGui.QApplication.translate("About", "OK", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
48 | ||||
|
49 | ||||
|
50 | if __name__ == "__main__": | |||
|
51 | import sys | |||
|
52 | app = QtGui.QApplication(sys.argv) | |||
|
53 | About = QtGui.QDialog() | |||
|
54 | ui = Ui_About() | |||
|
55 | ui.setupUi(About) | |||
|
56 | About.show() | |||
|
57 | sys.exit(app.exec_()) | |||
|
58 |
@@ -0,0 +1,77 | |||||
|
1 | # -*- coding: utf-8 -*- | |||
|
2 | ||||
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui' | |||
|
4 | # | |||
|
5 | # Created: Mon May 24 08:52:43 2010 | |||
|
6 | # by: PyQt4 UI code generator 4.6 | |||
|
7 | # | |||
|
8 | # WARNING! All changes made in this file will be lost! | |||
|
9 | ||||
|
10 | from PyQt4 import QtCore, QtGui | |||
|
11 | ||||
|
12 | class Ui_Parameters(object): | |||
|
13 | def setupUi(self, Parameters): | |||
|
14 | Parameters.setObjectName("Parameters") | |||
|
15 | Parameters.resize(207, 152) | |||
|
16 | self.verticalLayout = QtGui.QVBoxLayout(Parameters) | |||
|
17 | self.verticalLayout.setObjectName("verticalLayout") | |||
|
18 | self.horizontalLayout_3 = QtGui.QHBoxLayout() | |||
|
19 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") | |||
|
20 | self.verticalLayout_2 = QtGui.QVBoxLayout() | |||
|
21 | self.verticalLayout_2.setObjectName("verticalLayout_2") | |||
|
22 | self.label = QtGui.QLabel(Parameters) | |||
|
23 | self.label.setObjectName("label") | |||
|
24 | self.verticalLayout_2.addWidget(self.label) | |||
|
25 | self.label_3 = QtGui.QLabel(Parameters) | |||
|
26 | self.label_3.setObjectName("label_3") | |||
|
27 | self.verticalLayout_2.addWidget(self.label_3) | |||
|
28 | self.label_2 = QtGui.QLabel(Parameters) | |||
|
29 | self.label_2.setObjectName("label_2") | |||
|
30 | self.verticalLayout_2.addWidget(self.label_2) | |||
|
31 | self.horizontalLayout_3.addLayout(self.verticalLayout_2) | |||
|
32 | self.verticalLayout_3 = QtGui.QVBoxLayout() | |||
|
33 | self.verticalLayout_3.setObjectName("verticalLayout_3") | |||
|
34 | self.txtNcopys = QtGui.QSpinBox(Parameters) | |||
|
35 | self.txtNcopys.setMinimum(1) | |||
|
36 | self.txtNcopys.setMaximum(999) | |||
|
37 | self.txtNcopys.setObjectName("txtNcopys") | |||
|
38 | self.verticalLayout_3.addWidget(self.txtNcopys) | |||
|
39 | self.txtDisc = QtGui.QSpinBox(Parameters) | |||
|
40 | self.txtDisc.setMinimum(1) | |||
|
41 | self.txtDisc.setMaximum(999999) | |||
|
42 | self.txtDisc.setObjectName("txtDisc") | |||
|
43 | self.verticalLayout_3.addWidget(self.txtDisc) | |||
|
44 | self.txtCopy = QtGui.QSpinBox(Parameters) | |||
|
45 | self.txtCopy.setMinimum(1) | |||
|
46 | self.txtCopy.setMaximum(999) | |||
|
47 | self.txtCopy.setObjectName("txtCopy") | |||
|
48 | self.verticalLayout_3.addWidget(self.txtCopy) | |||
|
49 | self.horizontalLayout_3.addLayout(self.verticalLayout_3) | |||
|
50 | self.verticalLayout.addLayout(self.horizontalLayout_3) | |||
|
51 | self.buttonBox = QtGui.QDialogButtonBox(Parameters) | |||
|
52 | self.buttonBox.setOrientation(QtCore.Qt.Horizontal) | |||
|
53 | self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) | |||
|
54 | self.buttonBox.setObjectName("buttonBox") | |||
|
55 | self.verticalLayout.addWidget(self.buttonBox) | |||
|
56 | ||||
|
57 | self.retranslateUi(Parameters) | |||
|
58 | QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), Parameters.accept) | |||
|
59 | QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), Parameters.reject) | |||
|
60 | QtCore.QMetaObject.connectSlotsByName(Parameters) | |||
|
61 | ||||
|
62 | def retranslateUi(self, Parameters): | |||
|
63 | Parameters.setWindowTitle(QtGui.QApplication.translate("Parameters", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
64 | self.label.setText(QtGui.QApplication.translate("Parameters", "NΒ° Copys", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
65 | self.label_3.setText(QtGui.QApplication.translate("Parameters", "Disc", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
66 | self.label_2.setText(QtGui.QApplication.translate("Parameters", "Copy", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
67 | ||||
|
68 | ||||
|
69 | if __name__ == "__main__": | |||
|
70 | import sys | |||
|
71 | app = QtGui.QApplication(sys.argv) | |||
|
72 | Parameters = QtGui.QDialog() | |||
|
73 | ui = Ui_Parameters() | |||
|
74 | ui.setupUi(Parameters) | |||
|
75 | Parameters.show() | |||
|
76 | sys.exit(app.exec_()) | |||
|
77 |
@@ -0,0 +1,77 | |||||
|
1 | # -*- coding: utf-8 -*- | |||
|
2 | ||||
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters2.ui' | |||
|
4 | # | |||
|
5 | # Created: Mon May 24 08:52:43 2010 | |||
|
6 | # by: PyQt4 UI code generator 4.6 | |||
|
7 | # | |||
|
8 | # WARNING! All changes made in this file will be lost! | |||
|
9 | ||||
|
10 | from PyQt4 import QtCore, QtGui | |||
|
11 | ||||
|
12 | class Ui_Dialog(object): | |||
|
13 | def setupUi(self, Dialog): | |||
|
14 | Dialog.setObjectName("Dialog") | |||
|
15 | Dialog.resize(207, 152) | |||
|
16 | self.verticalLayout = QtGui.QVBoxLayout(Dialog) | |||
|
17 | self.verticalLayout.setObjectName("verticalLayout") | |||
|
18 | self.horizontalLayout_3 = QtGui.QHBoxLayout() | |||
|
19 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") | |||
|
20 | self.verticalLayout_2 = QtGui.QVBoxLayout() | |||
|
21 | self.verticalLayout_2.setObjectName("verticalLayout_2") | |||
|
22 | self.label = QtGui.QLabel(Dialog) | |||
|
23 | self.label.setObjectName("label") | |||
|
24 | self.verticalLayout_2.addWidget(self.label) | |||
|
25 | self.label_3 = QtGui.QLabel(Dialog) | |||
|
26 | self.label_3.setObjectName("label_3") | |||
|
27 | self.verticalLayout_2.addWidget(self.label_3) | |||
|
28 | self.label_2 = QtGui.QLabel(Dialog) | |||
|
29 | self.label_2.setObjectName("label_2") | |||
|
30 | self.verticalLayout_2.addWidget(self.label_2) | |||
|
31 | self.horizontalLayout_3.addLayout(self.verticalLayout_2) | |||
|
32 | self.verticalLayout_3 = QtGui.QVBoxLayout() | |||
|
33 | self.verticalLayout_3.setObjectName("verticalLayout_3") | |||
|
34 | self.txtNcopys = QtGui.QSpinBox(Dialog) | |||
|
35 | self.txtNcopys.setMinimum(1) | |||
|
36 | self.txtNcopys.setMaximum(999) | |||
|
37 | self.txtNcopys.setObjectName("txtNcopys") | |||
|
38 | self.verticalLayout_3.addWidget(self.txtNcopys) | |||
|
39 | self.txtDisc = QtGui.QSpinBox(Dialog) | |||
|
40 | self.txtDisc.setMinimum(1) | |||
|
41 | self.txtDisc.setMaximum(999999) | |||
|
42 | self.txtDisc.setObjectName("txtDisc") | |||
|
43 | self.verticalLayout_3.addWidget(self.txtDisc) | |||
|
44 | self.txtCopy = QtGui.QSpinBox(Dialog) | |||
|
45 | self.txtCopy.setMinimum(1) | |||
|
46 | self.txtCopy.setMaximum(999) | |||
|
47 | self.txtCopy.setObjectName("txtCopy") | |||
|
48 | self.verticalLayout_3.addWidget(self.txtCopy) | |||
|
49 | self.horizontalLayout_3.addLayout(self.verticalLayout_3) | |||
|
50 | self.verticalLayout.addLayout(self.horizontalLayout_3) | |||
|
51 | self.buttonBox = QtGui.QDialogButtonBox(Dialog) | |||
|
52 | self.buttonBox.setOrientation(QtCore.Qt.Horizontal) | |||
|
53 | self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) | |||
|
54 | self.buttonBox.setObjectName("buttonBox") | |||
|
55 | self.verticalLayout.addWidget(self.buttonBox) | |||
|
56 | ||||
|
57 | self.retranslateUi(Dialog) | |||
|
58 | QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), Dialog.accept) | |||
|
59 | QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), Dialog.reject) | |||
|
60 | QtCore.QMetaObject.connectSlotsByName(Dialog) | |||
|
61 | ||||
|
62 | def retranslateUi(self, Dialog): | |||
|
63 | Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Dialog", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
64 | self.label.setText(QtGui.QApplication.translate("Dialog", "NΒ° Copys", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
65 | self.label_3.setText(QtGui.QApplication.translate("Dialog", "Disc", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
66 | self.label_2.setText(QtGui.QApplication.translate("Dialog", "Copy", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
67 | ||||
|
68 | ||||
|
69 | if __name__ == "__main__": | |||
|
70 | import sys | |||
|
71 | app = QtGui.QApplication(sys.argv) | |||
|
72 | Dialog = QtGui.QDialog() | |||
|
73 | ui = Ui_Dialog() | |||
|
74 | ui.setupUi(Dialog) | |||
|
75 | Dialog.show() | |||
|
76 | sys.exit(app.exec_()) | |||
|
77 |
@@ -1,165 +1,169 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> |
|
2 | <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> | |
3 | <!-- eric4 project file for project jro_backup_manager --> |
|
3 | <!-- eric4 project file for project jro_backup_manager --> | |
4 |
<!-- Saved: 2010-05-2 |
|
4 | <!-- Saved: 2010-05-24, 08:55:25 --> | |
5 | <!-- Copyright (C) 2010 , --> |
|
5 | <!-- Copyright (C) 2010 , --> | |
6 | <Project version="4.6"> |
|
6 | <Project version="4.6"> | |
7 | <Language>en</Language> |
|
7 | <Language>en</Language> | |
8 | <ProgLanguage mixed="0">Python</ProgLanguage> |
|
8 | <ProgLanguage mixed="0">Python</ProgLanguage> | |
9 | <ProjectType>Qt4</ProjectType> |
|
9 | <ProjectType>Qt4</ProjectType> | |
10 | <Description></Description> |
|
10 | <Description></Description> | |
11 | <Version>0.1</Version> |
|
11 | <Version>0.1</Version> | |
12 | <Author></Author> |
|
12 | <Author></Author> | |
13 | <Email></Email> |
|
13 | <Email></Email> | |
14 | <Sources> |
|
14 | <Sources> | |
15 | <Source>__init__.py</Source> |
|
15 | <Source>__init__.py</Source> | |
16 | <Source>ui/Ui_MainWindow.py</Source> |
|
16 | <Source>ui/Ui_MainWindow.py</Source> | |
17 | <Source>ui/MainWindow.py</Source> |
|
17 | <Source>ui/MainWindow.py</Source> | |
18 | <Source>main.py</Source> |
|
18 | <Source>main.py</Source> | |
19 | <Source>ui/__init__.py</Source> |
|
19 | <Source>ui/__init__.py</Source> | |
20 | <Source>functions/__init__.py</Source> |
|
20 | <Source>functions/__init__.py</Source> | |
21 | <Source>functions/functions.py</Source> |
|
21 | <Source>functions/functions.py</Source> | |
22 | <Source>functions/functions2.py</Source> |
|
22 | <Source>functions/functions2.py</Source> | |
23 | <Source>functions/func_doc.py</Source> |
|
23 | <Source>functions/func_doc.py</Source> | |
|
24 | <Source>ui/Ui_About2.py</Source> | |||
|
25 | <Source>ui/Ui_Parameters2.py</Source> | |||
|
26 | <Source>ui/Ui_About.py</Source> | |||
24 | <Source>ui/Ui_Parameters.py</Source> |
|
27 | <Source>ui/Ui_Parameters.py</Source> | |
25 | <Source>ui/Ui_About.py</Source> |
|
|||
26 | </Sources> |
|
28 | </Sources> | |
27 | <Forms> |
|
29 | <Forms> | |
28 | <Form>ui/MainWindow.ui</Form> |
|
30 | <Form>ui/MainWindow.ui</Form> | |
|
31 | <Form>ui/About2.ui</Form> | |||
|
32 | <Form>ui/Parameters2.ui</Form> | |||
|
33 | <Form>ui/About.ui</Form> | |||
29 | <Form>ui/Parameters.ui</Form> |
|
34 | <Form>ui/Parameters.ui</Form> | |
30 | <Form>ui/About.ui</Form> |
|
|||
31 | </Forms> |
|
35 | </Forms> | |
32 | <Translations> |
|
36 | <Translations> | |
33 | </Translations> |
|
37 | </Translations> | |
34 | <Resources> |
|
38 | <Resources> | |
35 | </Resources> |
|
39 | </Resources> | |
36 | <Interfaces> |
|
40 | <Interfaces> | |
37 | </Interfaces> |
|
41 | </Interfaces> | |
38 | <Others> |
|
42 | <Others> | |
39 | </Others> |
|
43 | </Others> | |
40 | <MainScript>main.py</MainScript> |
|
44 | <MainScript>main.py</MainScript> | |
41 | <Vcs> |
|
45 | <Vcs> | |
42 | <VcsType>Subversion</VcsType> |
|
46 | <VcsType>Subversion</VcsType> | |
43 | <VcsOptions> |
|
47 | <VcsOptions> | |
44 | <dict> |
|
48 | <dict> | |
45 | <key> |
|
49 | <key> | |
46 | <string>add</string> |
|
50 | <string>add</string> | |
47 | </key> |
|
51 | </key> | |
48 | <value> |
|
52 | <value> | |
49 | <list> |
|
53 | <list> | |
50 | <string></string> |
|
54 | <string></string> | |
51 | </list> |
|
55 | </list> | |
52 | </value> |
|
56 | </value> | |
53 | <key> |
|
57 | <key> | |
54 | <string>checkout</string> |
|
58 | <string>checkout</string> | |
55 | </key> |
|
59 | </key> | |
56 | <value> |
|
60 | <value> | |
57 | <list> |
|
61 | <list> | |
58 | <string></string> |
|
62 | <string></string> | |
59 | </list> |
|
63 | </list> | |
60 | </value> |
|
64 | </value> | |
61 | <key> |
|
65 | <key> | |
62 | <string>commit</string> |
|
66 | <string>commit</string> | |
63 | </key> |
|
67 | </key> | |
64 | <value> |
|
68 | <value> | |
65 | <list> |
|
69 | <list> | |
66 | <string></string> |
|
70 | <string></string> | |
67 | </list> |
|
71 | </list> | |
68 | </value> |
|
72 | </value> | |
69 | <key> |
|
73 | <key> | |
70 | <string>diff</string> |
|
74 | <string>diff</string> | |
71 | </key> |
|
75 | </key> | |
72 | <value> |
|
76 | <value> | |
73 | <list> |
|
77 | <list> | |
74 | <string></string> |
|
78 | <string></string> | |
75 | </list> |
|
79 | </list> | |
76 | </value> |
|
80 | </value> | |
77 | <key> |
|
81 | <key> | |
78 | <string>export</string> |
|
82 | <string>export</string> | |
79 | </key> |
|
83 | </key> | |
80 | <value> |
|
84 | <value> | |
81 | <list> |
|
85 | <list> | |
82 | <string></string> |
|
86 | <string></string> | |
83 | </list> |
|
87 | </list> | |
84 | </value> |
|
88 | </value> | |
85 | <key> |
|
89 | <key> | |
86 | <string>global</string> |
|
90 | <string>global</string> | |
87 | </key> |
|
91 | </key> | |
88 | <value> |
|
92 | <value> | |
89 | <list> |
|
93 | <list> | |
90 | <string></string> |
|
94 | <string></string> | |
91 | </list> |
|
95 | </list> | |
92 | </value> |
|
96 | </value> | |
93 | <key> |
|
97 | <key> | |
94 | <string>history</string> |
|
98 | <string>history</string> | |
95 | </key> |
|
99 | </key> | |
96 | <value> |
|
100 | <value> | |
97 | <list> |
|
101 | <list> | |
98 | <string></string> |
|
102 | <string></string> | |
99 | </list> |
|
103 | </list> | |
100 | </value> |
|
104 | </value> | |
101 | <key> |
|
105 | <key> | |
102 | <string>log</string> |
|
106 | <string>log</string> | |
103 | </key> |
|
107 | </key> | |
104 | <value> |
|
108 | <value> | |
105 | <list> |
|
109 | <list> | |
106 | <string></string> |
|
110 | <string></string> | |
107 | </list> |
|
111 | </list> | |
108 | </value> |
|
112 | </value> | |
109 | <key> |
|
113 | <key> | |
110 | <string>remove</string> |
|
114 | <string>remove</string> | |
111 | </key> |
|
115 | </key> | |
112 | <value> |
|
116 | <value> | |
113 | <list> |
|
117 | <list> | |
114 | <string></string> |
|
118 | <string></string> | |
115 | </list> |
|
119 | </list> | |
116 | </value> |
|
120 | </value> | |
117 | <key> |
|
121 | <key> | |
118 | <string>status</string> |
|
122 | <string>status</string> | |
119 | </key> |
|
123 | </key> | |
120 | <value> |
|
124 | <value> | |
121 | <list> |
|
125 | <list> | |
122 | <string></string> |
|
126 | <string></string> | |
123 | </list> |
|
127 | </list> | |
124 | </value> |
|
128 | </value> | |
125 | <key> |
|
129 | <key> | |
126 | <string>tag</string> |
|
130 | <string>tag</string> | |
127 | </key> |
|
131 | </key> | |
128 | <value> |
|
132 | <value> | |
129 | <list> |
|
133 | <list> | |
130 | <string></string> |
|
134 | <string></string> | |
131 | </list> |
|
135 | </list> | |
132 | </value> |
|
136 | </value> | |
133 | <key> |
|
137 | <key> | |
134 | <string>update</string> |
|
138 | <string>update</string> | |
135 | </key> |
|
139 | </key> | |
136 | <value> |
|
140 | <value> | |
137 | <list> |
|
141 | <list> | |
138 | <string></string> |
|
142 | <string></string> | |
139 | </list> |
|
143 | </list> | |
140 | </value> |
|
144 | </value> | |
141 | </dict> |
|
145 | </dict> | |
142 | </VcsOptions> |
|
146 | </VcsOptions> | |
143 | <VcsOtherData> |
|
147 | <VcsOtherData> | |
144 | <dict> |
|
148 | <dict> | |
145 | <key> |
|
149 | <key> | |
146 | <string>standardLayout</string> |
|
150 | <string>standardLayout</string> | |
147 | </key> |
|
151 | </key> | |
148 | <value> |
|
152 | <value> | |
149 | <bool>True</bool> |
|
153 | <bool>True</bool> | |
150 | </value> |
|
154 | </value> | |
151 | </dict> |
|
155 | </dict> | |
152 | </VcsOtherData> |
|
156 | </VcsOtherData> | |
153 | </Vcs> |
|
157 | </Vcs> | |
154 | <FiletypeAssociations> |
|
158 | <FiletypeAssociations> | |
155 | <FiletypeAssociation pattern="*.ui" type="FORMS" /> |
|
159 | <FiletypeAssociation pattern="*.ui" type="FORMS" /> | |
156 | <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> |
|
160 | <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> | |
157 | <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> |
|
161 | <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> | |
158 | <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> |
|
162 | <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> | |
159 | <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> |
|
163 | <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> | |
160 | <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> |
|
164 | <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> | |
161 | <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> |
|
165 | <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> | |
162 | <FiletypeAssociation pattern="*.py" type="SOURCES" /> |
|
166 | <FiletypeAssociation pattern="*.py" type="SOURCES" /> | |
163 | <FiletypeAssociation pattern="*.qrc" type="RESOURCES" /> |
|
167 | <FiletypeAssociation pattern="*.qrc" type="RESOURCES" /> | |
164 | </FiletypeAssociations> |
|
168 | </FiletypeAssociations> | |
165 | </Project> No newline at end of file |
|
169 | </Project> |
@@ -1,465 +1,467 | |||||
1 | # -*- coding: utf-8 -*- |
|
1 | # -*- coding: utf-8 -*- | |
2 |
|
2 | |||
3 | """ |
|
3 | """ | |
4 | Module implementing MainWindow. |
|
4 | Module implementing MainWindow. | |
5 | """ |
|
5 | """ | |
6 |
|
6 | |||
7 | from PyQt4.QtGui import QMainWindow |
|
7 | from PyQt4.QtGui import QMainWindow | |
8 | from PyQt4.QtCore import pyqtSignature |
|
8 | from PyQt4.QtCore import pyqtSignature | |
9 | from PyQt4 import QtCore |
|
9 | from PyQt4 import QtCore | |
10 | from Ui_MainWindow import Ui_MainWindow |
|
10 | from Ui_MainWindow import Ui_MainWindow | |
11 | from Ui_Parameters import Ui_Parameters |
|
11 | from Ui_Parameters import Ui_Parameters | |
12 | from Ui_About import Ui_About |
|
12 | from Ui_About import Ui_About | |
13 | from PyQt4 import QtGui |
|
13 | from PyQt4 import QtGui | |
14 | from subprocess import * |
|
14 | from subprocess import * | |
15 | import sys |
|
15 | import sys | |
16 | import os |
|
16 | import os | |
17 | #import subprocess |
|
17 | #import subprocess | |
18 | import commands |
|
18 | import commands | |
19 | from functions import functions |
|
19 | from functions import functions | |
20 | from functions import functions2 |
|
20 | from functions import functions2 | |
21 |
|
21 | |||
22 | class MainWindow(QMainWindow, Ui_MainWindow): |
|
22 | class MainWindow(QMainWindow, Ui_MainWindow): | |
23 | """ |
|
23 | """ | |
24 | Class documentation goes here. |
|
24 | Class documentation goes here. | |
25 | """ |
|
25 | """ | |
26 |
|
26 | |||
27 | def __init__(self, parent = None): |
|
27 | def __init__(self, parent = None): | |
28 | QMainWindow.__init__(self, parent) |
|
28 | QMainWindow.__init__(self, parent) | |
29 | self.setupUi(self) |
|
29 | self.setupUi(self) | |
30 |
|
30 | |||
31 | self.setupUi2() |
|
31 | self.setupUi2() | |
32 | #sys.stdout = self #redirige salida estandar |
|
32 | #sys.stdout = self #redirige salida estandar | |
33 |
|
33 | |||
34 | def setupUi2(self): |
|
34 | def setupUi2(self): | |
35 |
|
35 | |||
36 | # functions2.detect_devices(self) #busca los dispositivos de grabacion |
|
36 | # functions2.detect_devices(self) #busca los dispositivos de grabacion | |
37 |
|
37 | |||
38 | self.var_Discs = 0 #Numero de discos del proyecto |
|
38 | self.var_Discs = 0 #Numero de discos del proyecto | |
39 | self.var_Copys = 0 #Numero de copias |
|
39 | self.var_Copys = 0 #Numero de copias | |
40 | self.var_disc_n = 0 |
|
40 | self.var_disc_n = 0 | |
41 | self.var_copy_n = 0 |
|
41 | self.var_copy_n = 0 | |
42 |
|
42 | |||
43 | self.var_list=[] |
|
43 | self.var_list=[] | |
44 | self.var_sublist=[] |
|
44 | self.var_sublist=[] | |
45 |
|
45 | |||
46 | self.var_devices=[] |
|
46 | self.var_devices=[] | |
47 |
|
47 | |||
48 | self.var_step = 0 |
|
48 | self.var_step = 0 | |
49 | self.bool_state_burning = False |
|
49 | self.bool_state_burning = False | |
50 | self.blank_discs = False |
|
50 | self.blank_discs = False | |
51 |
|
51 | |||
52 |
|
52 | |||
53 | #Revisa si existe el archivo de confirguracion |
|
53 | #Revisa si existe el archivo de confirguracion | |
54 | if os.path.isfile("parameters.conf"): |
|
54 | if os.path.isfile("parameters.conf"): | |
55 | self.txtInfo.append("Parameters were loaded from configuration file") |
|
55 | self.txtInfo.append("Parameters were loaded from configuration file") | |
56 | functions2.get_parameters_conf(self) |
|
56 | functions2.get_parameters_conf(self) | |
57 | self.txtInfo.append("El proyecto es de "+str(self.var_Discs)+" discos") |
|
57 | self.txtInfo.append("El proyecto es de "+str(self.var_Discs)+" discos") | |
58 | else: |
|
58 | else: | |
59 | self.txtInfo.append("Elija los parametros de configuracion") |
|
59 | self.txtInfo.append("Elija los parametros de configuracion") | |
60 | functions2.set_parameters_test(self) #Establece ciertos parametros, para pruebas |
|
60 | functions2.set_parameters_test(self) #Establece ciertos parametros, para pruebas | |
61 |
|
61 | |||
62 | functions2.set_vars(self) #Carga las variables de la clase con los parametros seleccionados |
|
62 | functions2.set_vars(self) #Carga las variables de la clase con los parametros seleccionados | |
63 |
|
63 | |||
64 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) |
|
64 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) | |
65 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) |
|
65 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) | |
66 | functions.load_days(self) |
|
66 | functions.load_days(self) | |
67 |
|
67 | |||
68 | if os.path.isfile("parameters.conf"): |
|
68 | if os.path.isfile("parameters.conf"): | |
69 | functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion |
|
69 | functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion | |
70 |
|
70 | |||
71 | # self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.dlgui.exec) |
|
|||
72 | self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.changeParameters) |
|
71 | self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.changeParameters) | |
73 | self.connect(self.actionAbout, QtCore.SIGNAL("triggered()"), self.about) |
|
72 | self.connect(self.actionAbout, QtCore.SIGNAL("triggered()"), self.about) | |
74 |
|
73 | |||
75 | self.var_process = QtCore.QProcess() |
|
74 | self.var_process = QtCore.QProcess() | |
76 | self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardOutput()'), self.readOuput) |
|
75 | self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardOutput()'), self.readOuput) | |
77 | self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardError()'), self.readError) |
|
76 | self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardError()'), self.readError) | |
78 | self.connect(self.var_process, QtCore.SIGNAL('finished(int,QProcess::ExitStatus)'), self.finished) |
|
77 | self.connect(self.var_process, QtCore.SIGNAL('finished(int,QProcess::ExitStatus)'), self.finished) | |
79 |
|
78 | |||
80 |
|
79 | |||
81 | def write(self, txt): |
|
80 | def write(self, txt): | |
82 | self.txtInfo.append(str(txt)) |
|
81 | self.txtInfo.append(str(txt)) | |
83 |
|
82 | |||
84 | def changeParameters(self): |
|
83 | def changeParameters(self): | |
85 | dlg=QtGui.QDialog() |
|
84 | dlg=QtGui.QDialog() | |
86 | dlgui=Ui_Parameters() |
|
85 | dlgui=Ui_Parameters() | |
87 | dlgui.setupUi(dlg) |
|
86 | dlgui.setupUi(dlg) | |
88 | if (dlg.exec_() == QtGui.QDialog.Accepted): |
|
87 | if (dlg.exec_() == QtGui.QDialog.Accepted): | |
89 | if dlgui.txtDisc.value() > self.var_Discs or dlgui.txtCopy.value() > dlgui.txtNcopys.value(): |
|
88 | if dlgui.txtDisc.value() > self.var_Discs or dlgui.txtCopy.value() > dlgui.txtNcopys.value(): | |
90 | self.txtInfo.append("Wrong parameters") |
|
89 | self.txtInfo.append("Wrong parameters") | |
91 | # txtDisc |
|
90 | else: | |
92 | # txtCopy |
|
91 | self.var_Copys = dlgui.txtNcopys.value() | |
|
92 | self.var_disc_n = dlgui.txtDisc.value() | |||
|
93 | self.var_copy_n = dlgui.txtCopy.value() | |||
|
94 | self.txtInfo.append("Changed parameters") | |||
93 |
|
95 | |||
94 |
|
96 | |||
95 | def about(self): |
|
97 | def about(self): | |
96 | dlg_about=QtGui.QDialog() |
|
98 | dlg_about=QtGui.QDialog() | |
97 | dlgui_about=Ui_About() |
|
99 | dlgui_about=Ui_About() | |
98 | dlgui_about.setupUi(dlg_about) |
|
100 | dlgui_about.setupUi(dlg_about) | |
99 | dlg_about.exec_() |
|
101 | dlg_about.exec_() | |
100 |
|
102 | |||
101 | #----------------------------------------------------- Funciones del proceso --------------------------------------------------------------- |
|
103 | #----------------------------------------------------- Funciones del proceso --------------------------------------------------------------- | |
102 |
|
104 | |||
103 | def readOuput(self): |
|
105 | def readOuput(self): | |
104 | self.txtInfo.insertPlainText("stdout: " + QtCore.QString(self.var_process.readAllStandardOutput())) |
|
106 | self.txtInfo.insertPlainText("stdout: " + QtCore.QString(self.var_process.readAllStandardOutput())) | |
105 |
|
107 | |||
106 | def readError(self): |
|
108 | def readError(self): | |
107 | self.txtInfo.setText("stderr: " + QtCore.QString(self.var_process.readAllStandardError())) |
|
109 | self.txtInfo.setText("stderr: " + QtCore.QString(self.var_process.readAllStandardError())) | |
108 |
|
110 | |||
109 | def finished(self): |
|
111 | def finished(self): | |
110 | self.txtInfo.append("proceso terminado finished() "+QtCore.QString(self.var_process.exitCode())+"\n") |
|
112 | self.txtInfo.append("proceso terminado finished() "+QtCore.QString(self.var_process.exitCode())+"\n") | |
111 | if self.var_disc_n <= self.var_Discs and self.bool_state_burning: |
|
113 | if self.var_disc_n <= self.var_Discs and self.bool_state_burning: | |
112 | self.burning() |
|
114 | self.burning() | |
113 |
|
115 | |||
114 |
|
116 | |||
115 | #----------------------------------------------------- Obtencion de la ruta de los datos --------------------------------------------------------------- |
|
117 | #----------------------------------------------------- Obtencion de la ruta de los datos --------------------------------------------------------------- | |
116 |
|
118 | |||
117 | @pyqtSignature("") |
|
119 | @pyqtSignature("") | |
118 | def on_btnDpath_clicked(self): |
|
120 | def on_btnDpath_clicked(self): | |
119 | """ |
|
121 | """ | |
120 | Permite seleccionar graficamente el direcorio de los datos a grabar |
|
122 | Permite seleccionar graficamente el direcorio de los datos a grabar | |
121 | """ |
|
123 | """ | |
122 | self.var_Dpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) |
|
124 | self.var_Dpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) | |
123 | self.txtDpath.setText(self.var_Dpath) |
|
125 | self.txtDpath.setText(self.var_Dpath) | |
124 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) |
|
126 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) | |
125 | functions.load_days(self) |
|
127 | functions.load_days(self) | |
126 |
|
128 | |||
127 |
|
129 | |||
128 | @pyqtSignature("") |
|
130 | @pyqtSignature("") | |
129 | def on_txtDpath_editingFinished(self): |
|
131 | def on_txtDpath_editingFinished(self): | |
130 | """ |
|
132 | """ | |
131 | Carga la ruta editada y verifica que sea correcta y carga la lista de dias |
|
133 | Carga la ruta editada y verifica que sea correcta y carga la lista de dias | |
132 | """ |
|
134 | """ | |
133 | self.var_Dpath=str(self.txtDpath.text()) #Se carga la variable con la ruta recien editada |
|
135 | self.var_Dpath=str(self.txtDpath.text()) #Se carga la variable con la ruta recien editada | |
134 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) |
|
136 | self.statusDpath = functions.dir_exists(self.var_Dpath, self) | |
135 | functions.load_days(self) |
|
137 | functions.load_days(self) | |
136 |
|
138 | |||
137 |
|
139 | |||
138 | #----------------------------------------------------- Obtencion de las ruta del proyecto --------------------------------------------------------------- |
|
140 | #----------------------------------------------------- Obtencion de las ruta del proyecto --------------------------------------------------------------- | |
139 |
|
141 | |||
140 | @pyqtSignature("") |
|
142 | @pyqtSignature("") | |
141 | def on_btnRpath_clicked(self): |
|
143 | def on_btnRpath_clicked(self): | |
142 | """ |
|
144 | """ | |
143 | Permite seleccionar graficamente el direcorio del proyecto |
|
145 | Permite seleccionar graficamente el direcorio del proyecto | |
144 | """ |
|
146 | """ | |
145 | self.var_Rpath = str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) |
|
147 | self.var_Rpath = str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) | |
146 | self.txtRpath.setText(self.var_Rpath) |
|
148 | self.txtRpath.setText(self.var_Rpath) | |
147 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) |
|
149 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) | |
148 |
|
150 | |||
149 |
|
151 | |||
150 | @pyqtSignature("") |
|
152 | @pyqtSignature("") | |
151 | def on_txtRpath_editingFinished(self): |
|
153 | def on_txtRpath_editingFinished(self): | |
152 | """ |
|
154 | """ | |
153 | Valida la ruta del proyecto |
|
155 | Valida la ruta del proyecto | |
154 | """ |
|
156 | """ | |
155 | self.var_Rpath = str(self.txtRpath.text()) #Se carga la variable con la ruta recien editada |
|
157 | self.var_Rpath = str(self.txtRpath.text()) #Se carga la variable con la ruta recien editada | |
156 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) |
|
158 | self.statusRpath = functions.dir_exists(self.var_Rpath, self) | |
157 |
|
159 | |||
158 |
|
160 | |||
159 | #----------------------------------------------------- Tipo de datos --------------------------------------------------------------- |
|
161 | #----------------------------------------------------- Tipo de datos --------------------------------------------------------------- | |
160 |
|
162 | |||
161 | @pyqtSignature("int") |
|
163 | @pyqtSignature("int") | |
162 | def on_lstDtype_activated(self, index): |
|
164 | def on_lstDtype_activated(self, index): | |
163 | """ |
|
165 | """ | |
164 | Permite elegir entre los tipos de archivos |
|
166 | Permite elegir entre los tipos de archivos | |
165 | """ |
|
167 | """ | |
166 | self.txtDtype.setReadOnly(True) |
|
168 | self.txtDtype.setReadOnly(True) | |
167 | if index == 0: |
|
169 | if index == 0: | |
168 | self.var_Dtype ='r' |
|
170 | self.var_Dtype ='r' | |
169 | elif index == 1: |
|
171 | elif index == 1: | |
170 | self.var_Dtype ='pdata' |
|
172 | self.var_Dtype ='pdata' | |
171 | elif index == 2: |
|
173 | elif index == 2: | |
172 | self.var_Dtype ='sswma' |
|
174 | self.var_Dtype ='sswma' | |
173 | else : |
|
175 | else : | |
174 | self.var_Dtype ='' |
|
176 | self.var_Dtype ='' | |
175 | self.txtDtype.setReadOnly(False) |
|
177 | self.txtDtype.setReadOnly(False) | |
176 |
|
178 | |||
177 | self.txtDtype.setText(self.var_Dtype) |
|
179 | self.txtDtype.setText(self.var_Dtype) | |
178 | functions.load_days(self) #llamada a funcion |
|
180 | functions.load_days(self) #llamada a funcion | |
179 |
|
181 | |||
180 | @pyqtSignature("") |
|
182 | @pyqtSignature("") | |
181 | def on_txtDtype_editingFinished(self): |
|
183 | def on_txtDtype_editingFinished(self): | |
182 | self.var_Dtype=str(self.txtDtype.text()) |
|
184 | self.var_Dtype=str(self.txtDtype.text()) | |
183 | functions.load_days(self) #llamada a funcion |
|
185 | functions.load_days(self) #llamada a funcion | |
184 |
|
186 | |||
185 |
|
187 | |||
186 | #----------------------------------------------------- Etiqueta --------------------------------------------------------------- |
|
188 | #----------------------------------------------------- Etiqueta --------------------------------------------------------------- | |
187 |
|
189 | |||
188 | @pyqtSignature("") |
|
190 | @pyqtSignature("") | |
189 | def on_txtElabel_editingFinished(self): |
|
191 | def on_txtElabel_editingFinished(self): | |
190 | self.var_Elabel = str(self.txtElabel.text()) |
|
192 | self.var_Elabel = str(self.txtElabel.text()) | |
191 |
|
193 | |||
192 | #----------------------------------------------------- Numero de copias --------------------------------------------------------------- |
|
194 | #----------------------------------------------------- Numero de copias --------------------------------------------------------------- | |
193 | @pyqtSignature("") |
|
195 | @pyqtSignature("") | |
194 | def on_txtCopys_editingFinished(self): |
|
196 | def on_txtCopys_editingFinished(self): | |
195 | self.var_Copys = self.txtCopys.value() |
|
197 | self.var_Copys = self.txtCopys.value() | |
196 |
|
198 | |||
197 | #----------------------------------------------------- Seleccion del rango de fechas --------------------------------------------------------------- |
|
199 | #----------------------------------------------------- Seleccion del rango de fechas --------------------------------------------------------------- | |
198 |
|
200 | |||
199 | @pyqtSignature("int") #CLOSED |
|
201 | @pyqtSignature("int") #CLOSED | |
200 | def on_lstStartDay_activated(self, index): |
|
202 | def on_lstStartDay_activated(self, index): | |
201 | """ |
|
203 | """ | |
202 | Cambia la lista de opciones en lstStopDay |
|
204 | Cambia la lista de opciones en lstStopDay | |
203 | """ |
|
205 | """ | |
204 | var_StopDay_index=self.lstStopDay.count() - self.lstStopDay.currentIndex() |
|
206 | var_StopDay_index=self.lstStopDay.count() - self.lstStopDay.currentIndex() | |
205 | self.lstStopDay.clear() |
|
207 | self.lstStopDay.clear() | |
206 |
|
208 | |||
207 | for i in self.var_list[index:]: |
|
209 | for i in self.var_list[index:]: | |
208 | self.lstStopDay.addItem(i) |
|
210 | self.lstStopDay.addItem(i) | |
209 |
|
211 | |||
210 | self.lstStopDay.setCurrentIndex(self.lstStopDay.count() - var_StopDay_index) |
|
212 | self.lstStopDay.setCurrentIndex(self.lstStopDay.count() - var_StopDay_index) | |
211 |
|
213 | |||
212 | functions.get_sub_list(self) |
|
214 | functions.get_sub_list(self) | |
213 |
|
215 | |||
214 |
|
216 | |||
215 | @pyqtSignature("int") #CLOSED |
|
217 | @pyqtSignature("int") #CLOSED | |
216 | def on_lstStopDay_activated(self, index): |
|
218 | def on_lstStopDay_activated(self, index): | |
217 | """ |
|
219 | """ | |
218 | Cambia la lista de opciones en lstStartDay |
|
220 | Cambia la lista de opciones en lstStartDay | |
219 | """ |
|
221 | """ | |
220 | var_StartDay_index=self.lstStartDay.currentIndex() |
|
222 | var_StartDay_index=self.lstStartDay.currentIndex() | |
221 | var_end_index = self.lstStopDay.count() - index |
|
223 | var_end_index = self.lstStopDay.count() - index | |
222 | self.lstStartDay.clear() |
|
224 | self.lstStartDay.clear() | |
223 |
|
225 | |||
224 | for i in self.var_list[:len(self.var_list) - var_end_index + 1]: |
|
226 | for i in self.var_list[:len(self.var_list) - var_end_index + 1]: | |
225 | self.lstStartDay.addItem(i) |
|
227 | self.lstStartDay.addItem(i) | |
226 |
|
228 | |||
227 | self.lstStartDay.setCurrentIndex(var_StartDay_index) |
|
229 | self.lstStartDay.setCurrentIndex(var_StartDay_index) | |
228 |
|
230 | |||
229 | functions.get_sub_list(self) |
|
231 | functions.get_sub_list(self) | |
230 |
|
232 | |||
231 |
|
233 | |||
232 | #----------------------------------------------------- Capacidad del dispositivo de grabacion --------------------------------------------------------------- |
|
234 | #----------------------------------------------------- Capacidad del dispositivo de grabacion --------------------------------------------------------------- | |
233 |
|
235 | |||
234 | @pyqtSignature("") |
|
236 | @pyqtSignature("") | |
235 | def on_txtDcapacity_editingFinished(self): |
|
237 | def on_txtDcapacity_editingFinished(self): | |
236 | self.var_Dcapacity = self.txtDcapacity.value() |
|
238 | self.var_Dcapacity = self.txtDcapacity.value() | |
237 |
|
239 | |||
238 |
|
240 | |||
239 | @pyqtSignature("int") #CLOSED |
|
241 | @pyqtSignature("int") #CLOSED | |
240 | def on_lstDcapacity_activated(self, index): |
|
242 | def on_lstDcapacity_activated(self, index): | |
241 | """ |
|
243 | """ | |
242 | Permite elegir el tamaΓ±o del disco |
|
244 | Permite elegir el tamaΓ±o del disco | |
243 | """ |
|
245 | """ | |
244 | if index == 0: |
|
246 | if index == 0: | |
245 | var_size=25.0 |
|
247 | var_size=25.0 | |
246 | elif index == 1: |
|
248 | elif index == 1: | |
247 | var_size=8.5 |
|
249 | var_size=8.5 | |
248 | elif index == 2: |
|
250 | elif index == 2: | |
249 | var_size=4.7 |
|
251 | var_size=4.7 | |
250 | elif index == 3: |
|
252 | elif index == 3: | |
251 | var_size=0.7 |
|
253 | var_size=0.7 | |
252 |
|
254 | |||
253 | if index != 4: |
|
255 | if index != 4: | |
254 | self.txtDcapacity.setValue(var_size*10**9/1024**2) |
|
256 | self.txtDcapacity.setValue(var_size*10**9/1024**2) | |
255 | self.txtDcapacity.setReadOnly(True) |
|
257 | self.txtDcapacity.setReadOnly(True) | |
256 | else: |
|
258 | else: | |
257 | self.txtDcapacity.setValue(100.0) |
|
259 | self.txtDcapacity.setValue(100.0) | |
258 | self.txtDcapacity.setReadOnly(False) |
|
260 | self.txtDcapacity.setReadOnly(False) | |
259 |
|
261 | |||
260 | self.var_lstDcapacity = self.lstDcapacity.currentIndex() |
|
262 | self.var_lstDcapacity = self.lstDcapacity.currentIndex() | |
261 | self.var_Dcapacity = self.txtDcapacity.value() |
|
263 | self.var_Dcapacity = self.txtDcapacity.value() | |
262 |
|
264 | |||
263 |
|
265 | |||
264 | #============================================================================== |
|
266 | #============================================================================== | |
265 | # Botones para la generacion de los archivos de configuracion y el proceso de grabacion |
|
267 | # Botones para la generacion de los archivos de configuracion y el proceso de grabacion | |
266 | #============================================================================== |
|
268 | #============================================================================== | |
267 |
|
269 | |||
268 | #----------------------------------------------------- Generacion de la configuracion usando los parametros --------------------------------------------------------------- |
|
270 | #----------------------------------------------------- Generacion de la configuracion usando los parametros --------------------------------------------------------------- | |
269 |
|
271 | |||
270 | @pyqtSignature("") |
|
272 | @pyqtSignature("") | |
271 | def on_btnGbkp_clicked(self): |
|
273 | def on_btnGbkp_clicked(self): | |
272 | """ |
|
274 | """ | |
273 | Generacion de archivos de configuracion usando los parametros |
|
275 | Generacion de archivos de configuracion usando los parametros | |
274 | """ |
|
276 | """ | |
275 |
|
277 | |||
276 | if functions.validate_parameters(self) == False: |
|
278 | if functions.validate_parameters(self) == False: | |
277 | return |
|
279 | return | |
278 |
|
280 | |||
279 | #Crea las carpetas en la ruta del proyecto y verifica que se crearon correctamente |
|
281 | #Crea las carpetas en la ruta del proyecto y verifica que se crearon correctamente | |
280 | list_dirs=['gpath','iso','ppath', 'tmpdata'] |
|
282 | list_dirs=['gpath','iso','ppath', 'tmpdata'] | |
281 | bool_make_dirs = functions.make_dirs(list_dirs, self) |
|
283 | bool_make_dirs = functions.make_dirs(list_dirs, self) | |
282 | if bool_make_dirs == False: |
|
284 | if bool_make_dirs == False: | |
283 | return |
|
285 | return | |
284 |
|
286 | |||
285 | var_files_list = functions.list_files(self) #Se obtiene la lista de archivos a grabar |
|
287 | var_files_list = functions.list_files(self) #Se obtiene la lista de archivos a grabar | |
286 |
|
288 | |||
287 | self.var_Discs = functions.make_files_dat(var_files_list, self) #Se crean los archivos .dat |
|
289 | self.var_Discs = functions.make_files_dat(var_files_list, self) #Se crean los archivos .dat | |
288 |
|
290 | |||
289 | functions.make_files_print(self) # Se crean los archivos .print |
|
291 | functions.make_files_print(self) # Se crean los archivos .print | |
290 |
|
292 | |||
291 | functions2.make_parameters_conf(self) # se crea el archivo parameters.conf |
|
293 | functions2.make_parameters_conf(self) # se crea el archivo parameters.conf | |
292 |
|
294 | |||
293 | self.txtInfo.append("Total number of discs for recording: "+str(self.var_Discs * self.var_Copys)) |
|
295 | self.txtInfo.append("Total number of discs for recording: "+str(self.var_Discs * self.var_Copys)) | |
294 |
|
296 | |||
295 | #Se bloquean los parametros de configuracion |
|
297 | #Se bloquean los parametros de configuracion | |
296 | functions2.enabled_items1(True, self) |
|
298 | functions2.enabled_items1(True, self) | |
297 |
|
299 | |||
298 |
|
300 | |||
299 |
|
301 | |||
300 | #----------------------------------------------------- Permite reiniciar la configuracion --------------------------------------------------------------- |
|
302 | #----------------------------------------------------- Permite reiniciar la configuracion --------------------------------------------------------------- | |
301 |
|
303 | |||
302 | @pyqtSignature("") |
|
304 | @pyqtSignature("") | |
303 | def on_btnRestart_clicked(self): |
|
305 | def on_btnRestart_clicked(self): | |
304 | """ |
|
306 | """ | |
305 | Permite que se puedan cambiar los parametros |
|
307 | Permite que se puedan cambiar los parametros | |
306 | """ |
|
308 | """ | |
307 | functions2.enabled_items1(False, self) |
|
309 | functions2.enabled_items1(False, self) | |
308 | os.remove("parameters.conf") |
|
310 | os.remove("parameters.conf") | |
309 |
|
311 | |||
310 |
|
312 | |||
311 | #----------------------------------------------------- Iniciar proceso de grabacion --------------------------------------------------------------- |
|
313 | #----------------------------------------------------- Iniciar proceso de grabacion --------------------------------------------------------------- | |
312 |
|
314 | |||
313 | @pyqtSignature("") |
|
315 | @pyqtSignature("") | |
314 | def on_btnStartburn_clicked(self): |
|
316 | def on_btnStartburn_clicked(self): | |
315 | """ |
|
317 | """ | |
316 | Se inicia el proceso de grabacion |
|
318 | Se inicia el proceso de grabacion | |
317 | """ |
|
319 | """ | |
318 |
|
320 | |||
319 | if self.blank_discs == True: |
|
321 | if self.blank_discs == True: | |
320 | self.btnStartburn.setEnabled(False) |
|
322 | self.btnStartburn.setEnabled(False) | |
321 | self.burning() |
|
323 | self.burning() | |
322 | return |
|
324 | return | |
323 |
|
325 | |||
324 | #Verifica que exista algun dispositivo de grabacion seleccionado |
|
326 | #Verifica que exista algun dispositivo de grabacion seleccionado | |
325 | if not(functions2.selected_devices(self)): |
|
327 | if not(functions2.selected_devices(self)): | |
326 | self.txtInfo.append("There is no recording device selected") |
|
328 | self.txtInfo.append("There is no recording device selected") | |
327 | return |
|
329 | return | |
328 |
|
330 | |||
329 | #Lista los dispositivos de grabacion a usar |
|
331 | #Lista los dispositivos de grabacion a usar | |
330 | for dev in self.var_devices: |
|
332 | for dev in self.var_devices: | |
331 | self.txtInfo.append("recording device :"+dev) |
|
333 | self.txtInfo.append("recording device :"+dev) | |
332 |
|
334 | |||
333 | #Asigna las variables con los valores iniciales |
|
335 | #Asigna las variables con los valores iniciales | |
334 | self.var_disc_n = 0 # numero de disco actual para grabacion |
|
336 | self.var_disc_n = 0 # numero de disco actual para grabacion | |
335 | self.var_copy_n = 0 |
|
337 | self.var_copy_n = 0 | |
336 | self.var_step = 0 |
|
338 | self.var_step = 0 | |
337 | self.bool_state_burning = True |
|
339 | self.bool_state_burning = True | |
338 | self.blank_discs = False |
|
340 | self.blank_discs = False | |
339 |
|
341 | |||
340 | functions2.enabled_items2(True, self) |
|
342 | functions2.enabled_items2(True, self) | |
341 | self.burning() |
|
343 | self.burning() | |
342 |
|
344 | |||
343 | def burning(self): |
|
345 | def burning(self): | |
344 |
|
346 | |||
345 | var_Rpath_ppath=self.var_Rpath+"/ppath" |
|
347 | var_Rpath_ppath=self.var_Rpath+"/ppath" | |
346 | var_Rpath_iso=self.var_Rpath+"/iso" |
|
348 | var_Rpath_iso=self.var_Rpath+"/iso" | |
347 |
|
349 | |||
348 | #Creacion del archivo.iso para la grabacion |
|
350 | #Creacion del archivo.iso para la grabacion | |
349 | if self.var_step == 0: |
|
351 | if self.var_step == 0: | |
350 | #borra la imagen.iso del numero de disco anterior |
|
352 | #borra la imagen.iso del numero de disco anterior | |
351 | if self.var_disc_n > 0: |
|
353 | if self.var_disc_n > 0: | |
352 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" |
|
354 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" | |
353 | # os.remove(file_iso) |
|
355 | # os.remove(file_iso) | |
354 |
|
356 | |||
355 | self.var_disc_n += 1 # aumenta numero de disco actual para grabacion |
|
357 | self.var_disc_n += 1 # aumenta numero de disco actual para grabacion | |
356 | self.var_copy_n = 0 # Resetea el numero actual de la copia |
|
358 | self.var_copy_n = 0 # Resetea el numero actual de la copia | |
357 |
|
359 | |||
358 | #Si ya se grabaron todos los discos |
|
360 | #Si ya se grabaron todos los discos | |
359 | if self.var_disc_n > self.var_Discs: |
|
361 | if self.var_disc_n > self.var_Discs: | |
360 | self.bool_state_burning = False |
|
362 | self.bool_state_burning = False | |
361 | self.txtInfo.append("Recording process is complete") |
|
363 | self.txtInfo.append("Recording process is complete") | |
362 | # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion |
|
364 | # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion | |
363 |
|
365 | |||
364 | return |
|
366 | return | |
365 |
|
367 | |||
366 | self.txtInfo.append("########## DISCO NUMERO: "+str(self.var_disc_n)+"##########") |
|
368 | self.txtInfo.append("########## DISCO NUMERO: "+str(self.var_disc_n)+"##########") | |
367 | self.txtInfo.append("--------Creando el iso del disco numero: "+str(self.var_disc_n)) |
|
369 | self.txtInfo.append("--------Creando el iso del disco numero: "+str(self.var_disc_n)) | |
368 |
|
370 | |||
369 | #comando para la creacion del archivo.iso |
|
371 | #comando para la creacion del archivo.iso | |
370 | file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat" |
|
372 | file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat" | |
371 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" |
|
373 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" | |
372 | var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r ' |
|
374 | var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r ' | |
373 | var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel |
|
375 | var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel | |
374 | var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso |
|
376 | var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso | |
375 | self.var_step = 1 #Se ira al paso de la grabacion en la siguiente llamada |
|
377 | self.var_step = 1 #Se ira al paso de la grabacion en la siguiente llamada | |
376 |
|
378 | |||
377 | #Grabacion de los DVDs |
|
379 | #Grabacion de los DVDs | |
378 | elif self.var_step == 1: |
|
380 | elif self.var_step == 1: | |
379 | self.var_copy_n += 1 # numero de copia actual |
|
381 | self.var_copy_n += 1 # numero de copia actual | |
380 | var_index = ( ( (self.var_disc_n - 1) * self.var_Copys) + (self.var_copy_n - 1) ) % len(self.var_devices) |
|
382 | var_index = ( ( (self.var_disc_n - 1) * self.var_Copys) + (self.var_copy_n - 1) ) % len(self.var_devices) | |
381 |
|
383 | |||
382 | if var_index == 0 and self.blank_discs == False: |
|
384 | if var_index == 0 and self.blank_discs == False: | |
383 | self.txtInfo.append("EXPULSANDO BANDEJAS") |
|
385 | self.txtInfo.append("EXPULSANDO BANDEJAS") | |
384 | self.var_copy_n -= 1 #El numero de copia se regresa al estado anterior |
|
386 | self.var_copy_n -= 1 #El numero de copia se regresa al estado anterior | |
385 | # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion |
|
387 | # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion | |
386 | self.blank_discs = True |
|
388 | self.blank_discs = True | |
387 | self.btnStartburn.setText("Continue") |
|
389 | self.btnStartburn.setText("Continue") | |
388 | self.btnStartburn.setEnabled(True) |
|
390 | self.btnStartburn.setEnabled(True) | |
389 | return |
|
391 | return | |
390 |
|
392 | |||
391 | self.blank_discs = False |
|
393 | self.blank_discs = False | |
392 |
|
394 | |||
393 | self.txtInfo.append("Grabando la copia numero: "+str(self.var_copy_n)) |
|
395 | self.txtInfo.append("Grabando la copia numero: "+str(self.var_copy_n)) | |
394 | #Si esta es la ultima copia se pasara al siguiente disco en la siguiente llamada a la funcion |
|
396 | #Si esta es la ultima copia se pasara al siguiente disco en la siguiente llamada a la funcion | |
395 | if self.var_copy_n == self.var_Copys: |
|
397 | if self.var_copy_n == self.var_Copys: | |
396 | self.var_step = 0 |
|
398 | self.var_step = 0 | |
397 |
|
399 | |||
398 | var_dev_tmp = self.var_devices[var_index] |
|
400 | var_dev_tmp = self.var_devices[var_index] | |
399 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" |
|
401 | file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" | |
400 | var_cmd = "wodim -v dev="+var_dev_tmp+" speed=16 "+ file_iso |
|
402 | var_cmd = "wodim -v dev="+var_dev_tmp+" speed=16 "+ file_iso | |
401 |
|
403 | |||
402 | self.var_process.start('ls') |
|
404 | self.var_process.start('ls') | |
403 | self.txtInfo.append("CMD: "+var_cmd) |
|
405 | self.txtInfo.append("CMD: "+var_cmd) | |
404 |
|
406 | |||
405 | # self.txtInfo.append("creando iso") |
|
407 | # self.txtInfo.append("creando iso") | |
406 | # self.var_process.start(var_cmd) |
|
408 | # self.var_process.start(var_cmd) | |
407 |
|
409 | |||
408 |
|
410 | |||
409 | #----------------------------------------------------- Detener proceso de grabacion --------------------------------------------------------------- |
|
411 | #----------------------------------------------------- Detener proceso de grabacion --------------------------------------------------------------- | |
410 |
|
412 | |||
411 | @pyqtSignature("") |
|
413 | @pyqtSignature("") | |
412 | def on_btnStopburn_clicked(self): |
|
414 | def on_btnStopburn_clicked(self): | |
413 | """ |
|
415 | """ | |
414 | Slot documentation goes here. |
|
416 | Slot documentation goes here. | |
415 | """ |
|
417 | """ | |
416 | self.bool_state_burning = False |
|
418 | self.bool_state_burning = False | |
417 | self.var_process.terminate() #Termina el proceso, si puede |
|
419 | self.var_process.terminate() #Termina el proceso, si puede | |
418 | # self.var_process.kill() #Mata el proceso, no es la forma adecuada, solo usar si terminate() no funciona |
|
420 | # self.var_process.kill() #Mata el proceso, no es la forma adecuada, solo usar si terminate() no funciona | |
419 | self.txtInfo.append("Stopped recording") |
|
421 | self.txtInfo.append("Stopped recording") | |
420 | functions2.enabled_items2(False, self) |
|
422 | functions2.enabled_items2(False, self) | |
421 | self.btnStartburn.setText("Start Burn") |
|
423 | self.btnStartburn.setText("Start Burn") | |
422 |
|
424 | |||
423 |
|
425 | |||
424 | #----------------------------------------------------- Testeo de las unidades de grabacion --------------------------------------------------------------- |
|
426 | #----------------------------------------------------- Testeo de las unidades de grabacion --------------------------------------------------------------- | |
425 |
|
427 | |||
426 | @pyqtSignature("") |
|
428 | @pyqtSignature("") | |
427 | def on_btnTdevA_clicked(self): |
|
429 | def on_btnTdevA_clicked(self): | |
428 | var_dev = str(self.txtDeviceA.text()) |
|
430 | var_dev = str(self.txtDeviceA.text()) | |
429 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev |
|
431 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev | |
430 | commands.getstatusoutput(var_cmd) |
|
432 | commands.getstatusoutput(var_cmd) | |
431 |
|
433 | |||
432 | @pyqtSignature("") |
|
434 | @pyqtSignature("") | |
433 | def on_btnTdevB_clicked(self): |
|
435 | def on_btnTdevB_clicked(self): | |
434 | var_dev = str(self.txtDeviceB.text()) |
|
436 | var_dev = str(self.txtDeviceB.text()) | |
435 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev |
|
437 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev | |
436 | commands.getstatusoutput(var_cmd) |
|
438 | commands.getstatusoutput(var_cmd) | |
437 |
|
439 | |||
438 | @pyqtSignature("") |
|
440 | @pyqtSignature("") | |
439 | def on_btnTdevC_clicked(self): |
|
441 | def on_btnTdevC_clicked(self): | |
440 | var_dev = str(self.txtDeviceC.text()) |
|
442 | var_dev = str(self.txtDeviceC.text()) | |
441 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev |
|
443 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev | |
442 | commands.getstatusoutput(var_cmd) |
|
444 | commands.getstatusoutput(var_cmd) | |
443 |
|
445 | |||
444 | @pyqtSignature("") |
|
446 | @pyqtSignature("") | |
445 | def on_btnTdevD_clicked(self): |
|
447 | def on_btnTdevD_clicked(self): | |
446 | var_dev = str(self.txtDeviceD.text()) |
|
448 | var_dev = str(self.txtDeviceD.text()) | |
447 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev |
|
449 | var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev | |
448 | commands.getstatusoutput(var_cmd) |
|
450 | commands.getstatusoutput(var_cmd) | |
449 |
|
451 | |||
450 | @pyqtSignature("") |
|
452 | @pyqtSignature("") | |
451 | def on_btnTDpath_clicked(self): |
|
453 | def on_btnTDpath_clicked(self): | |
452 | """ |
|
454 | """ | |
453 | Slot documentation goes here. |
|
455 | Slot documentation goes here. | |
454 | """ |
|
456 | """ | |
455 | self.var_TDpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) |
|
457 | self.var_TDpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) | |
456 | self.txtTDpath.setText(self.var_TDpath) |
|
458 | self.txtTDpath.setText(self.var_TDpath) | |
457 | self.statusTDpath = functions.dir_exists(self.var_TDpath, self) |
|
459 | self.statusTDpath = functions.dir_exists(self.var_TDpath, self) | |
458 |
|
460 | |||
459 |
|
461 | |||
460 | @pyqtSignature("") |
|
462 | @pyqtSignature("") | |
461 | def on_btnCHstart_clicked(self): |
|
463 | def on_btnCHstart_clicked(self): | |
462 | """ |
|
464 | """ | |
463 | Slot documentation goes here. |
|
465 | Slot documentation goes here. | |
464 | """ |
|
466 | """ | |
465 | pass |
|
467 | pass |
@@ -1,1458 +1,1458 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <ui version="4.0"> |
|
2 | <ui version="4.0"> | |
3 | <class>MainWindow</class> |
|
3 | <class>MainWindow</class> | |
4 | <widget class="QMainWindow" name="MainWindow"> |
|
4 | <widget class="QMainWindow" name="MainWindow"> | |
5 | <property name="geometry"> |
|
5 | <property name="geometry"> | |
6 | <rect> |
|
6 | <rect> | |
7 | <x>0</x> |
|
7 | <x>0</x> | |
8 | <y>0</y> |
|
8 | <y>0</y> | |
9 |
<width> |
|
9 | <width>824</width> | |
10 | <height>717</height> |
|
10 | <height>717</height> | |
11 | </rect> |
|
11 | </rect> | |
12 | </property> |
|
12 | </property> | |
13 | <property name="windowTitle"> |
|
13 | <property name="windowTitle"> | |
14 | <string>JRO BACKUP MANAGER</string> |
|
14 | <string>JRO BACKUP MANAGER</string> | |
15 | </property> |
|
15 | </property> | |
16 | <widget class="QWidget" name="centralwidget"> |
|
16 | <widget class="QWidget" name="centralwidget"> | |
17 | <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 | <layout class="QVBoxLayout" name="verticalLayout"> | |
18 | <item> |
|
18 | <item> | |
19 | <widget class="QTabWidget" name="tabWidget"> |
|
19 | <widget class="QTabWidget" name="tabWidget"> | |
20 | <property name="enabled"> |
|
20 | <property name="enabled"> | |
21 | <bool>true</bool> |
|
21 | <bool>true</bool> | |
22 | </property> |
|
22 | </property> | |
23 | <property name="sizePolicy"> |
|
23 | <property name="sizePolicy"> | |
24 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
24 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
25 | <horstretch>0</horstretch> |
|
25 | <horstretch>0</horstretch> | |
26 | <verstretch>0</verstretch> |
|
26 | <verstretch>0</verstretch> | |
27 | </sizepolicy> |
|
27 | </sizepolicy> | |
28 | </property> |
|
28 | </property> | |
29 | <property name="currentIndex"> |
|
29 | <property name="currentIndex"> | |
30 | <number>0</number> |
|
30 | <number>0</number> | |
31 | </property> |
|
31 | </property> | |
32 | <widget class="QWidget" name="tabParameters"> |
|
32 | <widget class="QWidget" name="tabParameters"> | |
33 | <property name="enabled"> |
|
33 | <property name="enabled"> | |
34 | <bool>true</bool> |
|
34 | <bool>true</bool> | |
35 | </property> |
|
35 | </property> | |
36 | <attribute name="title"> |
|
36 | <attribute name="title"> | |
37 | <string>Parameters</string> |
|
37 | <string>Parameters</string> | |
38 | </attribute> |
|
38 | </attribute> | |
39 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
39 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
40 | <item> |
|
40 | <item> | |
41 | <layout class="QHBoxLayout" name="horizontalLayout"> |
|
41 | <layout class="QHBoxLayout" name="horizontalLayout"> | |
42 | <property name="sizeConstraint"> |
|
42 | <property name="sizeConstraint"> | |
43 | <enum>QLayout::SetDefaultConstraint</enum> |
|
43 | <enum>QLayout::SetDefaultConstraint</enum> | |
44 | </property> |
|
44 | </property> | |
45 | <item> |
|
45 | <item> | |
46 | <widget class="QLineEdit" name="txtDpath"> |
|
46 | <widget class="QLineEdit" name="txtDpath"> | |
47 | <property name="sizePolicy"> |
|
47 | <property name="sizePolicy"> | |
48 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
48 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | |
49 | <horstretch>0</horstretch> |
|
49 | <horstretch>0</horstretch> | |
50 | <verstretch>0</verstretch> |
|
50 | <verstretch>0</verstretch> | |
51 | </sizepolicy> |
|
51 | </sizepolicy> | |
52 | </property> |
|
52 | </property> | |
53 | </widget> |
|
53 | </widget> | |
54 | </item> |
|
54 | </item> | |
55 | <item> |
|
55 | <item> | |
56 | <widget class="QPushButton" name="btnDpath"> |
|
56 | <widget class="QPushButton" name="btnDpath"> | |
57 | <property name="sizePolicy"> |
|
57 | <property name="sizePolicy"> | |
58 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
58 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | |
59 | <horstretch>0</horstretch> |
|
59 | <horstretch>0</horstretch> | |
60 | <verstretch>0</verstretch> |
|
60 | <verstretch>0</verstretch> | |
61 | </sizepolicy> |
|
61 | </sizepolicy> | |
62 | </property> |
|
62 | </property> | |
63 | <property name="text"> |
|
63 | <property name="text"> | |
64 | <string>Data Path</string> |
|
64 | <string>Data Path</string> | |
65 | </property> |
|
65 | </property> | |
66 | <property name="checkable"> |
|
66 | <property name="checkable"> | |
67 | <bool>false</bool> |
|
67 | <bool>false</bool> | |
68 | </property> |
|
68 | </property> | |
69 | </widget> |
|
69 | </widget> | |
70 | </item> |
|
70 | </item> | |
71 | </layout> |
|
71 | </layout> | |
72 | </item> |
|
72 | </item> | |
73 | <item> |
|
73 | <item> | |
74 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
74 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | |
75 | <item> |
|
75 | <item> | |
76 | <widget class="QLineEdit" name="txtRpath"/> |
|
76 | <widget class="QLineEdit" name="txtRpath"/> | |
77 | </item> |
|
77 | </item> | |
78 | <item> |
|
78 | <item> | |
79 | <widget class="QPushButton" name="btnRpath"> |
|
79 | <widget class="QPushButton" name="btnRpath"> | |
80 | <property name="text"> |
|
80 | <property name="text"> | |
81 | <string>Resource Path</string> |
|
81 | <string>Resource Path</string> | |
82 | </property> |
|
82 | </property> | |
83 | </widget> |
|
83 | </widget> | |
84 | </item> |
|
84 | </item> | |
85 | </layout> |
|
85 | </layout> | |
86 | </item> |
|
86 | </item> | |
87 | <item> |
|
87 | <item> | |
88 | <widget class="QLabel" name="lblDtype"> |
|
88 | <widget class="QLabel" name="lblDtype"> | |
89 | <property name="text"> |
|
89 | <property name="text"> | |
90 | <string>Data Type</string> |
|
90 | <string>Data Type</string> | |
91 | </property> |
|
91 | </property> | |
92 | </widget> |
|
92 | </widget> | |
93 | </item> |
|
93 | </item> | |
94 | <item> |
|
94 | <item> | |
95 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
95 | <layout class="QHBoxLayout" name="horizontalLayout_4"> | |
96 | <item> |
|
96 | <item> | |
97 | <widget class="QComboBox" name="lstDtype"> |
|
97 | <widget class="QComboBox" name="lstDtype"> | |
98 | <item> |
|
98 | <item> | |
99 | <property name="text"> |
|
99 | <property name="text"> | |
100 | <string>Raw Data</string> |
|
100 | <string>Raw Data</string> | |
101 | </property> |
|
101 | </property> | |
102 | </item> |
|
102 | </item> | |
103 | <item> |
|
103 | <item> | |
104 | <property name="text"> |
|
104 | <property name="text"> | |
105 | <string>Process Data</string> |
|
105 | <string>Process Data</string> | |
106 | </property> |
|
106 | </property> | |
107 | </item> |
|
107 | </item> | |
108 | <item> |
|
108 | <item> | |
109 | <property name="text"> |
|
109 | <property name="text"> | |
110 | <string>BLTR Data</string> |
|
110 | <string>BLTR Data</string> | |
111 | </property> |
|
111 | </property> | |
112 | </item> |
|
112 | </item> | |
113 | <item> |
|
113 | <item> | |
114 | <property name="text"> |
|
114 | <property name="text"> | |
115 | <string>Other</string> |
|
115 | <string>Other</string> | |
116 | </property> |
|
116 | </property> | |
117 | </item> |
|
117 | </item> | |
118 | </widget> |
|
118 | </widget> | |
119 | </item> |
|
119 | </item> | |
120 | <item> |
|
120 | <item> | |
121 | <widget class="QLineEdit" name="txtDtype"> |
|
121 | <widget class="QLineEdit" name="txtDtype"> | |
122 | <property name="sizePolicy"> |
|
122 | <property name="sizePolicy"> | |
123 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
123 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> | |
124 | <horstretch>0</horstretch> |
|
124 | <horstretch>0</horstretch> | |
125 | <verstretch>0</verstretch> |
|
125 | <verstretch>0</verstretch> | |
126 | </sizepolicy> |
|
126 | </sizepolicy> | |
127 | </property> |
|
127 | </property> | |
128 | <property name="text"> |
|
128 | <property name="text"> | |
129 | <string>r</string> |
|
129 | <string>r</string> | |
130 | </property> |
|
130 | </property> | |
131 | <property name="readOnly"> |
|
131 | <property name="readOnly"> | |
132 | <bool>true</bool> |
|
132 | <bool>true</bool> | |
133 | </property> |
|
133 | </property> | |
134 | </widget> |
|
134 | </widget> | |
135 | </item> |
|
135 | </item> | |
136 | <item> |
|
136 | <item> | |
137 | <spacer name="horizontalSpacer"> |
|
137 | <spacer name="horizontalSpacer"> | |
138 | <property name="orientation"> |
|
138 | <property name="orientation"> | |
139 | <enum>Qt::Horizontal</enum> |
|
139 | <enum>Qt::Horizontal</enum> | |
140 | </property> |
|
140 | </property> | |
141 | <property name="sizeType"> |
|
141 | <property name="sizeType"> | |
142 | <enum>QSizePolicy::Expanding</enum> |
|
142 | <enum>QSizePolicy::Expanding</enum> | |
143 | </property> |
|
143 | </property> | |
144 | <property name="sizeHint" stdset="0"> |
|
144 | <property name="sizeHint" stdset="0"> | |
145 | <size> |
|
145 | <size> | |
146 | <width>40</width> |
|
146 | <width>40</width> | |
147 | <height>20</height> |
|
147 | <height>20</height> | |
148 | </size> |
|
148 | </size> | |
149 | </property> |
|
149 | </property> | |
150 | </spacer> |
|
150 | </spacer> | |
151 | </item> |
|
151 | </item> | |
152 | </layout> |
|
152 | </layout> | |
153 | </item> |
|
153 | </item> | |
154 | <item> |
|
154 | <item> | |
155 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
155 | <layout class="QHBoxLayout" name="horizontalLayout_6"> | |
156 | <item> |
|
156 | <item> | |
157 | <widget class="QLabel" name="lblElabel"> |
|
157 | <widget class="QLabel" name="lblElabel"> | |
158 | <property name="text"> |
|
158 | <property name="text"> | |
159 | <string>Exp. Label at device</string> |
|
159 | <string>Exp. Label at device</string> | |
160 | </property> |
|
160 | </property> | |
161 | </widget> |
|
161 | </widget> | |
162 | </item> |
|
162 | </item> | |
163 | <item> |
|
163 | <item> | |
164 | <widget class="QLabel" name="lblCopys"> |
|
164 | <widget class="QLabel" name="lblCopys"> | |
165 | <property name="text"> |
|
165 | <property name="text"> | |
166 | <string>Copys</string> |
|
166 | <string>Copys</string> | |
167 | </property> |
|
167 | </property> | |
168 | </widget> |
|
168 | </widget> | |
169 | </item> |
|
169 | </item> | |
170 | </layout> |
|
170 | </layout> | |
171 | </item> |
|
171 | </item> | |
172 | <item> |
|
172 | <item> | |
173 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
173 | <layout class="QHBoxLayout" name="horizontalLayout_5"> | |
174 | <item> |
|
174 | <item> | |
175 | <widget class="QLineEdit" name="txtElabel"/> |
|
175 | <widget class="QLineEdit" name="txtElabel"/> | |
176 | </item> |
|
176 | </item> | |
177 | <item> |
|
177 | <item> | |
178 | <widget class="QSpinBox" name="txtCopys"> |
|
178 | <widget class="QSpinBox" name="txtCopys"> | |
179 | <property name="sizePolicy"> |
|
179 | <property name="sizePolicy"> | |
180 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
180 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> | |
181 | <horstretch>0</horstretch> |
|
181 | <horstretch>0</horstretch> | |
182 | <verstretch>0</verstretch> |
|
182 | <verstretch>0</verstretch> | |
183 | </sizepolicy> |
|
183 | </sizepolicy> | |
184 | </property> |
|
184 | </property> | |
185 | <property name="minimum"> |
|
185 | <property name="minimum"> | |
186 | <number>1</number> |
|
186 | <number>1</number> | |
187 | </property> |
|
187 | </property> | |
188 | </widget> |
|
188 | </widget> | |
189 | </item> |
|
189 | </item> | |
190 | </layout> |
|
190 | </layout> | |
191 | </item> |
|
191 | </item> | |
192 | <item> |
|
192 | <item> | |
193 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
193 | <layout class="QHBoxLayout" name="horizontalLayout_7"> | |
194 | <item> |
|
194 | <item> | |
195 | <widget class="QLabel" name="lblStartDay"> |
|
195 | <widget class="QLabel" name="lblStartDay"> | |
196 | <property name="text"> |
|
196 | <property name="text"> | |
197 | <string>Start Day:</string> |
|
197 | <string>Start Day:</string> | |
198 | </property> |
|
198 | </property> | |
199 | </widget> |
|
199 | </widget> | |
200 | </item> |
|
200 | </item> | |
201 | <item> |
|
201 | <item> | |
202 | <widget class="QLabel" name="lblStopDay"> |
|
202 | <widget class="QLabel" name="lblStopDay"> | |
203 | <property name="text"> |
|
203 | <property name="text"> | |
204 | <string>Stop Day:</string> |
|
204 | <string>Stop Day:</string> | |
205 | </property> |
|
205 | </property> | |
206 | </widget> |
|
206 | </widget> | |
207 | </item> |
|
207 | </item> | |
208 | </layout> |
|
208 | </layout> | |
209 | </item> |
|
209 | </item> | |
210 | <item> |
|
210 | <item> | |
211 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
211 | <layout class="QHBoxLayout" name="horizontalLayout_8"> | |
212 | <item> |
|
212 | <item> | |
213 | <widget class="QComboBox" name="lstStartDay"/> |
|
213 | <widget class="QComboBox" name="lstStartDay"/> | |
214 | </item> |
|
214 | </item> | |
215 | <item> |
|
215 | <item> | |
216 | <widget class="QComboBox" name="lstStopDay"/> |
|
216 | <widget class="QComboBox" name="lstStopDay"/> | |
217 | </item> |
|
217 | </item> | |
218 | </layout> |
|
218 | </layout> | |
219 | </item> |
|
219 | </item> | |
220 | </layout> |
|
220 | </layout> | |
221 | </widget> |
|
221 | </widget> | |
222 | <widget class="QWidget" name="tabDconfig"> |
|
222 | <widget class="QWidget" name="tabDconfig"> | |
223 | <property name="enabled"> |
|
223 | <property name="enabled"> | |
224 | <bool>true</bool> |
|
224 | <bool>true</bool> | |
225 | </property> |
|
225 | </property> | |
226 | <property name="sizePolicy"> |
|
226 | <property name="sizePolicy"> | |
227 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
227 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
228 | <horstretch>0</horstretch> |
|
228 | <horstretch>0</horstretch> | |
229 | <verstretch>0</verstretch> |
|
229 | <verstretch>0</verstretch> | |
230 | </sizepolicy> |
|
230 | </sizepolicy> | |
231 | </property> |
|
231 | </property> | |
232 | <attribute name="title"> |
|
232 | <attribute name="title"> | |
233 | <string>Device Config.</string> |
|
233 | <string>Device Config.</string> | |
234 | </attribute> |
|
234 | </attribute> | |
235 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
235 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |
236 | <item> |
|
236 | <item> | |
237 | <layout class="QHBoxLayout" name="horizontalLayout_12"> |
|
237 | <layout class="QHBoxLayout" name="horizontalLayout_12"> | |
238 | <item> |
|
238 | <item> | |
239 | <layout class="QVBoxLayout" name="verticalLayout_15"> |
|
239 | <layout class="QVBoxLayout" name="verticalLayout_15"> | |
240 | <item> |
|
240 | <item> | |
241 | <widget class="QCheckBox" name="chkDevA"> |
|
241 | <widget class="QCheckBox" name="chkDevA"> | |
242 | <property name="text"> |
|
242 | <property name="text"> | |
243 | <string>Dev A</string> |
|
243 | <string>Dev A</string> | |
244 | </property> |
|
244 | </property> | |
245 | <property name="checked"> |
|
245 | <property name="checked"> | |
246 | <bool>true</bool> |
|
246 | <bool>true</bool> | |
247 | </property> |
|
247 | </property> | |
248 | </widget> |
|
248 | </widget> | |
249 | </item> |
|
249 | </item> | |
250 | <item> |
|
250 | <item> | |
251 | <widget class="QWidget" name="grpDevA" native="true"> |
|
251 | <widget class="QWidget" name="grpDevA" native="true"> | |
252 | <layout class="QVBoxLayout" name="verticalLayout_11"> |
|
252 | <layout class="QVBoxLayout" name="verticalLayout_11"> | |
253 | <item> |
|
253 | <item> | |
254 | <widget class="QLineEdit" name="txtDeviceA"> |
|
254 | <widget class="QLineEdit" name="txtDeviceA"> | |
255 | <property name="readOnly"> |
|
255 | <property name="readOnly"> | |
256 | <bool>true</bool> |
|
256 | <bool>true</bool> | |
257 | </property> |
|
257 | </property> | |
258 | </widget> |
|
258 | </widget> | |
259 | </item> |
|
259 | </item> | |
260 | <item> |
|
260 | <item> | |
261 | <widget class="QSpinBox" name="txtBspeedA"> |
|
261 | <widget class="QSpinBox" name="txtBspeedA"> | |
262 | <property name="minimum"> |
|
262 | <property name="minimum"> | |
263 | <number>1</number> |
|
263 | <number>1</number> | |
264 | </property> |
|
264 | </property> | |
265 | <property name="value"> |
|
265 | <property name="value"> | |
266 | <number>16</number> |
|
266 | <number>16</number> | |
267 | </property> |
|
267 | </property> | |
268 | </widget> |
|
268 | </widget> | |
269 | </item> |
|
269 | </item> | |
270 | <item> |
|
270 | <item> | |
271 | <widget class="QLineEdit" name="txtBmodeA"> |
|
271 | <widget class="QLineEdit" name="txtBmodeA"> | |
272 | <property name="text"> |
|
272 | <property name="text"> | |
273 | <string>-sao</string> |
|
273 | <string>-sao</string> | |
274 | </property> |
|
274 | </property> | |
275 | <property name="readOnly"> |
|
275 | <property name="readOnly"> | |
276 | <bool>true</bool> |
|
276 | <bool>true</bool> | |
277 | </property> |
|
277 | </property> | |
278 | </widget> |
|
278 | </widget> | |
279 | </item> |
|
279 | </item> | |
280 | <item> |
|
280 | <item> | |
281 | <widget class="QPushButton" name="btnTdevA"> |
|
281 | <widget class="QPushButton" name="btnTdevA"> | |
282 | <property name="text"> |
|
282 | <property name="text"> | |
283 | <string>Test DevA</string> |
|
283 | <string>Test DevA</string> | |
284 | </property> |
|
284 | </property> | |
285 | </widget> |
|
285 | </widget> | |
286 | </item> |
|
286 | </item> | |
287 | </layout> |
|
287 | </layout> | |
288 | </widget> |
|
288 | </widget> | |
289 | </item> |
|
289 | </item> | |
290 | </layout> |
|
290 | </layout> | |
291 | </item> |
|
291 | </item> | |
292 | <item> |
|
292 | <item> | |
293 | <layout class="QVBoxLayout" name="verticalLayout_16"> |
|
293 | <layout class="QVBoxLayout" name="verticalLayout_16"> | |
294 | <item> |
|
294 | <item> | |
295 | <widget class="QCheckBox" name="chkDevB"> |
|
295 | <widget class="QCheckBox" name="chkDevB"> | |
296 | <property name="text"> |
|
296 | <property name="text"> | |
297 | <string>Dev B</string> |
|
297 | <string>Dev B</string> | |
298 | </property> |
|
298 | </property> | |
299 | <property name="checked"> |
|
299 | <property name="checked"> | |
300 | <bool>true</bool> |
|
300 | <bool>true</bool> | |
301 | </property> |
|
301 | </property> | |
302 | </widget> |
|
302 | </widget> | |
303 | </item> |
|
303 | </item> | |
304 | <item> |
|
304 | <item> | |
305 | <widget class="QWidget" name="grpDevB" native="true"> |
|
305 | <widget class="QWidget" name="grpDevB" native="true"> | |
306 | <layout class="QVBoxLayout" name="verticalLayout_12"> |
|
306 | <layout class="QVBoxLayout" name="verticalLayout_12"> | |
307 | <item> |
|
307 | <item> | |
308 | <widget class="QLineEdit" name="txtDeviceB"> |
|
308 | <widget class="QLineEdit" name="txtDeviceB"> | |
309 | <property name="readOnly"> |
|
309 | <property name="readOnly"> | |
310 | <bool>true</bool> |
|
310 | <bool>true</bool> | |
311 | </property> |
|
311 | </property> | |
312 | </widget> |
|
312 | </widget> | |
313 | </item> |
|
313 | </item> | |
314 | <item> |
|
314 | <item> | |
315 | <widget class="QSpinBox" name="txtBspeedB"> |
|
315 | <widget class="QSpinBox" name="txtBspeedB"> | |
316 | <property name="minimum"> |
|
316 | <property name="minimum"> | |
317 | <number>1</number> |
|
317 | <number>1</number> | |
318 | </property> |
|
318 | </property> | |
319 | <property name="value"> |
|
319 | <property name="value"> | |
320 | <number>16</number> |
|
320 | <number>16</number> | |
321 | </property> |
|
321 | </property> | |
322 | </widget> |
|
322 | </widget> | |
323 | </item> |
|
323 | </item> | |
324 | <item> |
|
324 | <item> | |
325 | <widget class="QLineEdit" name="txtBmodeB"> |
|
325 | <widget class="QLineEdit" name="txtBmodeB"> | |
326 | <property name="text"> |
|
326 | <property name="text"> | |
327 | <string>-sao</string> |
|
327 | <string>-sao</string> | |
328 | </property> |
|
328 | </property> | |
329 | <property name="readOnly"> |
|
329 | <property name="readOnly"> | |
330 | <bool>true</bool> |
|
330 | <bool>true</bool> | |
331 | </property> |
|
331 | </property> | |
332 | </widget> |
|
332 | </widget> | |
333 | </item> |
|
333 | </item> | |
334 | <item> |
|
334 | <item> | |
335 | <widget class="QPushButton" name="btnTdevB"> |
|
335 | <widget class="QPushButton" name="btnTdevB"> | |
336 | <property name="text"> |
|
336 | <property name="text"> | |
337 | <string>Test DevB</string> |
|
337 | <string>Test DevB</string> | |
338 | </property> |
|
338 | </property> | |
339 | </widget> |
|
339 | </widget> | |
340 | </item> |
|
340 | </item> | |
341 | </layout> |
|
341 | </layout> | |
342 | </widget> |
|
342 | </widget> | |
343 | </item> |
|
343 | </item> | |
344 | </layout> |
|
344 | </layout> | |
345 | </item> |
|
345 | </item> | |
346 | <item> |
|
346 | <item> | |
347 | <layout class="QVBoxLayout" name="verticalLayout_17"> |
|
347 | <layout class="QVBoxLayout" name="verticalLayout_17"> | |
348 | <item> |
|
348 | <item> | |
349 | <widget class="QCheckBox" name="chkDevC"> |
|
349 | <widget class="QCheckBox" name="chkDevC"> | |
350 | <property name="text"> |
|
350 | <property name="text"> | |
351 | <string>Dev C</string> |
|
351 | <string>Dev C</string> | |
352 | </property> |
|
352 | </property> | |
353 | <property name="checked"> |
|
353 | <property name="checked"> | |
354 | <bool>true</bool> |
|
354 | <bool>true</bool> | |
355 | </property> |
|
355 | </property> | |
356 | </widget> |
|
356 | </widget> | |
357 | </item> |
|
357 | </item> | |
358 | <item> |
|
358 | <item> | |
359 | <widget class="QWidget" name="grpDevC" native="true"> |
|
359 | <widget class="QWidget" name="grpDevC" native="true"> | |
360 | <layout class="QVBoxLayout" name="verticalLayout_13"> |
|
360 | <layout class="QVBoxLayout" name="verticalLayout_13"> | |
361 | <item> |
|
361 | <item> | |
362 | <widget class="QLineEdit" name="txtDeviceC"> |
|
362 | <widget class="QLineEdit" name="txtDeviceC"> | |
363 | <property name="readOnly"> |
|
363 | <property name="readOnly"> | |
364 | <bool>true</bool> |
|
364 | <bool>true</bool> | |
365 | </property> |
|
365 | </property> | |
366 | </widget> |
|
366 | </widget> | |
367 | </item> |
|
367 | </item> | |
368 | <item> |
|
368 | <item> | |
369 | <widget class="QSpinBox" name="txtBspeedC"> |
|
369 | <widget class="QSpinBox" name="txtBspeedC"> | |
370 | <property name="minimum"> |
|
370 | <property name="minimum"> | |
371 | <number>1</number> |
|
371 | <number>1</number> | |
372 | </property> |
|
372 | </property> | |
373 | <property name="value"> |
|
373 | <property name="value"> | |
374 | <number>16</number> |
|
374 | <number>16</number> | |
375 | </property> |
|
375 | </property> | |
376 | </widget> |
|
376 | </widget> | |
377 | </item> |
|
377 | </item> | |
378 | <item> |
|
378 | <item> | |
379 | <widget class="QLineEdit" name="txtBmodeC"> |
|
379 | <widget class="QLineEdit" name="txtBmodeC"> | |
380 | <property name="text"> |
|
380 | <property name="text"> | |
381 | <string>-sao</string> |
|
381 | <string>-sao</string> | |
382 | </property> |
|
382 | </property> | |
383 | <property name="readOnly"> |
|
383 | <property name="readOnly"> | |
384 | <bool>true</bool> |
|
384 | <bool>true</bool> | |
385 | </property> |
|
385 | </property> | |
386 | </widget> |
|
386 | </widget> | |
387 | </item> |
|
387 | </item> | |
388 | <item> |
|
388 | <item> | |
389 | <widget class="QPushButton" name="btnTdevC"> |
|
389 | <widget class="QPushButton" name="btnTdevC"> | |
390 | <property name="text"> |
|
390 | <property name="text"> | |
391 | <string>Test DevC</string> |
|
391 | <string>Test DevC</string> | |
392 | </property> |
|
392 | </property> | |
393 | </widget> |
|
393 | </widget> | |
394 | </item> |
|
394 | </item> | |
395 | </layout> |
|
395 | </layout> | |
396 | </widget> |
|
396 | </widget> | |
397 | </item> |
|
397 | </item> | |
398 | </layout> |
|
398 | </layout> | |
399 | </item> |
|
399 | </item> | |
400 | <item> |
|
400 | <item> | |
401 | <layout class="QVBoxLayout" name="verticalLayout_18"> |
|
401 | <layout class="QVBoxLayout" name="verticalLayout_18"> | |
402 | <item> |
|
402 | <item> | |
403 | <widget class="QCheckBox" name="chkDevD"> |
|
403 | <widget class="QCheckBox" name="chkDevD"> | |
404 | <property name="text"> |
|
404 | <property name="text"> | |
405 | <string>Dev D</string> |
|
405 | <string>Dev D</string> | |
406 | </property> |
|
406 | </property> | |
407 | <property name="checked"> |
|
407 | <property name="checked"> | |
408 | <bool>true</bool> |
|
408 | <bool>true</bool> | |
409 | </property> |
|
409 | </property> | |
410 | </widget> |
|
410 | </widget> | |
411 | </item> |
|
411 | </item> | |
412 | <item> |
|
412 | <item> | |
413 | <widget class="QWidget" name="grpDevD" native="true"> |
|
413 | <widget class="QWidget" name="grpDevD" native="true"> | |
414 | <layout class="QVBoxLayout" name="verticalLayout_14"> |
|
414 | <layout class="QVBoxLayout" name="verticalLayout_14"> | |
415 | <item> |
|
415 | <item> | |
416 | <widget class="QLineEdit" name="txtDeviceD"> |
|
416 | <widget class="QLineEdit" name="txtDeviceD"> | |
417 | <property name="readOnly"> |
|
417 | <property name="readOnly"> | |
418 | <bool>true</bool> |
|
418 | <bool>true</bool> | |
419 | </property> |
|
419 | </property> | |
420 | </widget> |
|
420 | </widget> | |
421 | </item> |
|
421 | </item> | |
422 | <item> |
|
422 | <item> | |
423 | <widget class="QSpinBox" name="txtBspeedD"> |
|
423 | <widget class="QSpinBox" name="txtBspeedD"> | |
424 | <property name="minimum"> |
|
424 | <property name="minimum"> | |
425 | <number>1</number> |
|
425 | <number>1</number> | |
426 | </property> |
|
426 | </property> | |
427 | <property name="value"> |
|
427 | <property name="value"> | |
428 | <number>16</number> |
|
428 | <number>16</number> | |
429 | </property> |
|
429 | </property> | |
430 | </widget> |
|
430 | </widget> | |
431 | </item> |
|
431 | </item> | |
432 | <item> |
|
432 | <item> | |
433 | <widget class="QLineEdit" name="txtBmodeD"> |
|
433 | <widget class="QLineEdit" name="txtBmodeD"> | |
434 | <property name="text"> |
|
434 | <property name="text"> | |
435 | <string>-sao</string> |
|
435 | <string>-sao</string> | |
436 | </property> |
|
436 | </property> | |
437 | <property name="readOnly"> |
|
437 | <property name="readOnly"> | |
438 | <bool>true</bool> |
|
438 | <bool>true</bool> | |
439 | </property> |
|
439 | </property> | |
440 | </widget> |
|
440 | </widget> | |
441 | </item> |
|
441 | </item> | |
442 | <item> |
|
442 | <item> | |
443 | <widget class="QPushButton" name="btnTdevD"> |
|
443 | <widget class="QPushButton" name="btnTdevD"> | |
444 | <property name="text"> |
|
444 | <property name="text"> | |
445 | <string>Test DevD</string> |
|
445 | <string>Test DevD</string> | |
446 | </property> |
|
446 | </property> | |
447 | </widget> |
|
447 | </widget> | |
448 | </item> |
|
448 | </item> | |
449 | </layout> |
|
449 | </layout> | |
450 | </widget> |
|
450 | </widget> | |
451 | </item> |
|
451 | </item> | |
452 | </layout> |
|
452 | </layout> | |
453 | </item> |
|
453 | </item> | |
454 | <item> |
|
454 | <item> | |
455 | <layout class="QVBoxLayout" name="verticalLayout_19"> |
|
455 | <layout class="QVBoxLayout" name="verticalLayout_19"> | |
456 | <item> |
|
456 | <item> | |
457 | <spacer name="verticalSpacer_3"> |
|
457 | <spacer name="verticalSpacer_3"> | |
458 | <property name="orientation"> |
|
458 | <property name="orientation"> | |
459 | <enum>Qt::Vertical</enum> |
|
459 | <enum>Qt::Vertical</enum> | |
460 | </property> |
|
460 | </property> | |
461 | <property name="sizeType"> |
|
461 | <property name="sizeType"> | |
462 | <enum>QSizePolicy::Minimum</enum> |
|
462 | <enum>QSizePolicy::Minimum</enum> | |
463 | </property> |
|
463 | </property> | |
464 | <property name="sizeHint" stdset="0"> |
|
464 | <property name="sizeHint" stdset="0"> | |
465 | <size> |
|
465 | <size> | |
466 | <width>20</width> |
|
466 | <width>20</width> | |
467 | <height>40</height> |
|
467 | <height>40</height> | |
468 | </size> |
|
468 | </size> | |
469 | </property> |
|
469 | </property> | |
470 | </spacer> |
|
470 | </spacer> | |
471 | </item> |
|
471 | </item> | |
472 | <item> |
|
472 | <item> | |
473 | <widget class="QWidget" name="grpDevD_2" native="true"> |
|
473 | <widget class="QWidget" name="grpDevD_2" native="true"> | |
474 | <layout class="QVBoxLayout" name="verticalLayout_20"> |
|
474 | <layout class="QVBoxLayout" name="verticalLayout_20"> | |
475 | <item> |
|
475 | <item> | |
476 | <widget class="QLabel" name="lblDevice"> |
|
476 | <widget class="QLabel" name="lblDevice"> | |
477 | <property name="text"> |
|
477 | <property name="text"> | |
478 | <string>Device</string> |
|
478 | <string>Device</string> | |
479 | </property> |
|
479 | </property> | |
480 | </widget> |
|
480 | </widget> | |
481 | </item> |
|
481 | </item> | |
482 | <item> |
|
482 | <item> | |
483 | <widget class="QLabel" name="lblBspeed"> |
|
483 | <widget class="QLabel" name="lblBspeed"> | |
484 | <property name="text"> |
|
484 | <property name="text"> | |
485 | <string>Burn Speed</string> |
|
485 | <string>Burn Speed</string> | |
486 | </property> |
|
486 | </property> | |
487 | </widget> |
|
487 | </widget> | |
488 | </item> |
|
488 | </item> | |
489 | <item> |
|
489 | <item> | |
490 | <widget class="QLabel" name="lblBmode"> |
|
490 | <widget class="QLabel" name="lblBmode"> | |
491 | <property name="text"> |
|
491 | <property name="text"> | |
492 | <string>Burn Mode</string> |
|
492 | <string>Burn Mode</string> | |
493 | </property> |
|
493 | </property> | |
494 | </widget> |
|
494 | </widget> | |
495 | </item> |
|
495 | </item> | |
496 | <item> |
|
496 | <item> | |
497 | <spacer name="verticalSpacer_4"> |
|
497 | <spacer name="verticalSpacer_4"> | |
498 | <property name="orientation"> |
|
498 | <property name="orientation"> | |
499 | <enum>Qt::Vertical</enum> |
|
499 | <enum>Qt::Vertical</enum> | |
500 | </property> |
|
500 | </property> | |
501 | <property name="sizeType"> |
|
501 | <property name="sizeType"> | |
502 | <enum>QSizePolicy::Fixed</enum> |
|
502 | <enum>QSizePolicy::Fixed</enum> | |
503 | </property> |
|
503 | </property> | |
504 | <property name="sizeHint" stdset="0"> |
|
504 | <property name="sizeHint" stdset="0"> | |
505 | <size> |
|
505 | <size> | |
506 | <width>20</width> |
|
506 | <width>20</width> | |
507 | <height>40</height> |
|
507 | <height>40</height> | |
508 | </size> |
|
508 | </size> | |
509 | </property> |
|
509 | </property> | |
510 | </spacer> |
|
510 | </spacer> | |
511 | </item> |
|
511 | </item> | |
512 | </layout> |
|
512 | </layout> | |
513 | </widget> |
|
513 | </widget> | |
514 | </item> |
|
514 | </item> | |
515 | </layout> |
|
515 | </layout> | |
516 | </item> |
|
516 | </item> | |
517 | </layout> |
|
517 | </layout> | |
518 | </item> |
|
518 | </item> | |
519 | <item> |
|
519 | <item> | |
520 | <spacer name="verticalSpacer_2"> |
|
520 | <spacer name="verticalSpacer_2"> | |
521 | <property name="orientation"> |
|
521 | <property name="orientation"> | |
522 | <enum>Qt::Vertical</enum> |
|
522 | <enum>Qt::Vertical</enum> | |
523 | </property> |
|
523 | </property> | |
524 | <property name="sizeType"> |
|
524 | <property name="sizeType"> | |
525 | <enum>QSizePolicy::Minimum</enum> |
|
525 | <enum>QSizePolicy::Minimum</enum> | |
526 | </property> |
|
526 | </property> | |
527 | <property name="sizeHint" stdset="0"> |
|
527 | <property name="sizeHint" stdset="0"> | |
528 | <size> |
|
528 | <size> | |
529 | <width>20</width> |
|
529 | <width>20</width> | |
530 | <height>40</height> |
|
530 | <height>40</height> | |
531 | </size> |
|
531 | </size> | |
532 | </property> |
|
532 | </property> | |
533 | </spacer> |
|
533 | </spacer> | |
534 | </item> |
|
534 | </item> | |
535 | <item> |
|
535 | <item> | |
536 | <layout class="QHBoxLayout" name="horizontalLayout_11"> |
|
536 | <layout class="QHBoxLayout" name="horizontalLayout_11"> | |
537 | <property name="spacing"> |
|
537 | <property name="spacing"> | |
538 | <number>6</number> |
|
538 | <number>6</number> | |
539 | </property> |
|
539 | </property> | |
540 | <property name="sizeConstraint"> |
|
540 | <property name="sizeConstraint"> | |
541 | <enum>QLayout::SetDefaultConstraint</enum> |
|
541 | <enum>QLayout::SetDefaultConstraint</enum> | |
542 | </property> |
|
542 | </property> | |
543 | <item> |
|
543 | <item> | |
544 | <widget class="QLabel" name="lblDcapacity"> |
|
544 | <widget class="QLabel" name="lblDcapacity"> | |
545 | <property name="sizePolicy"> |
|
545 | <property name="sizePolicy"> | |
546 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
546 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | |
547 | <horstretch>0</horstretch> |
|
547 | <horstretch>0</horstretch> | |
548 | <verstretch>0</verstretch> |
|
548 | <verstretch>0</verstretch> | |
549 | </sizepolicy> |
|
549 | </sizepolicy> | |
550 | </property> |
|
550 | </property> | |
551 | <property name="text"> |
|
551 | <property name="text"> | |
552 | <string>Device Capacity</string> |
|
552 | <string>Device Capacity</string> | |
553 | </property> |
|
553 | </property> | |
554 | </widget> |
|
554 | </widget> | |
555 | </item> |
|
555 | </item> | |
556 | <item> |
|
556 | <item> | |
557 | <spacer name="horizontalSpacer_2"> |
|
557 | <spacer name="horizontalSpacer_2"> | |
558 | <property name="orientation"> |
|
558 | <property name="orientation"> | |
559 | <enum>Qt::Horizontal</enum> |
|
559 | <enum>Qt::Horizontal</enum> | |
560 | </property> |
|
560 | </property> | |
561 | <property name="sizeHint" stdset="0"> |
|
561 | <property name="sizeHint" stdset="0"> | |
562 | <size> |
|
562 | <size> | |
563 | <width>40</width> |
|
563 | <width>40</width> | |
564 | <height>20</height> |
|
564 | <height>20</height> | |
565 | </size> |
|
565 | </size> | |
566 | </property> |
|
566 | </property> | |
567 | </spacer> |
|
567 | </spacer> | |
568 | </item> |
|
568 | </item> | |
569 | </layout> |
|
569 | </layout> | |
570 | </item> |
|
570 | </item> | |
571 | <item> |
|
571 | <item> | |
572 | <layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
572 | <layout class="QHBoxLayout" name="horizontalLayout_10"> | |
573 | <property name="sizeConstraint"> |
|
573 | <property name="sizeConstraint"> | |
574 | <enum>QLayout::SetFixedSize</enum> |
|
574 | <enum>QLayout::SetFixedSize</enum> | |
575 | </property> |
|
575 | </property> | |
576 | <item> |
|
576 | <item> | |
577 | <widget class="QComboBox" name="lstDcapacity"> |
|
577 | <widget class="QComboBox" name="lstDcapacity"> | |
578 | <property name="currentIndex"> |
|
578 | <property name="currentIndex"> | |
579 | <number>2</number> |
|
579 | <number>2</number> | |
580 | </property> |
|
580 | </property> | |
581 | <item> |
|
581 | <item> | |
582 | <property name="text"> |
|
582 | <property name="text"> | |
583 | <string>BluRay [25.0 GB]</string> |
|
583 | <string>BluRay [25.0 GB]</string> | |
584 | </property> |
|
584 | </property> | |
585 | </item> |
|
585 | </item> | |
586 | <item> |
|
586 | <item> | |
587 | <property name="text"> |
|
587 | <property name="text"> | |
588 | <string>DVD2 [8.5 GB]</string> |
|
588 | <string>DVD2 [8.5 GB]</string> | |
589 | </property> |
|
589 | </property> | |
590 | </item> |
|
590 | </item> | |
591 | <item> |
|
591 | <item> | |
592 | <property name="text"> |
|
592 | <property name="text"> | |
593 | <string>DVD1 [4.7 GB]</string> |
|
593 | <string>DVD1 [4.7 GB]</string> | |
594 | </property> |
|
594 | </property> | |
595 | </item> |
|
595 | </item> | |
596 | <item> |
|
596 | <item> | |
597 | <property name="text"> |
|
597 | <property name="text"> | |
598 | <string>CD [0.7 GB]</string> |
|
598 | <string>CD [0.7 GB]</string> | |
599 | </property> |
|
599 | </property> | |
600 | </item> |
|
600 | </item> | |
601 | <item> |
|
601 | <item> | |
602 | <property name="text"> |
|
602 | <property name="text"> | |
603 | <string>Other [? MB]</string> |
|
603 | <string>Other [? MB]</string> | |
604 | </property> |
|
604 | </property> | |
605 | </item> |
|
605 | </item> | |
606 | </widget> |
|
606 | </widget> | |
607 | </item> |
|
607 | </item> | |
608 | <item> |
|
608 | <item> | |
609 | <widget class="QDoubleSpinBox" name="txtDcapacity"> |
|
609 | <widget class="QDoubleSpinBox" name="txtDcapacity"> | |
610 | <property name="sizePolicy"> |
|
610 | <property name="sizePolicy"> | |
611 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
611 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> | |
612 | <horstretch>0</horstretch> |
|
612 | <horstretch>0</horstretch> | |
613 | <verstretch>0</verstretch> |
|
613 | <verstretch>0</verstretch> | |
614 | </sizepolicy> |
|
614 | </sizepolicy> | |
615 | </property> |
|
615 | </property> | |
616 | <property name="readOnly"> |
|
616 | <property name="readOnly"> | |
617 | <bool>true</bool> |
|
617 | <bool>true</bool> | |
618 | </property> |
|
618 | </property> | |
619 | <property name="minimum"> |
|
619 | <property name="minimum"> | |
620 | <double>100.000000000000000</double> |
|
620 | <double>100.000000000000000</double> | |
621 | </property> |
|
621 | </property> | |
622 | <property name="maximum"> |
|
622 | <property name="maximum"> | |
623 | <double>99999.990000000005239</double> |
|
623 | <double>99999.990000000005239</double> | |
624 | </property> |
|
624 | </property> | |
625 | <property name="value"> |
|
625 | <property name="value"> | |
626 | <double>4482.270000000000437</double> |
|
626 | <double>4482.270000000000437</double> | |
627 | </property> |
|
627 | </property> | |
628 | </widget> |
|
628 | </widget> | |
629 | </item> |
|
629 | </item> | |
630 | <item> |
|
630 | <item> | |
631 | <spacer name="horizontalSpacer_3"> |
|
631 | <spacer name="horizontalSpacer_3"> | |
632 | <property name="orientation"> |
|
632 | <property name="orientation"> | |
633 | <enum>Qt::Horizontal</enum> |
|
633 | <enum>Qt::Horizontal</enum> | |
634 | </property> |
|
634 | </property> | |
635 | <property name="sizeHint" stdset="0"> |
|
635 | <property name="sizeHint" stdset="0"> | |
636 | <size> |
|
636 | <size> | |
637 | <width>40</width> |
|
637 | <width>40</width> | |
638 | <height>20</height> |
|
638 | <height>20</height> | |
639 | </size> |
|
639 | </size> | |
640 | </property> |
|
640 | </property> | |
641 | </spacer> |
|
641 | </spacer> | |
642 | </item> |
|
642 | </item> | |
643 | <item> |
|
643 | <item> | |
644 | <widget class="QLabel" name="lblPSgraphic"> |
|
644 | <widget class="QLabel" name="lblPSgraphic"> | |
645 | <property name="text"> |
|
645 | <property name="text"> | |
646 | <string>PS Graphic</string> |
|
646 | <string>PS Graphic</string> | |
647 | </property> |
|
647 | </property> | |
648 | </widget> |
|
648 | </widget> | |
649 | </item> |
|
649 | </item> | |
650 | <item> |
|
650 | <item> | |
651 | <widget class="QSpinBox" name="txtPSgraphic"> |
|
651 | <widget class="QSpinBox" name="txtPSgraphic"> | |
652 | <property name="minimum"> |
|
652 | <property name="minimum"> | |
653 | <number>1</number> |
|
653 | <number>1</number> | |
654 | </property> |
|
654 | </property> | |
655 | <property name="maximum"> |
|
655 | <property name="maximum"> | |
656 | <number>33</number> |
|
656 | <number>33</number> | |
657 | </property> |
|
657 | </property> | |
658 | </widget> |
|
658 | </widget> | |
659 | </item> |
|
659 | </item> | |
660 | </layout> |
|
660 | </layout> | |
661 | </item> |
|
661 | </item> | |
662 | </layout> |
|
662 | </layout> | |
663 | </widget> |
|
663 | </widget> | |
664 | <widget class="QWidget" name="tabStatus"> |
|
664 | <widget class="QWidget" name="tabStatus"> | |
665 | <attribute name="title"> |
|
665 | <attribute name="title"> | |
666 | <string>Status Burn</string> |
|
666 | <string>Status Burn</string> | |
667 | </attribute> |
|
667 | </attribute> | |
668 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
668 | <layout class="QVBoxLayout" name="verticalLayout_4"> | |
669 | <item> |
|
669 | <item> | |
670 | <layout class="QHBoxLayout" name="horizontalLayout_18"> |
|
670 | <layout class="QHBoxLayout" name="horizontalLayout_18"> | |
671 | <item> |
|
671 | <item> | |
672 | <layout class="QVBoxLayout" name="verticalLayout_21"> |
|
672 | <layout class="QVBoxLayout" name="verticalLayout_21"> | |
673 | <item> |
|
673 | <item> | |
674 | <widget class="QLabel" name="label_4"> |
|
674 | <widget class="QLabel" name="label_4"> | |
675 | <property name="text"> |
|
675 | <property name="text"> | |
676 | <string>BURN</string> |
|
676 | <string>BURN</string> | |
677 | </property> |
|
677 | </property> | |
678 | </widget> |
|
678 | </widget> | |
679 | </item> |
|
679 | </item> | |
680 | <item> |
|
680 | <item> | |
681 | <spacer name="horizontalSpacer_9"> |
|
681 | <spacer name="horizontalSpacer_9"> | |
682 | <property name="orientation"> |
|
682 | <property name="orientation"> | |
683 | <enum>Qt::Horizontal</enum> |
|
683 | <enum>Qt::Horizontal</enum> | |
684 | </property> |
|
684 | </property> | |
685 | <property name="sizeType"> |
|
685 | <property name="sizeType"> | |
686 | <enum>QSizePolicy::Minimum</enum> |
|
686 | <enum>QSizePolicy::Minimum</enum> | |
687 | </property> |
|
687 | </property> | |
688 | <property name="sizeHint" stdset="0"> |
|
688 | <property name="sizeHint" stdset="0"> | |
689 | <size> |
|
689 | <size> | |
690 | <width>40</width> |
|
690 | <width>40</width> | |
691 | <height>20</height> |
|
691 | <height>20</height> | |
692 | </size> |
|
692 | </size> | |
693 | </property> |
|
693 | </property> | |
694 | </spacer> |
|
694 | </spacer> | |
695 | </item> |
|
695 | </item> | |
696 | <item> |
|
696 | <item> | |
697 | <widget class="QLabel" name="lblSTATUS"> |
|
697 | <widget class="QLabel" name="lblSTATUS"> | |
698 | <property name="sizePolicy"> |
|
698 | <property name="sizePolicy"> | |
699 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
699 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | |
700 | <horstretch>0</horstretch> |
|
700 | <horstretch>0</horstretch> | |
701 | <verstretch>0</verstretch> |
|
701 | <verstretch>0</verstretch> | |
702 | </sizepolicy> |
|
702 | </sizepolicy> | |
703 | </property> |
|
703 | </property> | |
704 | <property name="text"> |
|
704 | <property name="text"> | |
705 | <string>STATUS</string> |
|
705 | <string>STATUS</string> | |
706 | </property> |
|
706 | </property> | |
707 | </widget> |
|
707 | </widget> | |
708 | </item> |
|
708 | </item> | |
709 | <item> |
|
709 | <item> | |
710 | <widget class="QLabel" name="lblINFO"> |
|
710 | <widget class="QLabel" name="lblINFO"> | |
711 | <property name="text"> |
|
711 | <property name="text"> | |
712 | <string>DISC</string> |
|
712 | <string>DISC</string> | |
713 | </property> |
|
713 | </property> | |
714 | </widget> |
|
714 | </widget> | |
715 | </item> |
|
715 | </item> | |
716 | <item> |
|
716 | <item> | |
717 | <widget class="QLabel" name="lblSET"> |
|
717 | <widget class="QLabel" name="lblSET"> | |
718 | <property name="text"> |
|
718 | <property name="text"> | |
719 | <string>COPY</string> |
|
719 | <string>COPY</string> | |
720 | </property> |
|
720 | </property> | |
721 | </widget> |
|
721 | </widget> | |
722 | </item> |
|
722 | </item> | |
723 | </layout> |
|
723 | </layout> | |
724 | </item> |
|
724 | </item> | |
725 | <item> |
|
725 | <item> | |
726 | <layout class="QVBoxLayout" name="verticalLayout_22"> |
|
726 | <layout class="QVBoxLayout" name="verticalLayout_22"> | |
727 | <item> |
|
727 | <item> | |
728 | <spacer name="horizontalSpacer_5"> |
|
728 | <spacer name="horizontalSpacer_5"> | |
729 | <property name="orientation"> |
|
729 | <property name="orientation"> | |
730 | <enum>Qt::Horizontal</enum> |
|
730 | <enum>Qt::Horizontal</enum> | |
731 | </property> |
|
731 | </property> | |
732 | <property name="sizeType"> |
|
732 | <property name="sizeType"> | |
733 | <enum>QSizePolicy::Minimum</enum> |
|
733 | <enum>QSizePolicy::Minimum</enum> | |
734 | </property> |
|
734 | </property> | |
735 | <property name="sizeHint" stdset="0"> |
|
735 | <property name="sizeHint" stdset="0"> | |
736 | <size> |
|
736 | <size> | |
737 | <width>40</width> |
|
737 | <width>40</width> | |
738 | <height>20</height> |
|
738 | <height>20</height> | |
739 | </size> |
|
739 | </size> | |
740 | </property> |
|
740 | </property> | |
741 | </spacer> |
|
741 | </spacer> | |
742 | </item> |
|
742 | </item> | |
743 | <item> |
|
743 | <item> | |
744 | <widget class="QLabel" name="lblDevA"> |
|
744 | <widget class="QLabel" name="lblDevA"> | |
745 | <property name="text"> |
|
745 | <property name="text"> | |
746 | <string>DEV A</string> |
|
746 | <string>DEV A</string> | |
747 | </property> |
|
747 | </property> | |
748 | <property name="alignment"> |
|
748 | <property name="alignment"> | |
749 | <set>Qt::AlignCenter</set> |
|
749 | <set>Qt::AlignCenter</set> | |
750 | </property> |
|
750 | </property> | |
751 | </widget> |
|
751 | </widget> | |
752 | </item> |
|
752 | </item> | |
753 | <item> |
|
753 | <item> | |
754 | <widget class="QLineEdit" name="txtBstatusA"> |
|
754 | <widget class="QLineEdit" name="txtBstatusA"> | |
755 | <property name="readOnly"> |
|
755 | <property name="readOnly"> | |
756 | <bool>true</bool> |
|
756 | <bool>true</bool> | |
757 | </property> |
|
757 | </property> | |
758 | </widget> |
|
758 | </widget> | |
759 | </item> |
|
759 | </item> | |
760 | <item> |
|
760 | <item> | |
761 | <widget class="QLineEdit" name="txtBdiscA"> |
|
761 | <widget class="QLineEdit" name="txtBdiscA"> | |
762 | <property name="readOnly"> |
|
762 | <property name="readOnly"> | |
763 | <bool>true</bool> |
|
763 | <bool>true</bool> | |
764 | </property> |
|
764 | </property> | |
765 | </widget> |
|
765 | </widget> | |
766 | </item> |
|
766 | </item> | |
767 | <item> |
|
767 | <item> | |
768 | <widget class="QLineEdit" name="txtBcopyA"> |
|
768 | <widget class="QLineEdit" name="txtBcopyA"> | |
769 | <property name="readOnly"> |
|
769 | <property name="readOnly"> | |
770 | <bool>true</bool> |
|
770 | <bool>true</bool> | |
771 | </property> |
|
771 | </property> | |
772 | </widget> |
|
772 | </widget> | |
773 | </item> |
|
773 | </item> | |
774 | </layout> |
|
774 | </layout> | |
775 | </item> |
|
775 | </item> | |
776 | <item> |
|
776 | <item> | |
777 | <layout class="QVBoxLayout" name="verticalLayout_23"> |
|
777 | <layout class="QVBoxLayout" name="verticalLayout_23"> | |
778 | <item> |
|
778 | <item> | |
779 | <spacer name="horizontalSpacer_6"> |
|
779 | <spacer name="horizontalSpacer_6"> | |
780 | <property name="orientation"> |
|
780 | <property name="orientation"> | |
781 | <enum>Qt::Horizontal</enum> |
|
781 | <enum>Qt::Horizontal</enum> | |
782 | </property> |
|
782 | </property> | |
783 | <property name="sizeType"> |
|
783 | <property name="sizeType"> | |
784 | <enum>QSizePolicy::Minimum</enum> |
|
784 | <enum>QSizePolicy::Minimum</enum> | |
785 | </property> |
|
785 | </property> | |
786 | <property name="sizeHint" stdset="0"> |
|
786 | <property name="sizeHint" stdset="0"> | |
787 | <size> |
|
787 | <size> | |
788 | <width>40</width> |
|
788 | <width>40</width> | |
789 | <height>20</height> |
|
789 | <height>20</height> | |
790 | </size> |
|
790 | </size> | |
791 | </property> |
|
791 | </property> | |
792 | </spacer> |
|
792 | </spacer> | |
793 | </item> |
|
793 | </item> | |
794 | <item> |
|
794 | <item> | |
795 | <widget class="QLabel" name="lblDevB"> |
|
795 | <widget class="QLabel" name="lblDevB"> | |
796 | <property name="text"> |
|
796 | <property name="text"> | |
797 | <string>DEV B</string> |
|
797 | <string>DEV B</string> | |
798 | </property> |
|
798 | </property> | |
799 | <property name="alignment"> |
|
799 | <property name="alignment"> | |
800 | <set>Qt::AlignCenter</set> |
|
800 | <set>Qt::AlignCenter</set> | |
801 | </property> |
|
801 | </property> | |
802 | </widget> |
|
802 | </widget> | |
803 | </item> |
|
803 | </item> | |
804 | <item> |
|
804 | <item> | |
805 | <widget class="QLineEdit" name="txtBstatusB"> |
|
805 | <widget class="QLineEdit" name="txtBstatusB"> | |
806 | <property name="readOnly"> |
|
806 | <property name="readOnly"> | |
807 | <bool>true</bool> |
|
807 | <bool>true</bool> | |
808 | </property> |
|
808 | </property> | |
809 | </widget> |
|
809 | </widget> | |
810 | </item> |
|
810 | </item> | |
811 | <item> |
|
811 | <item> | |
812 | <widget class="QLineEdit" name="txtBdiscB"> |
|
812 | <widget class="QLineEdit" name="txtBdiscB"> | |
813 | <property name="readOnly"> |
|
813 | <property name="readOnly"> | |
814 | <bool>true</bool> |
|
814 | <bool>true</bool> | |
815 | </property> |
|
815 | </property> | |
816 | </widget> |
|
816 | </widget> | |
817 | </item> |
|
817 | </item> | |
818 | <item> |
|
818 | <item> | |
819 | <widget class="QLineEdit" name="txtBcopyB"> |
|
819 | <widget class="QLineEdit" name="txtBcopyB"> | |
820 | <property name="readOnly"> |
|
820 | <property name="readOnly"> | |
821 | <bool>true</bool> |
|
821 | <bool>true</bool> | |
822 | </property> |
|
822 | </property> | |
823 | </widget> |
|
823 | </widget> | |
824 | </item> |
|
824 | </item> | |
825 | </layout> |
|
825 | </layout> | |
826 | </item> |
|
826 | </item> | |
827 | <item> |
|
827 | <item> | |
828 | <layout class="QVBoxLayout" name="verticalLayout_24"> |
|
828 | <layout class="QVBoxLayout" name="verticalLayout_24"> | |
829 | <item> |
|
829 | <item> | |
830 | <spacer name="horizontalSpacer_7"> |
|
830 | <spacer name="horizontalSpacer_7"> | |
831 | <property name="orientation"> |
|
831 | <property name="orientation"> | |
832 | <enum>Qt::Horizontal</enum> |
|
832 | <enum>Qt::Horizontal</enum> | |
833 | </property> |
|
833 | </property> | |
834 | <property name="sizeType"> |
|
834 | <property name="sizeType"> | |
835 | <enum>QSizePolicy::Minimum</enum> |
|
835 | <enum>QSizePolicy::Minimum</enum> | |
836 | </property> |
|
836 | </property> | |
837 | <property name="sizeHint" stdset="0"> |
|
837 | <property name="sizeHint" stdset="0"> | |
838 | <size> |
|
838 | <size> | |
839 | <width>40</width> |
|
839 | <width>40</width> | |
840 | <height>20</height> |
|
840 | <height>20</height> | |
841 | </size> |
|
841 | </size> | |
842 | </property> |
|
842 | </property> | |
843 | </spacer> |
|
843 | </spacer> | |
844 | </item> |
|
844 | </item> | |
845 | <item> |
|
845 | <item> | |
846 | <widget class="QLabel" name="lblDevC"> |
|
846 | <widget class="QLabel" name="lblDevC"> | |
847 | <property name="text"> |
|
847 | <property name="text"> | |
848 | <string>DEV C</string> |
|
848 | <string>DEV C</string> | |
849 | </property> |
|
849 | </property> | |
850 | <property name="alignment"> |
|
850 | <property name="alignment"> | |
851 | <set>Qt::AlignCenter</set> |
|
851 | <set>Qt::AlignCenter</set> | |
852 | </property> |
|
852 | </property> | |
853 | </widget> |
|
853 | </widget> | |
854 | </item> |
|
854 | </item> | |
855 | <item> |
|
855 | <item> | |
856 | <widget class="QLineEdit" name="txtBstatusC"> |
|
856 | <widget class="QLineEdit" name="txtBstatusC"> | |
857 | <property name="readOnly"> |
|
857 | <property name="readOnly"> | |
858 | <bool>true</bool> |
|
858 | <bool>true</bool> | |
859 | </property> |
|
859 | </property> | |
860 | </widget> |
|
860 | </widget> | |
861 | </item> |
|
861 | </item> | |
862 | <item> |
|
862 | <item> | |
863 | <widget class="QLineEdit" name="txtBdiscC"> |
|
863 | <widget class="QLineEdit" name="txtBdiscC"> | |
864 | <property name="readOnly"> |
|
864 | <property name="readOnly"> | |
865 | <bool>true</bool> |
|
865 | <bool>true</bool> | |
866 | </property> |
|
866 | </property> | |
867 | </widget> |
|
867 | </widget> | |
868 | </item> |
|
868 | </item> | |
869 | <item> |
|
869 | <item> | |
870 | <widget class="QLineEdit" name="txtBcopyC"> |
|
870 | <widget class="QLineEdit" name="txtBcopyC"> | |
871 | <property name="readOnly"> |
|
871 | <property name="readOnly"> | |
872 | <bool>true</bool> |
|
872 | <bool>true</bool> | |
873 | </property> |
|
873 | </property> | |
874 | </widget> |
|
874 | </widget> | |
875 | </item> |
|
875 | </item> | |
876 | </layout> |
|
876 | </layout> | |
877 | </item> |
|
877 | </item> | |
878 | <item> |
|
878 | <item> | |
879 | <layout class="QVBoxLayout" name="verticalLayout_25"> |
|
879 | <layout class="QVBoxLayout" name="verticalLayout_25"> | |
880 | <item> |
|
880 | <item> | |
881 | <spacer name="horizontalSpacer_8"> |
|
881 | <spacer name="horizontalSpacer_8"> | |
882 | <property name="orientation"> |
|
882 | <property name="orientation"> | |
883 | <enum>Qt::Horizontal</enum> |
|
883 | <enum>Qt::Horizontal</enum> | |
884 | </property> |
|
884 | </property> | |
885 | <property name="sizeType"> |
|
885 | <property name="sizeType"> | |
886 | <enum>QSizePolicy::Minimum</enum> |
|
886 | <enum>QSizePolicy::Minimum</enum> | |
887 | </property> |
|
887 | </property> | |
888 | <property name="sizeHint" stdset="0"> |
|
888 | <property name="sizeHint" stdset="0"> | |
889 | <size> |
|
889 | <size> | |
890 | <width>40</width> |
|
890 | <width>40</width> | |
891 | <height>20</height> |
|
891 | <height>20</height> | |
892 | </size> |
|
892 | </size> | |
893 | </property> |
|
893 | </property> | |
894 | </spacer> |
|
894 | </spacer> | |
895 | </item> |
|
895 | </item> | |
896 | <item> |
|
896 | <item> | |
897 | <widget class="QLabel" name="lblDevD"> |
|
897 | <widget class="QLabel" name="lblDevD"> | |
898 | <property name="text"> |
|
898 | <property name="text"> | |
899 | <string>DEV D</string> |
|
899 | <string>DEV D</string> | |
900 | </property> |
|
900 | </property> | |
901 | <property name="alignment"> |
|
901 | <property name="alignment"> | |
902 | <set>Qt::AlignCenter</set> |
|
902 | <set>Qt::AlignCenter</set> | |
903 | </property> |
|
903 | </property> | |
904 | </widget> |
|
904 | </widget> | |
905 | </item> |
|
905 | </item> | |
906 | <item> |
|
906 | <item> | |
907 | <widget class="QLineEdit" name="txtBstatusD"> |
|
907 | <widget class="QLineEdit" name="txtBstatusD"> | |
908 | <property name="readOnly"> |
|
908 | <property name="readOnly"> | |
909 | <bool>true</bool> |
|
909 | <bool>true</bool> | |
910 | </property> |
|
910 | </property> | |
911 | </widget> |
|
911 | </widget> | |
912 | </item> |
|
912 | </item> | |
913 | <item> |
|
913 | <item> | |
914 | <widget class="QLineEdit" name="txtBdiscD"> |
|
914 | <widget class="QLineEdit" name="txtBdiscD"> | |
915 | <property name="readOnly"> |
|
915 | <property name="readOnly"> | |
916 | <bool>true</bool> |
|
916 | <bool>true</bool> | |
917 | </property> |
|
917 | </property> | |
918 | </widget> |
|
918 | </widget> | |
919 | </item> |
|
919 | </item> | |
920 | <item> |
|
920 | <item> | |
921 | <widget class="QLineEdit" name="txtBcopyD"> |
|
921 | <widget class="QLineEdit" name="txtBcopyD"> | |
922 | <property name="readOnly"> |
|
922 | <property name="readOnly"> | |
923 | <bool>true</bool> |
|
923 | <bool>true</bool> | |
924 | </property> |
|
924 | </property> | |
925 | </widget> |
|
925 | </widget> | |
926 | </item> |
|
926 | </item> | |
927 | </layout> |
|
927 | </layout> | |
928 | </item> |
|
928 | </item> | |
929 | </layout> |
|
929 | </layout> | |
930 | </item> |
|
930 | </item> | |
931 | <item> |
|
931 | <item> | |
932 | <spacer name="verticalSpacer"> |
|
932 | <spacer name="verticalSpacer"> | |
933 | <property name="orientation"> |
|
933 | <property name="orientation"> | |
934 | <enum>Qt::Vertical</enum> |
|
934 | <enum>Qt::Vertical</enum> | |
935 | </property> |
|
935 | </property> | |
936 | <property name="sizeType"> |
|
936 | <property name="sizeType"> | |
937 | <enum>QSizePolicy::Fixed</enum> |
|
937 | <enum>QSizePolicy::Fixed</enum> | |
938 | </property> |
|
938 | </property> | |
939 | <property name="sizeHint" stdset="0"> |
|
939 | <property name="sizeHint" stdset="0"> | |
940 | <size> |
|
940 | <size> | |
941 | <width>20</width> |
|
941 | <width>20</width> | |
942 | <height>20</height> |
|
942 | <height>20</height> | |
943 | </size> |
|
943 | </size> | |
944 | </property> |
|
944 | </property> | |
945 | </spacer> |
|
945 | </spacer> | |
946 | </item> |
|
946 | </item> | |
947 | <item> |
|
947 | <item> | |
948 | <layout class="QHBoxLayout" name="horizontalLayout_16"> |
|
948 | <layout class="QHBoxLayout" name="horizontalLayout_16"> | |
949 | <item> |
|
949 | <item> | |
950 | <widget class="QLabel" name="label"> |
|
950 | <widget class="QLabel" name="label"> | |
951 | <property name="text"> |
|
951 | <property name="text"> | |
952 | <string>CHECK</string> |
|
952 | <string>CHECK</string> | |
953 | </property> |
|
953 | </property> | |
954 | </widget> |
|
954 | </widget> | |
955 | </item> |
|
955 | </item> | |
956 | <item> |
|
956 | <item> | |
957 | <spacer name="horizontalSpacer_14"> |
|
957 | <spacer name="horizontalSpacer_14"> | |
958 | <property name="orientation"> |
|
958 | <property name="orientation"> | |
959 | <enum>Qt::Horizontal</enum> |
|
959 | <enum>Qt::Horizontal</enum> | |
960 | </property> |
|
960 | </property> | |
961 | <property name="sizeHint" stdset="0"> |
|
961 | <property name="sizeHint" stdset="0"> | |
962 | <size> |
|
962 | <size> | |
963 | <width>40</width> |
|
963 | <width>40</width> | |
964 | <height>20</height> |
|
964 | <height>20</height> | |
965 | </size> |
|
965 | </size> | |
966 | </property> |
|
966 | </property> | |
967 | </spacer> |
|
967 | </spacer> | |
968 | </item> |
|
968 | </item> | |
969 | </layout> |
|
969 | </layout> | |
970 | </item> |
|
970 | </item> | |
971 | <item> |
|
971 | <item> | |
972 | <layout class="QHBoxLayout" name="horizontalLayout_17"> |
|
972 | <layout class="QHBoxLayout" name="horizontalLayout_17"> | |
973 | <item> |
|
973 | <item> | |
974 | <spacer name="horizontalSpacer_13"> |
|
974 | <spacer name="horizontalSpacer_13"> | |
975 | <property name="orientation"> |
|
975 | <property name="orientation"> | |
976 | <enum>Qt::Horizontal</enum> |
|
976 | <enum>Qt::Horizontal</enum> | |
977 | </property> |
|
977 | </property> | |
978 | <property name="sizeType"> |
|
978 | <property name="sizeType"> | |
979 | <enum>QSizePolicy::Fixed</enum> |
|
979 | <enum>QSizePolicy::Fixed</enum> | |
980 | </property> |
|
980 | </property> | |
981 | <property name="sizeHint" stdset="0"> |
|
981 | <property name="sizeHint" stdset="0"> | |
982 | <size> |
|
982 | <size> | |
983 | <width>50</width> |
|
983 | <width>50</width> | |
984 | <height>20</height> |
|
984 | <height>20</height> | |
985 | </size> |
|
985 | </size> | |
986 | </property> |
|
986 | </property> | |
987 | </spacer> |
|
987 | </spacer> | |
988 | </item> |
|
988 | </item> | |
989 | <item> |
|
989 | <item> | |
990 | <widget class="QLineEdit" name="txtTDpath"> |
|
990 | <widget class="QLineEdit" name="txtTDpath"> | |
991 | <property name="enabled"> |
|
991 | <property name="enabled"> | |
992 | <bool>false</bool> |
|
992 | <bool>false</bool> | |
993 | </property> |
|
993 | </property> | |
994 | </widget> |
|
994 | </widget> | |
995 | </item> |
|
995 | </item> | |
996 | <item> |
|
996 | <item> | |
997 | <widget class="QPushButton" name="btnTDpath"> |
|
997 | <widget class="QPushButton" name="btnTDpath"> | |
998 | <property name="enabled"> |
|
998 | <property name="enabled"> | |
999 | <bool>false</bool> |
|
999 | <bool>false</bool> | |
1000 | </property> |
|
1000 | </property> | |
1001 | <property name="text"> |
|
1001 | <property name="text"> | |
1002 | <string>Temp Data Path</string> |
|
1002 | <string>Temp Data Path</string> | |
1003 | </property> |
|
1003 | </property> | |
1004 | </widget> |
|
1004 | </widget> | |
1005 | </item> |
|
1005 | </item> | |
1006 | </layout> |
|
1006 | </layout> | |
1007 | </item> |
|
1007 | </item> | |
1008 | <item> |
|
1008 | <item> | |
1009 | <layout class="QHBoxLayout" name="horizontalLayout_19"> |
|
1009 | <layout class="QHBoxLayout" name="horizontalLayout_19"> | |
1010 | <item> |
|
1010 | <item> | |
1011 | <layout class="QVBoxLayout" name="verticalLayout_26"> |
|
1011 | <layout class="QVBoxLayout" name="verticalLayout_26"> | |
1012 | <item> |
|
1012 | <item> | |
1013 | <spacer name="horizontalSpacer_10"> |
|
1013 | <spacer name="horizontalSpacer_10"> | |
1014 | <property name="orientation"> |
|
1014 | <property name="orientation"> | |
1015 | <enum>Qt::Horizontal</enum> |
|
1015 | <enum>Qt::Horizontal</enum> | |
1016 | </property> |
|
1016 | </property> | |
1017 | <property name="sizeType"> |
|
1017 | <property name="sizeType"> | |
1018 | <enum>QSizePolicy::Minimum</enum> |
|
1018 | <enum>QSizePolicy::Minimum</enum> | |
1019 | </property> |
|
1019 | </property> | |
1020 | <property name="sizeHint" stdset="0"> |
|
1020 | <property name="sizeHint" stdset="0"> | |
1021 | <size> |
|
1021 | <size> | |
1022 | <width>40</width> |
|
1022 | <width>40</width> | |
1023 | <height>20</height> |
|
1023 | <height>20</height> | |
1024 | </size> |
|
1024 | </size> | |
1025 | </property> |
|
1025 | </property> | |
1026 | </spacer> |
|
1026 | </spacer> | |
1027 | </item> |
|
1027 | </item> | |
1028 | <item> |
|
1028 | <item> | |
1029 | <widget class="QLabel" name="lblSTATUS_2"> |
|
1029 | <widget class="QLabel" name="lblSTATUS_2"> | |
1030 | <property name="sizePolicy"> |
|
1030 | <property name="sizePolicy"> | |
1031 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
1031 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | |
1032 | <horstretch>0</horstretch> |
|
1032 | <horstretch>0</horstretch> | |
1033 | <verstretch>0</verstretch> |
|
1033 | <verstretch>0</verstretch> | |
1034 | </sizepolicy> |
|
1034 | </sizepolicy> | |
1035 | </property> |
|
1035 | </property> | |
1036 | <property name="text"> |
|
1036 | <property name="text"> | |
1037 | <string>STATUS</string> |
|
1037 | <string>STATUS</string> | |
1038 | </property> |
|
1038 | </property> | |
1039 | </widget> |
|
1039 | </widget> | |
1040 | </item> |
|
1040 | </item> | |
1041 | </layout> |
|
1041 | </layout> | |
1042 | </item> |
|
1042 | </item> | |
1043 | <item> |
|
1043 | <item> | |
1044 | <layout class="QVBoxLayout" name="verticalLayout_27"> |
|
1044 | <layout class="QVBoxLayout" name="verticalLayout_27"> | |
1045 | <item> |
|
1045 | <item> | |
1046 | <widget class="QLabel" name="lblDevA_2"> |
|
1046 | <widget class="QLabel" name="lblDevA_2"> | |
1047 | <property name="text"> |
|
1047 | <property name="text"> | |
1048 | <string>DEV A</string> |
|
1048 | <string>DEV A</string> | |
1049 | </property> |
|
1049 | </property> | |
1050 | <property name="alignment"> |
|
1050 | <property name="alignment"> | |
1051 | <set>Qt::AlignCenter</set> |
|
1051 | <set>Qt::AlignCenter</set> | |
1052 | </property> |
|
1052 | </property> | |
1053 | </widget> |
|
1053 | </widget> | |
1054 | </item> |
|
1054 | </item> | |
1055 | <item> |
|
1055 | <item> | |
1056 | <widget class="QLineEdit" name="txtCHstatusA"> |
|
1056 | <widget class="QLineEdit" name="txtCHstatusA"> | |
1057 | <property name="readOnly"> |
|
1057 | <property name="readOnly"> | |
1058 | <bool>true</bool> |
|
1058 | <bool>true</bool> | |
1059 | </property> |
|
1059 | </property> | |
1060 | </widget> |
|
1060 | </widget> | |
1061 | </item> |
|
1061 | </item> | |
1062 | </layout> |
|
1062 | </layout> | |
1063 | </item> |
|
1063 | </item> | |
1064 | <item> |
|
1064 | <item> | |
1065 | <layout class="QVBoxLayout" name="verticalLayout_28"> |
|
1065 | <layout class="QVBoxLayout" name="verticalLayout_28"> | |
1066 | <item> |
|
1066 | <item> | |
1067 | <widget class="QLabel" name="lblDevB_2"> |
|
1067 | <widget class="QLabel" name="lblDevB_2"> | |
1068 | <property name="text"> |
|
1068 | <property name="text"> | |
1069 | <string>DEV B</string> |
|
1069 | <string>DEV B</string> | |
1070 | </property> |
|
1070 | </property> | |
1071 | <property name="alignment"> |
|
1071 | <property name="alignment"> | |
1072 | <set>Qt::AlignCenter</set> |
|
1072 | <set>Qt::AlignCenter</set> | |
1073 | </property> |
|
1073 | </property> | |
1074 | </widget> |
|
1074 | </widget> | |
1075 | </item> |
|
1075 | </item> | |
1076 | <item> |
|
1076 | <item> | |
1077 | <widget class="QLineEdit" name="txtCHstatusB"> |
|
1077 | <widget class="QLineEdit" name="txtCHstatusB"> | |
1078 | <property name="readOnly"> |
|
1078 | <property name="readOnly"> | |
1079 | <bool>true</bool> |
|
1079 | <bool>true</bool> | |
1080 | </property> |
|
1080 | </property> | |
1081 | </widget> |
|
1081 | </widget> | |
1082 | </item> |
|
1082 | </item> | |
1083 | </layout> |
|
1083 | </layout> | |
1084 | </item> |
|
1084 | </item> | |
1085 | <item> |
|
1085 | <item> | |
1086 | <layout class="QVBoxLayout" name="verticalLayout_29"> |
|
1086 | <layout class="QVBoxLayout" name="verticalLayout_29"> | |
1087 | <item> |
|
1087 | <item> | |
1088 | <widget class="QLabel" name="lblDevC_2"> |
|
1088 | <widget class="QLabel" name="lblDevC_2"> | |
1089 | <property name="text"> |
|
1089 | <property name="text"> | |
1090 | <string>DEV C</string> |
|
1090 | <string>DEV C</string> | |
1091 | </property> |
|
1091 | </property> | |
1092 | <property name="alignment"> |
|
1092 | <property name="alignment"> | |
1093 | <set>Qt::AlignCenter</set> |
|
1093 | <set>Qt::AlignCenter</set> | |
1094 | </property> |
|
1094 | </property> | |
1095 | </widget> |
|
1095 | </widget> | |
1096 | </item> |
|
1096 | </item> | |
1097 | <item> |
|
1097 | <item> | |
1098 | <widget class="QLineEdit" name="txtCHstatusC"> |
|
1098 | <widget class="QLineEdit" name="txtCHstatusC"> | |
1099 | <property name="readOnly"> |
|
1099 | <property name="readOnly"> | |
1100 | <bool>true</bool> |
|
1100 | <bool>true</bool> | |
1101 | </property> |
|
1101 | </property> | |
1102 | </widget> |
|
1102 | </widget> | |
1103 | </item> |
|
1103 | </item> | |
1104 | </layout> |
|
1104 | </layout> | |
1105 | </item> |
|
1105 | </item> | |
1106 | <item> |
|
1106 | <item> | |
1107 | <layout class="QVBoxLayout" name="verticalLayout_30"> |
|
1107 | <layout class="QVBoxLayout" name="verticalLayout_30"> | |
1108 | <item> |
|
1108 | <item> | |
1109 | <widget class="QLabel" name="lblDevD_2"> |
|
1109 | <widget class="QLabel" name="lblDevD_2"> | |
1110 | <property name="text"> |
|
1110 | <property name="text"> | |
1111 | <string>DEV D</string> |
|
1111 | <string>DEV D</string> | |
1112 | </property> |
|
1112 | </property> | |
1113 | <property name="alignment"> |
|
1113 | <property name="alignment"> | |
1114 | <set>Qt::AlignCenter</set> |
|
1114 | <set>Qt::AlignCenter</set> | |
1115 | </property> |
|
1115 | </property> | |
1116 | </widget> |
|
1116 | </widget> | |
1117 | </item> |
|
1117 | </item> | |
1118 | <item> |
|
1118 | <item> | |
1119 | <widget class="QLineEdit" name="txtCHstatusD"> |
|
1119 | <widget class="QLineEdit" name="txtCHstatusD"> | |
1120 | <property name="readOnly"> |
|
1120 | <property name="readOnly"> | |
1121 | <bool>true</bool> |
|
1121 | <bool>true</bool> | |
1122 | </property> |
|
1122 | </property> | |
1123 | </widget> |
|
1123 | </widget> | |
1124 | </item> |
|
1124 | </item> | |
1125 | </layout> |
|
1125 | </layout> | |
1126 | </item> |
|
1126 | </item> | |
1127 | </layout> |
|
1127 | </layout> | |
1128 | </item> |
|
1128 | </item> | |
1129 | <item> |
|
1129 | <item> | |
1130 | <layout class="QHBoxLayout" name="horizontalLayout_20"> |
|
1130 | <layout class="QHBoxLayout" name="horizontalLayout_20"> | |
1131 | <item> |
|
1131 | <item> | |
1132 | <spacer name="horizontalSpacer_12"> |
|
1132 | <spacer name="horizontalSpacer_12"> | |
1133 | <property name="orientation"> |
|
1133 | <property name="orientation"> | |
1134 | <enum>Qt::Horizontal</enum> |
|
1134 | <enum>Qt::Horizontal</enum> | |
1135 | </property> |
|
1135 | </property> | |
1136 | <property name="sizeType"> |
|
1136 | <property name="sizeType"> | |
1137 | <enum>QSizePolicy::Minimum</enum> |
|
1137 | <enum>QSizePolicy::Minimum</enum> | |
1138 | </property> |
|
1138 | </property> | |
1139 | <property name="sizeHint" stdset="0"> |
|
1139 | <property name="sizeHint" stdset="0"> | |
1140 | <size> |
|
1140 | <size> | |
1141 | <width>50</width> |
|
1141 | <width>50</width> | |
1142 | <height>20</height> |
|
1142 | <height>20</height> | |
1143 | </size> |
|
1143 | </size> | |
1144 | </property> |
|
1144 | </property> | |
1145 | </spacer> |
|
1145 | </spacer> | |
1146 | </item> |
|
1146 | </item> | |
1147 | <item> |
|
1147 | <item> | |
1148 | <widget class="QCheckBox" name="chkCheck"> |
|
1148 | <widget class="QCheckBox" name="chkCheck"> | |
1149 | <property name="enabled"> |
|
1149 | <property name="enabled"> | |
1150 | <bool>true</bool> |
|
1150 | <bool>true</bool> | |
1151 | </property> |
|
1151 | </property> | |
1152 | <property name="text"> |
|
1152 | <property name="text"> | |
1153 | <string>MANUAL</string> |
|
1153 | <string>MANUAL</string> | |
1154 | </property> |
|
1154 | </property> | |
1155 | </widget> |
|
1155 | </widget> | |
1156 | </item> |
|
1156 | </item> | |
1157 | <item> |
|
1157 | <item> | |
1158 | <spacer name="horizontalSpacer_15"> |
|
1158 | <spacer name="horizontalSpacer_15"> | |
1159 | <property name="orientation"> |
|
1159 | <property name="orientation"> | |
1160 | <enum>Qt::Horizontal</enum> |
|
1160 | <enum>Qt::Horizontal</enum> | |
1161 | </property> |
|
1161 | </property> | |
1162 | <property name="sizeHint" stdset="0"> |
|
1162 | <property name="sizeHint" stdset="0"> | |
1163 | <size> |
|
1163 | <size> | |
1164 | <width>40</width> |
|
1164 | <width>40</width> | |
1165 | <height>20</height> |
|
1165 | <height>20</height> | |
1166 | </size> |
|
1166 | </size> | |
1167 | </property> |
|
1167 | </property> | |
1168 | </spacer> |
|
1168 | </spacer> | |
1169 | </item> |
|
1169 | </item> | |
1170 | <item> |
|
1170 | <item> | |
1171 | <widget class="QPushButton" name="btnCHstart"> |
|
1171 | <widget class="QPushButton" name="btnCHstart"> | |
1172 | <property name="enabled"> |
|
1172 | <property name="enabled"> | |
1173 | <bool>false</bool> |
|
1173 | <bool>false</bool> | |
1174 | </property> |
|
1174 | </property> | |
1175 | <property name="text"> |
|
1175 | <property name="text"> | |
1176 | <string>START</string> |
|
1176 | <string>START</string> | |
1177 | </property> |
|
1177 | </property> | |
1178 | </widget> |
|
1178 | </widget> | |
1179 | </item> |
|
1179 | </item> | |
1180 | </layout> |
|
1180 | </layout> | |
1181 | </item> |
|
1181 | </item> | |
1182 | <item> |
|
1182 | <item> | |
1183 | <widget class="QWidget" name="widget_2" native="true"> |
|
1183 | <widget class="QWidget" name="widget_2" native="true"> | |
1184 | <property name="sizePolicy"> |
|
1184 | <property name="sizePolicy"> | |
1185 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
1185 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | |
1186 | <horstretch>0</horstretch> |
|
1186 | <horstretch>0</horstretch> | |
1187 | <verstretch>0</verstretch> |
|
1187 | <verstretch>0</verstretch> | |
1188 | </sizepolicy> |
|
1188 | </sizepolicy> | |
1189 | </property> |
|
1189 | </property> | |
1190 | <property name="maximumSize"> |
|
1190 | <property name="maximumSize"> | |
1191 | <size> |
|
1191 | <size> | |
1192 | <width>500</width> |
|
1192 | <width>500</width> | |
1193 | <height>16777215</height> |
|
1193 | <height>16777215</height> | |
1194 | </size> |
|
1194 | </size> | |
1195 | </property> |
|
1195 | </property> | |
1196 | <layout class="QGridLayout" name="gridLayout_2"/> |
|
1196 | <layout class="QGridLayout" name="gridLayout_2"/> | |
1197 | </widget> |
|
1197 | </widget> | |
1198 | </item> |
|
1198 | </item> | |
1199 | </layout> |
|
1199 | </layout> | |
1200 | </widget> |
|
1200 | </widget> | |
1201 | </widget> |
|
1201 | </widget> | |
1202 | </item> |
|
1202 | </item> | |
1203 | <item> |
|
1203 | <item> | |
1204 | <widget class="QTextEdit" name="txtInfo"> |
|
1204 | <widget class="QTextEdit" name="txtInfo"> | |
1205 | <property name="readOnly"> |
|
1205 | <property name="readOnly"> | |
1206 | <bool>true</bool> |
|
1206 | <bool>true</bool> | |
1207 | </property> |
|
1207 | </property> | |
1208 | </widget> |
|
1208 | </widget> | |
1209 | </item> |
|
1209 | </item> | |
1210 | <item> |
|
1210 | <item> | |
1211 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
1211 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
1212 | <property name="sizeConstraint"> |
|
1212 | <property name="sizeConstraint"> | |
1213 | <enum>QLayout::SetDefaultConstraint</enum> |
|
1213 | <enum>QLayout::SetDefaultConstraint</enum> | |
1214 | </property> |
|
1214 | </property> | |
1215 | <item> |
|
1215 | <item> | |
1216 | <widget class="QPushButton" name="btnGbkp"> |
|
1216 | <widget class="QPushButton" name="btnGbkp"> | |
1217 | <property name="enabled"> |
|
1217 | <property name="enabled"> | |
1218 | <bool>false</bool> |
|
1218 | <bool>false</bool> | |
1219 | </property> |
|
1219 | </property> | |
1220 | <property name="text"> |
|
1220 | <property name="text"> | |
1221 | <string>Generate Bkp</string> |
|
1221 | <string>Generate Bkp</string> | |
1222 | </property> |
|
1222 | </property> | |
1223 | </widget> |
|
1223 | </widget> | |
1224 | </item> |
|
1224 | </item> | |
1225 | <item> |
|
1225 | <item> | |
1226 | <widget class="QPushButton" name="btnRestart"> |
|
1226 | <widget class="QPushButton" name="btnRestart"> | |
1227 | <property name="enabled"> |
|
1227 | <property name="enabled"> | |
1228 | <bool>false</bool> |
|
1228 | <bool>false</bool> | |
1229 | </property> |
|
1229 | </property> | |
1230 | <property name="text"> |
|
1230 | <property name="text"> | |
1231 | <string>Restart</string> |
|
1231 | <string>Restart</string> | |
1232 | </property> |
|
1232 | </property> | |
1233 | </widget> |
|
1233 | </widget> | |
1234 | </item> |
|
1234 | </item> | |
1235 | <item> |
|
1235 | <item> | |
1236 | <widget class="QPushButton" name="btnStartburn"> |
|
1236 | <widget class="QPushButton" name="btnStartburn"> | |
1237 | <property name="enabled"> |
|
1237 | <property name="enabled"> | |
1238 | <bool>false</bool> |
|
1238 | <bool>false</bool> | |
1239 | </property> |
|
1239 | </property> | |
1240 | <property name="text"> |
|
1240 | <property name="text"> | |
1241 | <string>Start Burn</string> |
|
1241 | <string>Start Burn</string> | |
1242 | </property> |
|
1242 | </property> | |
1243 | </widget> |
|
1243 | </widget> | |
1244 | </item> |
|
1244 | </item> | |
1245 | <item> |
|
1245 | <item> | |
1246 | <widget class="QPushButton" name="btnStopburn"> |
|
1246 | <widget class="QPushButton" name="btnStopburn"> | |
1247 | <property name="enabled"> |
|
1247 | <property name="enabled"> | |
1248 | <bool>false</bool> |
|
1248 | <bool>false</bool> | |
1249 | </property> |
|
1249 | </property> | |
1250 | <property name="text"> |
|
1250 | <property name="text"> | |
1251 | <string>Stop Burn</string> |
|
1251 | <string>Stop Burn</string> | |
1252 | </property> |
|
1252 | </property> | |
1253 | </widget> |
|
1253 | </widget> | |
1254 | </item> |
|
1254 | </item> | |
1255 | </layout> |
|
1255 | </layout> | |
1256 | </item> |
|
1256 | </item> | |
1257 | </layout> |
|
1257 | </layout> | |
1258 | </widget> |
|
1258 | </widget> | |
1259 | <widget class="QMenuBar" name="menubar"> |
|
1259 | <widget class="QMenuBar" name="menubar"> | |
1260 | <property name="geometry"> |
|
1260 | <property name="geometry"> | |
1261 | <rect> |
|
1261 | <rect> | |
1262 | <x>0</x> |
|
1262 | <x>0</x> | |
1263 | <y>0</y> |
|
1263 | <y>0</y> | |
1264 |
<width> |
|
1264 | <width>824</width> | |
1265 |
<height>2 |
|
1265 | <height>25</height> | |
1266 | </rect> |
|
1266 | </rect> | |
1267 | </property> |
|
1267 | </property> | |
1268 | <widget class="QMenu" name="menuFile"> |
|
1268 | <widget class="QMenu" name="menuFile"> | |
1269 | <property name="title"> |
|
1269 | <property name="title"> | |
1270 | <string>File</string> |
|
1270 | <string>File</string> | |
1271 | </property> |
|
1271 | </property> | |
1272 | <addaction name="actionQuit"/> |
|
1272 | <addaction name="actionQuit"/> | |
1273 | </widget> |
|
1273 | </widget> | |
1274 | <widget class="QMenu" name="menuHelp"> |
|
1274 | <widget class="QMenu" name="menuHelp"> | |
1275 | <property name="title"> |
|
1275 | <property name="title"> | |
1276 | <string>Help</string> |
|
1276 | <string>Help</string> | |
1277 | </property> |
|
1277 | </property> | |
1278 | <addaction name="actionAbout"/> |
|
1278 | <addaction name="actionAbout"/> | |
1279 | </widget> |
|
1279 | </widget> | |
1280 | <widget class="QMenu" name="menuParameters"> |
|
1280 | <widget class="QMenu" name="menuParameters"> | |
1281 | <property name="title"> |
|
1281 | <property name="title"> | |
1282 | <string>Parameters</string> |
|
1282 | <string>Parameters</string> | |
1283 | </property> |
|
1283 | </property> | |
1284 | <addaction name="actionChange_Parameters"/> |
|
1284 | <addaction name="actionChange_Parameters"/> | |
1285 | </widget> |
|
1285 | </widget> | |
1286 | <addaction name="menuFile"/> |
|
1286 | <addaction name="menuFile"/> | |
1287 | <addaction name="menuParameters"/> |
|
1287 | <addaction name="menuParameters"/> | |
1288 | <addaction name="menuHelp"/> |
|
1288 | <addaction name="menuHelp"/> | |
1289 | </widget> |
|
1289 | </widget> | |
1290 | <widget class="QStatusBar" name="statusbar"/> |
|
1290 | <widget class="QStatusBar" name="statusbar"/> | |
1291 | <action name="actionChange_Parameters"> |
|
1291 | <action name="actionChange_Parameters"> | |
1292 | <property name="enabled"> |
|
1292 | <property name="enabled"> | |
1293 | <bool>false</bool> |
|
1293 | <bool>false</bool> | |
1294 | </property> |
|
1294 | </property> | |
1295 | <property name="text"> |
|
1295 | <property name="text"> | |
1296 | <string>Change Parameters</string> |
|
1296 | <string>Change Parameters</string> | |
1297 | </property> |
|
1297 | </property> | |
1298 | </action> |
|
1298 | </action> | |
1299 | <action name="actionQuit"> |
|
1299 | <action name="actionQuit"> | |
1300 | <property name="text"> |
|
1300 | <property name="text"> | |
1301 | <string>Quit</string> |
|
1301 | <string>Quit</string> | |
1302 | </property> |
|
1302 | </property> | |
1303 | </action> |
|
1303 | </action> | |
1304 | <action name="actionAbout"> |
|
1304 | <action name="actionAbout"> | |
1305 | <property name="text"> |
|
1305 | <property name="text"> | |
1306 | <string>About</string> |
|
1306 | <string>About</string> | |
1307 | </property> |
|
1307 | </property> | |
1308 | </action> |
|
1308 | </action> | |
1309 | </widget> |
|
1309 | </widget> | |
1310 | <tabstops> |
|
1310 | <tabstops> | |
1311 | <tabstop>txtDpath</tabstop> |
|
1311 | <tabstop>txtDpath</tabstop> | |
1312 | <tabstop>btnDpath</tabstop> |
|
1312 | <tabstop>btnDpath</tabstop> | |
1313 | <tabstop>txtRpath</tabstop> |
|
1313 | <tabstop>txtRpath</tabstop> | |
1314 | <tabstop>btnRpath</tabstop> |
|
1314 | <tabstop>btnRpath</tabstop> | |
1315 | <tabstop>lstDtype</tabstop> |
|
1315 | <tabstop>lstDtype</tabstop> | |
1316 | <tabstop>txtDtype</tabstop> |
|
1316 | <tabstop>txtDtype</tabstop> | |
1317 | <tabstop>txtElabel</tabstop> |
|
1317 | <tabstop>txtElabel</tabstop> | |
1318 | <tabstop>lstStartDay</tabstop> |
|
1318 | <tabstop>lstStartDay</tabstop> | |
1319 | <tabstop>lstStopDay</tabstop> |
|
1319 | <tabstop>lstStopDay</tabstop> | |
1320 | <tabstop>lstDcapacity</tabstop> |
|
1320 | <tabstop>lstDcapacity</tabstop> | |
1321 | <tabstop>tabWidget</tabstop> |
|
1321 | <tabstop>tabWidget</tabstop> | |
1322 | <tabstop>btnGbkp</tabstop> |
|
1322 | <tabstop>btnGbkp</tabstop> | |
1323 | <tabstop>btnRestart</tabstop> |
|
1323 | <tabstop>btnRestart</tabstop> | |
1324 | <tabstop>btnStartburn</tabstop> |
|
1324 | <tabstop>btnStartburn</tabstop> | |
1325 | <tabstop>btnStopburn</tabstop> |
|
1325 | <tabstop>btnStopburn</tabstop> | |
1326 | </tabstops> |
|
1326 | </tabstops> | |
1327 | <resources/> |
|
1327 | <resources/> | |
1328 | <connections> |
|
1328 | <connections> | |
1329 | <connection> |
|
1329 | <connection> | |
1330 | <sender>actionQuit</sender> |
|
1330 | <sender>actionQuit</sender> | |
1331 | <signal>triggered()</signal> |
|
1331 | <signal>triggered()</signal> | |
1332 | <receiver>MainWindow</receiver> |
|
1332 | <receiver>MainWindow</receiver> | |
1333 | <slot>close()</slot> |
|
1333 | <slot>close()</slot> | |
1334 | <hints> |
|
1334 | <hints> | |
1335 | <hint type="sourcelabel"> |
|
1335 | <hint type="sourcelabel"> | |
1336 | <x>-1</x> |
|
1336 | <x>-1</x> | |
1337 | <y>-1</y> |
|
1337 | <y>-1</y> | |
1338 | </hint> |
|
1338 | </hint> | |
1339 | <hint type="destinationlabel"> |
|
1339 | <hint type="destinationlabel"> | |
1340 | <x>306</x> |
|
1340 | <x>306</x> | |
1341 | <y>358</y> |
|
1341 | <y>358</y> | |
1342 | </hint> |
|
1342 | </hint> | |
1343 | </hints> |
|
1343 | </hints> | |
1344 | </connection> |
|
1344 | </connection> | |
1345 | <connection> |
|
1345 | <connection> | |
1346 | <sender>chkCheck</sender> |
|
1346 | <sender>chkCheck</sender> | |
1347 | <signal>toggled(bool)</signal> |
|
1347 | <signal>toggled(bool)</signal> | |
1348 | <receiver>txtTDpath</receiver> |
|
1348 | <receiver>txtTDpath</receiver> | |
1349 | <slot>setEnabled(bool)</slot> |
|
1349 | <slot>setEnabled(bool)</slot> | |
1350 | <hints> |
|
1350 | <hints> | |
1351 | <hint type="sourcelabel"> |
|
1351 | <hint type="sourcelabel"> | |
1352 |
<x>1 |
|
1352 | <x>160</x> | |
1353 |
<y>3 |
|
1353 | <y>378</y> | |
1354 | </hint> |
|
1354 | </hint> | |
1355 | <hint type="destinationlabel"> |
|
1355 | <hint type="destinationlabel"> | |
1356 |
<x> |
|
1356 | <x>231</x> | |
1357 |
<y> |
|
1357 | <y>306</y> | |
1358 | </hint> |
|
1358 | </hint> | |
1359 | </hints> |
|
1359 | </hints> | |
1360 | </connection> |
|
1360 | </connection> | |
1361 | <connection> |
|
1361 | <connection> | |
1362 | <sender>chkCheck</sender> |
|
1362 | <sender>chkCheck</sender> | |
1363 | <signal>toggled(bool)</signal> |
|
1363 | <signal>toggled(bool)</signal> | |
1364 | <receiver>btnTDpath</receiver> |
|
1364 | <receiver>btnTDpath</receiver> | |
1365 | <slot>setEnabled(bool)</slot> |
|
1365 | <slot>setEnabled(bool)</slot> | |
1366 | <hints> |
|
1366 | <hints> | |
1367 | <hint type="sourcelabel"> |
|
1367 | <hint type="sourcelabel"> | |
1368 |
<x>1 |
|
1368 | <x>160</x> | |
1369 |
<y>3 |
|
1369 | <y>387</y> | |
1370 | </hint> |
|
1370 | </hint> | |
1371 | <hint type="destinationlabel"> |
|
1371 | <hint type="destinationlabel"> | |
1372 |
<x> |
|
1372 | <x>802</x> | |
1373 |
<y> |
|
1373 | <y>305</y> | |
1374 | </hint> |
|
1374 | </hint> | |
1375 | </hints> |
|
1375 | </hints> | |
1376 | </connection> |
|
1376 | </connection> | |
1377 | <connection> |
|
1377 | <connection> | |
1378 | <sender>chkCheck</sender> |
|
1378 | <sender>chkCheck</sender> | |
1379 | <signal>toggled(bool)</signal> |
|
1379 | <signal>toggled(bool)</signal> | |
1380 | <receiver>btnCHstart</receiver> |
|
1380 | <receiver>btnCHstart</receiver> | |
1381 | <slot>setEnabled(bool)</slot> |
|
1381 | <slot>setEnabled(bool)</slot> | |
1382 | <hints> |
|
1382 | <hints> | |
1383 | <hint type="sourcelabel"> |
|
1383 | <hint type="sourcelabel"> | |
1384 |
<x>1 |
|
1384 | <x>160</x> | |
1385 |
<y>3 |
|
1385 | <y>383</y> | |
1386 | </hint> |
|
1386 | </hint> | |
1387 | <hint type="destinationlabel"> |
|
1387 | <hint type="destinationlabel"> | |
1388 |
<x> |
|
1388 | <x>802</x> | |
1389 |
<y>3 |
|
1389 | <y>389</y> | |
1390 | </hint> |
|
1390 | </hint> | |
1391 | </hints> |
|
1391 | </hints> | |
1392 | </connection> |
|
1392 | </connection> | |
1393 | <connection> |
|
1393 | <connection> | |
1394 | <sender>chkDevD</sender> |
|
1394 | <sender>chkDevD</sender> | |
1395 | <signal>toggled(bool)</signal> |
|
1395 | <signal>toggled(bool)</signal> | |
1396 | <receiver>grpDevD</receiver> |
|
1396 | <receiver>grpDevD</receiver> | |
1397 | <slot>setEnabled(bool)</slot> |
|
1397 | <slot>setEnabled(bool)</slot> | |
1398 | <hints> |
|
1398 | <hints> | |
1399 | <hint type="sourcelabel"> |
|
1399 | <hint type="sourcelabel"> | |
1400 |
<x> |
|
1400 | <x>701</x> | |
1401 |
<y> |
|
1401 | <y>98</y> | |
1402 | </hint> |
|
1402 | </hint> | |
1403 | <hint type="destinationlabel"> |
|
1403 | <hint type="destinationlabel"> | |
1404 |
<x> |
|
1404 | <x>701</x> | |
1405 |
<y>2 |
|
1405 | <y>251</y> | |
1406 | </hint> |
|
1406 | </hint> | |
1407 | </hints> |
|
1407 | </hints> | |
1408 | </connection> |
|
1408 | </connection> | |
1409 | <connection> |
|
1409 | <connection> | |
1410 | <sender>chkDevB</sender> |
|
1410 | <sender>chkDevB</sender> | |
1411 | <signal>toggled(bool)</signal> |
|
1411 | <signal>toggled(bool)</signal> | |
1412 | <receiver>grpDevB</receiver> |
|
1412 | <receiver>grpDevB</receiver> | |
1413 | <slot>setEnabled(bool)</slot> |
|
1413 | <slot>setEnabled(bool)</slot> | |
1414 | <hints> |
|
1414 | <hints> | |
1415 | <hint type="sourcelabel"> |
|
1415 | <hint type="sourcelabel"> | |
1416 | <x>263</x> |
|
1416 | <x>263</x> | |
1417 | <y>79</y> |
|
1417 | <y>79</y> | |
1418 | </hint> |
|
1418 | </hint> | |
1419 | <hint type="destinationlabel"> |
|
1419 | <hint type="destinationlabel"> | |
1420 | <x>251</x> |
|
1420 | <x>251</x> | |
1421 | <y>167</y> |
|
1421 | <y>167</y> | |
1422 | </hint> |
|
1422 | </hint> | |
1423 | </hints> |
|
1423 | </hints> | |
1424 | </connection> |
|
1424 | </connection> | |
1425 | <connection> |
|
1425 | <connection> | |
1426 | <sender>chkDevC</sender> |
|
1426 | <sender>chkDevC</sender> | |
1427 | <signal>toggled(bool)</signal> |
|
1427 | <signal>toggled(bool)</signal> | |
1428 | <receiver>grpDevC</receiver> |
|
1428 | <receiver>grpDevC</receiver> | |
1429 | <slot>setEnabled(bool)</slot> |
|
1429 | <slot>setEnabled(bool)</slot> | |
1430 | <hints> |
|
1430 | <hints> | |
1431 | <hint type="sourcelabel"> |
|
1431 | <hint type="sourcelabel"> | |
1432 | <x>391</x> |
|
1432 | <x>391</x> | |
1433 | <y>79</y> |
|
1433 | <y>79</y> | |
1434 | </hint> |
|
1434 | </hint> | |
1435 | <hint type="destinationlabel"> |
|
1435 | <hint type="destinationlabel"> | |
1436 | <x>391</x> |
|
1436 | <x>391</x> | |
1437 | <y>202</y> |
|
1437 | <y>202</y> | |
1438 | </hint> |
|
1438 | </hint> | |
1439 | </hints> |
|
1439 | </hints> | |
1440 | </connection> |
|
1440 | </connection> | |
1441 | <connection> |
|
1441 | <connection> | |
1442 | <sender>chkDevA</sender> |
|
1442 | <sender>chkDevA</sender> | |
1443 | <signal>toggled(bool)</signal> |
|
1443 | <signal>toggled(bool)</signal> | |
1444 | <receiver>grpDevA</receiver> |
|
1444 | <receiver>grpDevA</receiver> | |
1445 | <slot>setEnabled(bool)</slot> |
|
1445 | <slot>setEnabled(bool)</slot> | |
1446 | <hints> |
|
1446 | <hints> | |
1447 | <hint type="sourcelabel"> |
|
1447 | <hint type="sourcelabel"> | |
1448 | <x>105</x> |
|
1448 | <x>105</x> | |
1449 | <y>79</y> |
|
1449 | <y>79</y> | |
1450 | </hint> |
|
1450 | </hint> | |
1451 | <hint type="destinationlabel"> |
|
1451 | <hint type="destinationlabel"> | |
1452 | <x>95</x> |
|
1452 | <x>95</x> | |
1453 | <y>167</y> |
|
1453 | <y>167</y> | |
1454 | </hint> |
|
1454 | </hint> | |
1455 | </hints> |
|
1455 | </hints> | |
1456 | </connection> |
|
1456 | </connection> | |
1457 | </connections> |
|
1457 | </connections> | |
1458 | </ui> |
|
1458 | </ui> |
@@ -1,702 +1,707 | |||||
1 | # -*- coding: utf-8 -*- |
|
1 | # -*- coding: utf-8 -*- | |
2 |
|
2 | |||
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' |
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' | |
4 | # |
|
4 | # | |
5 |
# Created: |
|
5 | # Created: Mon May 24 08:52:42 2010 | |
6 |
# by: PyQt4 UI code generator 4. |
|
6 | # by: PyQt4 UI code generator 4.6 | |
7 | # |
|
7 | # | |
8 | # WARNING! All changes made in this file will be lost! |
|
8 | # WARNING! All changes made in this file will be lost! | |
9 |
|
9 | |||
10 | from PyQt4 import QtCore, QtGui |
|
10 | from PyQt4 import QtCore, QtGui | |
11 |
|
11 | |||
12 | class Ui_MainWindow(object): |
|
12 | class Ui_MainWindow(object): | |
13 | def setupUi(self, MainWindow): |
|
13 | def setupUi(self, MainWindow): | |
14 | MainWindow.setObjectName("MainWindow") |
|
14 | MainWindow.setObjectName("MainWindow") | |
15 |
MainWindow.resize( |
|
15 | MainWindow.resize(824, 717) | |
16 | self.centralwidget = QtGui.QWidget(MainWindow) |
|
16 | self.centralwidget = QtGui.QWidget(MainWindow) | |
17 | self.centralwidget.setObjectName("centralwidget") |
|
17 | self.centralwidget.setObjectName("centralwidget") | |
18 | self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) |
|
18 | self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) | |
19 | self.verticalLayout.setObjectName("verticalLayout") |
|
19 | self.verticalLayout.setObjectName("verticalLayout") | |
20 | self.tabWidget = QtGui.QTabWidget(self.centralwidget) |
|
20 | self.tabWidget = QtGui.QTabWidget(self.centralwidget) | |
21 | self.tabWidget.setEnabled(True) |
|
21 | self.tabWidget.setEnabled(True) | |
22 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) |
|
22 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) | |
23 | sizePolicy.setHorizontalStretch(0) |
|
23 | sizePolicy.setHorizontalStretch(0) | |
24 | sizePolicy.setVerticalStretch(0) |
|
24 | sizePolicy.setVerticalStretch(0) | |
25 | sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) |
|
25 | sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) | |
26 | self.tabWidget.setSizePolicy(sizePolicy) |
|
26 | self.tabWidget.setSizePolicy(sizePolicy) | |
27 | self.tabWidget.setObjectName("tabWidget") |
|
27 | self.tabWidget.setObjectName("tabWidget") | |
28 | self.tabParameters = QtGui.QWidget() |
|
28 | self.tabParameters = QtGui.QWidget() | |
29 | self.tabParameters.setEnabled(True) |
|
29 | self.tabParameters.setEnabled(True) | |
30 | self.tabParameters.setObjectName("tabParameters") |
|
30 | self.tabParameters.setObjectName("tabParameters") | |
31 | self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) |
|
31 | self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) | |
32 | self.verticalLayout_2.setObjectName("verticalLayout_2") |
|
32 | self.verticalLayout_2.setObjectName("verticalLayout_2") | |
33 | self.horizontalLayout = QtGui.QHBoxLayout() |
|
33 | self.horizontalLayout = QtGui.QHBoxLayout() | |
34 | self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) |
|
34 | self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
35 | self.horizontalLayout.setObjectName("horizontalLayout") |
|
35 | self.horizontalLayout.setObjectName("horizontalLayout") | |
36 | self.txtDpath = QtGui.QLineEdit(self.tabParameters) |
|
36 | self.txtDpath = QtGui.QLineEdit(self.tabParameters) | |
37 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) |
|
37 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) | |
38 | sizePolicy.setHorizontalStretch(0) |
|
38 | sizePolicy.setHorizontalStretch(0) | |
39 | sizePolicy.setVerticalStretch(0) |
|
39 | sizePolicy.setVerticalStretch(0) | |
40 | sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) |
|
40 | sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) | |
41 | self.txtDpath.setSizePolicy(sizePolicy) |
|
41 | self.txtDpath.setSizePolicy(sizePolicy) | |
42 | self.txtDpath.setObjectName("txtDpath") |
|
42 | self.txtDpath.setObjectName("txtDpath") | |
43 | self.horizontalLayout.addWidget(self.txtDpath) |
|
43 | self.horizontalLayout.addWidget(self.txtDpath) | |
44 | self.btnDpath = QtGui.QPushButton(self.tabParameters) |
|
44 | self.btnDpath = QtGui.QPushButton(self.tabParameters) | |
45 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) |
|
45 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
46 | sizePolicy.setHorizontalStretch(0) |
|
46 | sizePolicy.setHorizontalStretch(0) | |
47 | sizePolicy.setVerticalStretch(0) |
|
47 | sizePolicy.setVerticalStretch(0) | |
48 | sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) |
|
48 | sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) | |
49 | self.btnDpath.setSizePolicy(sizePolicy) |
|
49 | self.btnDpath.setSizePolicy(sizePolicy) | |
50 | self.btnDpath.setCheckable(False) |
|
50 | self.btnDpath.setCheckable(False) | |
51 | self.btnDpath.setObjectName("btnDpath") |
|
51 | self.btnDpath.setObjectName("btnDpath") | |
52 | self.horizontalLayout.addWidget(self.btnDpath) |
|
52 | self.horizontalLayout.addWidget(self.btnDpath) | |
53 | self.verticalLayout_2.addLayout(self.horizontalLayout) |
|
53 | self.verticalLayout_2.addLayout(self.horizontalLayout) | |
54 | self.horizontalLayout_3 = QtGui.QHBoxLayout() |
|
54 | self.horizontalLayout_3 = QtGui.QHBoxLayout() | |
55 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
|
55 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") | |
56 | self.txtRpath = QtGui.QLineEdit(self.tabParameters) |
|
56 | self.txtRpath = QtGui.QLineEdit(self.tabParameters) | |
57 | self.txtRpath.setObjectName("txtRpath") |
|
57 | self.txtRpath.setObjectName("txtRpath") | |
58 | self.horizontalLayout_3.addWidget(self.txtRpath) |
|
58 | self.horizontalLayout_3.addWidget(self.txtRpath) | |
59 | self.btnRpath = QtGui.QPushButton(self.tabParameters) |
|
59 | self.btnRpath = QtGui.QPushButton(self.tabParameters) | |
60 | self.btnRpath.setObjectName("btnRpath") |
|
60 | self.btnRpath.setObjectName("btnRpath") | |
61 | self.horizontalLayout_3.addWidget(self.btnRpath) |
|
61 | self.horizontalLayout_3.addWidget(self.btnRpath) | |
62 | self.verticalLayout_2.addLayout(self.horizontalLayout_3) |
|
62 | self.verticalLayout_2.addLayout(self.horizontalLayout_3) | |
63 | self.lblDtype = QtGui.QLabel(self.tabParameters) |
|
63 | self.lblDtype = QtGui.QLabel(self.tabParameters) | |
64 | self.lblDtype.setObjectName("lblDtype") |
|
64 | self.lblDtype.setObjectName("lblDtype") | |
65 | self.verticalLayout_2.addWidget(self.lblDtype) |
|
65 | self.verticalLayout_2.addWidget(self.lblDtype) | |
66 | self.horizontalLayout_4 = QtGui.QHBoxLayout() |
|
66 | self.horizontalLayout_4 = QtGui.QHBoxLayout() | |
67 | self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
|
67 | self.horizontalLayout_4.setObjectName("horizontalLayout_4") | |
68 | self.lstDtype = QtGui.QComboBox(self.tabParameters) |
|
68 | self.lstDtype = QtGui.QComboBox(self.tabParameters) | |
69 | self.lstDtype.setObjectName("lstDtype") |
|
69 | self.lstDtype.setObjectName("lstDtype") | |
70 | self.lstDtype.addItem("") |
|
70 | self.lstDtype.addItem("") | |
71 | self.lstDtype.addItem("") |
|
71 | self.lstDtype.addItem("") | |
72 | self.lstDtype.addItem("") |
|
72 | self.lstDtype.addItem("") | |
73 | self.lstDtype.addItem("") |
|
73 | self.lstDtype.addItem("") | |
74 | self.horizontalLayout_4.addWidget(self.lstDtype) |
|
74 | self.horizontalLayout_4.addWidget(self.lstDtype) | |
75 | self.txtDtype = QtGui.QLineEdit(self.tabParameters) |
|
75 | self.txtDtype = QtGui.QLineEdit(self.tabParameters) | |
76 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) |
|
76 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) | |
77 | sizePolicy.setHorizontalStretch(0) |
|
77 | sizePolicy.setHorizontalStretch(0) | |
78 | sizePolicy.setVerticalStretch(0) |
|
78 | sizePolicy.setVerticalStretch(0) | |
79 | sizePolicy.setHeightForWidth(self.txtDtype.sizePolicy().hasHeightForWidth()) |
|
79 | sizePolicy.setHeightForWidth(self.txtDtype.sizePolicy().hasHeightForWidth()) | |
80 | self.txtDtype.setSizePolicy(sizePolicy) |
|
80 | self.txtDtype.setSizePolicy(sizePolicy) | |
81 | self.txtDtype.setReadOnly(True) |
|
81 | self.txtDtype.setReadOnly(True) | |
82 | self.txtDtype.setObjectName("txtDtype") |
|
82 | self.txtDtype.setObjectName("txtDtype") | |
83 | self.horizontalLayout_4.addWidget(self.txtDtype) |
|
83 | self.horizontalLayout_4.addWidget(self.txtDtype) | |
84 | spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
84 | spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
85 | self.horizontalLayout_4.addItem(spacerItem) |
|
85 | self.horizontalLayout_4.addItem(spacerItem) | |
86 | self.verticalLayout_2.addLayout(self.horizontalLayout_4) |
|
86 | self.verticalLayout_2.addLayout(self.horizontalLayout_4) | |
87 | self.horizontalLayout_6 = QtGui.QHBoxLayout() |
|
87 | self.horizontalLayout_6 = QtGui.QHBoxLayout() | |
88 | self.horizontalLayout_6.setObjectName("horizontalLayout_6") |
|
88 | self.horizontalLayout_6.setObjectName("horizontalLayout_6") | |
89 | self.lblElabel = QtGui.QLabel(self.tabParameters) |
|
89 | self.lblElabel = QtGui.QLabel(self.tabParameters) | |
90 | self.lblElabel.setObjectName("lblElabel") |
|
90 | self.lblElabel.setObjectName("lblElabel") | |
91 | self.horizontalLayout_6.addWidget(self.lblElabel) |
|
91 | self.horizontalLayout_6.addWidget(self.lblElabel) | |
92 | self.lblCopys = QtGui.QLabel(self.tabParameters) |
|
92 | self.lblCopys = QtGui.QLabel(self.tabParameters) | |
93 | self.lblCopys.setObjectName("lblCopys") |
|
93 | self.lblCopys.setObjectName("lblCopys") | |
94 | self.horizontalLayout_6.addWidget(self.lblCopys) |
|
94 | self.horizontalLayout_6.addWidget(self.lblCopys) | |
95 | self.verticalLayout_2.addLayout(self.horizontalLayout_6) |
|
95 | self.verticalLayout_2.addLayout(self.horizontalLayout_6) | |
96 | self.horizontalLayout_5 = QtGui.QHBoxLayout() |
|
96 | self.horizontalLayout_5 = QtGui.QHBoxLayout() | |
97 | self.horizontalLayout_5.setObjectName("horizontalLayout_5") |
|
97 | self.horizontalLayout_5.setObjectName("horizontalLayout_5") | |
98 | self.txtElabel = QtGui.QLineEdit(self.tabParameters) |
|
98 | self.txtElabel = QtGui.QLineEdit(self.tabParameters) | |
99 | self.txtElabel.setObjectName("txtElabel") |
|
99 | self.txtElabel.setObjectName("txtElabel") | |
100 | self.horizontalLayout_5.addWidget(self.txtElabel) |
|
100 | self.horizontalLayout_5.addWidget(self.txtElabel) | |
101 | self.txtCopys = QtGui.QSpinBox(self.tabParameters) |
|
101 | self.txtCopys = QtGui.QSpinBox(self.tabParameters) | |
102 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) |
|
102 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) | |
103 | sizePolicy.setHorizontalStretch(0) |
|
103 | sizePolicy.setHorizontalStretch(0) | |
104 | sizePolicy.setVerticalStretch(0) |
|
104 | sizePolicy.setVerticalStretch(0) | |
105 | sizePolicy.setHeightForWidth(self.txtCopys.sizePolicy().hasHeightForWidth()) |
|
105 | sizePolicy.setHeightForWidth(self.txtCopys.sizePolicy().hasHeightForWidth()) | |
106 | self.txtCopys.setSizePolicy(sizePolicy) |
|
106 | self.txtCopys.setSizePolicy(sizePolicy) | |
107 | self.txtCopys.setMinimum(1) |
|
107 | self.txtCopys.setMinimum(1) | |
108 | self.txtCopys.setObjectName("txtCopys") |
|
108 | self.txtCopys.setObjectName("txtCopys") | |
109 | self.horizontalLayout_5.addWidget(self.txtCopys) |
|
109 | self.horizontalLayout_5.addWidget(self.txtCopys) | |
110 | self.verticalLayout_2.addLayout(self.horizontalLayout_5) |
|
110 | self.verticalLayout_2.addLayout(self.horizontalLayout_5) | |
111 | self.horizontalLayout_7 = QtGui.QHBoxLayout() |
|
111 | self.horizontalLayout_7 = QtGui.QHBoxLayout() | |
112 | self.horizontalLayout_7.setObjectName("horizontalLayout_7") |
|
112 | self.horizontalLayout_7.setObjectName("horizontalLayout_7") | |
113 | self.lblStartDay = QtGui.QLabel(self.tabParameters) |
|
113 | self.lblStartDay = QtGui.QLabel(self.tabParameters) | |
114 | self.lblStartDay.setObjectName("lblStartDay") |
|
114 | self.lblStartDay.setObjectName("lblStartDay") | |
115 | self.horizontalLayout_7.addWidget(self.lblStartDay) |
|
115 | self.horizontalLayout_7.addWidget(self.lblStartDay) | |
116 | self.lblStopDay = QtGui.QLabel(self.tabParameters) |
|
116 | self.lblStopDay = QtGui.QLabel(self.tabParameters) | |
117 | self.lblStopDay.setObjectName("lblStopDay") |
|
117 | self.lblStopDay.setObjectName("lblStopDay") | |
118 | self.horizontalLayout_7.addWidget(self.lblStopDay) |
|
118 | self.horizontalLayout_7.addWidget(self.lblStopDay) | |
119 | self.verticalLayout_2.addLayout(self.horizontalLayout_7) |
|
119 | self.verticalLayout_2.addLayout(self.horizontalLayout_7) | |
120 | self.horizontalLayout_8 = QtGui.QHBoxLayout() |
|
120 | self.horizontalLayout_8 = QtGui.QHBoxLayout() | |
121 | self.horizontalLayout_8.setObjectName("horizontalLayout_8") |
|
121 | self.horizontalLayout_8.setObjectName("horizontalLayout_8") | |
122 | self.lstStartDay = QtGui.QComboBox(self.tabParameters) |
|
122 | self.lstStartDay = QtGui.QComboBox(self.tabParameters) | |
123 | self.lstStartDay.setObjectName("lstStartDay") |
|
123 | self.lstStartDay.setObjectName("lstStartDay") | |
124 | self.horizontalLayout_8.addWidget(self.lstStartDay) |
|
124 | self.horizontalLayout_8.addWidget(self.lstStartDay) | |
125 | self.lstStopDay = QtGui.QComboBox(self.tabParameters) |
|
125 | self.lstStopDay = QtGui.QComboBox(self.tabParameters) | |
126 | self.lstStopDay.setObjectName("lstStopDay") |
|
126 | self.lstStopDay.setObjectName("lstStopDay") | |
127 | self.horizontalLayout_8.addWidget(self.lstStopDay) |
|
127 | self.horizontalLayout_8.addWidget(self.lstStopDay) | |
128 | self.verticalLayout_2.addLayout(self.horizontalLayout_8) |
|
128 | self.verticalLayout_2.addLayout(self.horizontalLayout_8) | |
129 | self.tabWidget.addTab(self.tabParameters, "") |
|
129 | self.tabWidget.addTab(self.tabParameters, "") | |
130 | self.tabDconfig = QtGui.QWidget() |
|
130 | self.tabDconfig = QtGui.QWidget() | |
131 | self.tabDconfig.setEnabled(True) |
|
131 | self.tabDconfig.setEnabled(True) | |
132 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
132 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
133 | sizePolicy.setHorizontalStretch(0) |
|
133 | sizePolicy.setHorizontalStretch(0) | |
134 | sizePolicy.setVerticalStretch(0) |
|
134 | sizePolicy.setVerticalStretch(0) | |
135 | sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) |
|
135 | sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) | |
136 | self.tabDconfig.setSizePolicy(sizePolicy) |
|
136 | self.tabDconfig.setSizePolicy(sizePolicy) | |
137 | self.tabDconfig.setObjectName("tabDconfig") |
|
137 | self.tabDconfig.setObjectName("tabDconfig") | |
138 | self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig) |
|
138 | self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig) | |
139 | self.verticalLayout_3.setObjectName("verticalLayout_3") |
|
139 | self.verticalLayout_3.setObjectName("verticalLayout_3") | |
140 | self.horizontalLayout_12 = QtGui.QHBoxLayout() |
|
140 | self.horizontalLayout_12 = QtGui.QHBoxLayout() | |
141 | self.horizontalLayout_12.setObjectName("horizontalLayout_12") |
|
141 | self.horizontalLayout_12.setObjectName("horizontalLayout_12") | |
142 | self.verticalLayout_15 = QtGui.QVBoxLayout() |
|
142 | self.verticalLayout_15 = QtGui.QVBoxLayout() | |
143 | self.verticalLayout_15.setObjectName("verticalLayout_15") |
|
143 | self.verticalLayout_15.setObjectName("verticalLayout_15") | |
144 | self.chkDevA = QtGui.QCheckBox(self.tabDconfig) |
|
144 | self.chkDevA = QtGui.QCheckBox(self.tabDconfig) | |
145 | self.chkDevA.setChecked(True) |
|
145 | self.chkDevA.setChecked(True) | |
146 | self.chkDevA.setObjectName("chkDevA") |
|
146 | self.chkDevA.setObjectName("chkDevA") | |
147 | self.verticalLayout_15.addWidget(self.chkDevA) |
|
147 | self.verticalLayout_15.addWidget(self.chkDevA) | |
148 | self.grpDevA = QtGui.QWidget(self.tabDconfig) |
|
148 | self.grpDevA = QtGui.QWidget(self.tabDconfig) | |
149 | self.grpDevA.setObjectName("grpDevA") |
|
149 | self.grpDevA.setObjectName("grpDevA") | |
150 | self.verticalLayout_11 = QtGui.QVBoxLayout(self.grpDevA) |
|
150 | self.verticalLayout_11 = QtGui.QVBoxLayout(self.grpDevA) | |
151 | self.verticalLayout_11.setObjectName("verticalLayout_11") |
|
151 | self.verticalLayout_11.setObjectName("verticalLayout_11") | |
152 | self.txtDeviceA = QtGui.QLineEdit(self.grpDevA) |
|
152 | self.txtDeviceA = QtGui.QLineEdit(self.grpDevA) | |
153 | self.txtDeviceA.setReadOnly(True) |
|
153 | self.txtDeviceA.setReadOnly(True) | |
154 | self.txtDeviceA.setObjectName("txtDeviceA") |
|
154 | self.txtDeviceA.setObjectName("txtDeviceA") | |
155 | self.verticalLayout_11.addWidget(self.txtDeviceA) |
|
155 | self.verticalLayout_11.addWidget(self.txtDeviceA) | |
156 | self.txtBspeedA = QtGui.QSpinBox(self.grpDevA) |
|
156 | self.txtBspeedA = QtGui.QSpinBox(self.grpDevA) | |
157 | self.txtBspeedA.setMinimum(1) |
|
157 | self.txtBspeedA.setMinimum(1) | |
158 | self.txtBspeedA.setProperty("value", 16) |
|
158 | self.txtBspeedA.setProperty("value", 16) | |
159 | self.txtBspeedA.setObjectName("txtBspeedA") |
|
159 | self.txtBspeedA.setObjectName("txtBspeedA") | |
160 | self.verticalLayout_11.addWidget(self.txtBspeedA) |
|
160 | self.verticalLayout_11.addWidget(self.txtBspeedA) | |
161 | self.txtBmodeA = QtGui.QLineEdit(self.grpDevA) |
|
161 | self.txtBmodeA = QtGui.QLineEdit(self.grpDevA) | |
162 | self.txtBmodeA.setReadOnly(True) |
|
162 | self.txtBmodeA.setReadOnly(True) | |
163 | self.txtBmodeA.setObjectName("txtBmodeA") |
|
163 | self.txtBmodeA.setObjectName("txtBmodeA") | |
164 | self.verticalLayout_11.addWidget(self.txtBmodeA) |
|
164 | self.verticalLayout_11.addWidget(self.txtBmodeA) | |
165 | self.btnTdevA = QtGui.QPushButton(self.grpDevA) |
|
165 | self.btnTdevA = QtGui.QPushButton(self.grpDevA) | |
166 | self.btnTdevA.setObjectName("btnTdevA") |
|
166 | self.btnTdevA.setObjectName("btnTdevA") | |
167 | self.verticalLayout_11.addWidget(self.btnTdevA) |
|
167 | self.verticalLayout_11.addWidget(self.btnTdevA) | |
168 | self.verticalLayout_15.addWidget(self.grpDevA) |
|
168 | self.verticalLayout_15.addWidget(self.grpDevA) | |
169 | self.horizontalLayout_12.addLayout(self.verticalLayout_15) |
|
169 | self.horizontalLayout_12.addLayout(self.verticalLayout_15) | |
170 | self.verticalLayout_16 = QtGui.QVBoxLayout() |
|
170 | self.verticalLayout_16 = QtGui.QVBoxLayout() | |
171 | self.verticalLayout_16.setObjectName("verticalLayout_16") |
|
171 | self.verticalLayout_16.setObjectName("verticalLayout_16") | |
172 | self.chkDevB = QtGui.QCheckBox(self.tabDconfig) |
|
172 | self.chkDevB = QtGui.QCheckBox(self.tabDconfig) | |
173 | self.chkDevB.setChecked(True) |
|
173 | self.chkDevB.setChecked(True) | |
174 | self.chkDevB.setObjectName("chkDevB") |
|
174 | self.chkDevB.setObjectName("chkDevB") | |
175 | self.verticalLayout_16.addWidget(self.chkDevB) |
|
175 | self.verticalLayout_16.addWidget(self.chkDevB) | |
176 | self.grpDevB = QtGui.QWidget(self.tabDconfig) |
|
176 | self.grpDevB = QtGui.QWidget(self.tabDconfig) | |
177 | self.grpDevB.setObjectName("grpDevB") |
|
177 | self.grpDevB.setObjectName("grpDevB") | |
178 | self.verticalLayout_12 = QtGui.QVBoxLayout(self.grpDevB) |
|
178 | self.verticalLayout_12 = QtGui.QVBoxLayout(self.grpDevB) | |
179 | self.verticalLayout_12.setObjectName("verticalLayout_12") |
|
179 | self.verticalLayout_12.setObjectName("verticalLayout_12") | |
180 | self.txtDeviceB = QtGui.QLineEdit(self.grpDevB) |
|
180 | self.txtDeviceB = QtGui.QLineEdit(self.grpDevB) | |
181 | self.txtDeviceB.setReadOnly(True) |
|
181 | self.txtDeviceB.setReadOnly(True) | |
182 | self.txtDeviceB.setObjectName("txtDeviceB") |
|
182 | self.txtDeviceB.setObjectName("txtDeviceB") | |
183 | self.verticalLayout_12.addWidget(self.txtDeviceB) |
|
183 | self.verticalLayout_12.addWidget(self.txtDeviceB) | |
184 | self.txtBspeedB = QtGui.QSpinBox(self.grpDevB) |
|
184 | self.txtBspeedB = QtGui.QSpinBox(self.grpDevB) | |
185 | self.txtBspeedB.setMinimum(1) |
|
185 | self.txtBspeedB.setMinimum(1) | |
186 | self.txtBspeedB.setProperty("value", 16) |
|
186 | self.txtBspeedB.setProperty("value", 16) | |
187 | self.txtBspeedB.setObjectName("txtBspeedB") |
|
187 | self.txtBspeedB.setObjectName("txtBspeedB") | |
188 | self.verticalLayout_12.addWidget(self.txtBspeedB) |
|
188 | self.verticalLayout_12.addWidget(self.txtBspeedB) | |
189 | self.txtBmodeB = QtGui.QLineEdit(self.grpDevB) |
|
189 | self.txtBmodeB = QtGui.QLineEdit(self.grpDevB) | |
190 | self.txtBmodeB.setReadOnly(True) |
|
190 | self.txtBmodeB.setReadOnly(True) | |
191 | self.txtBmodeB.setObjectName("txtBmodeB") |
|
191 | self.txtBmodeB.setObjectName("txtBmodeB") | |
192 | self.verticalLayout_12.addWidget(self.txtBmodeB) |
|
192 | self.verticalLayout_12.addWidget(self.txtBmodeB) | |
193 | self.btnTdevB = QtGui.QPushButton(self.grpDevB) |
|
193 | self.btnTdevB = QtGui.QPushButton(self.grpDevB) | |
194 | self.btnTdevB.setObjectName("btnTdevB") |
|
194 | self.btnTdevB.setObjectName("btnTdevB") | |
195 | self.verticalLayout_12.addWidget(self.btnTdevB) |
|
195 | self.verticalLayout_12.addWidget(self.btnTdevB) | |
196 | self.verticalLayout_16.addWidget(self.grpDevB) |
|
196 | self.verticalLayout_16.addWidget(self.grpDevB) | |
197 | self.horizontalLayout_12.addLayout(self.verticalLayout_16) |
|
197 | self.horizontalLayout_12.addLayout(self.verticalLayout_16) | |
198 | self.verticalLayout_17 = QtGui.QVBoxLayout() |
|
198 | self.verticalLayout_17 = QtGui.QVBoxLayout() | |
199 | self.verticalLayout_17.setObjectName("verticalLayout_17") |
|
199 | self.verticalLayout_17.setObjectName("verticalLayout_17") | |
200 | self.chkDevC = QtGui.QCheckBox(self.tabDconfig) |
|
200 | self.chkDevC = QtGui.QCheckBox(self.tabDconfig) | |
201 | self.chkDevC.setChecked(True) |
|
201 | self.chkDevC.setChecked(True) | |
202 | self.chkDevC.setObjectName("chkDevC") |
|
202 | self.chkDevC.setObjectName("chkDevC") | |
203 | self.verticalLayout_17.addWidget(self.chkDevC) |
|
203 | self.verticalLayout_17.addWidget(self.chkDevC) | |
204 | self.grpDevC = QtGui.QWidget(self.tabDconfig) |
|
204 | self.grpDevC = QtGui.QWidget(self.tabDconfig) | |
205 | self.grpDevC.setObjectName("grpDevC") |
|
205 | self.grpDevC.setObjectName("grpDevC") | |
206 | self.verticalLayout_13 = QtGui.QVBoxLayout(self.grpDevC) |
|
206 | self.verticalLayout_13 = QtGui.QVBoxLayout(self.grpDevC) | |
207 | self.verticalLayout_13.setObjectName("verticalLayout_13") |
|
207 | self.verticalLayout_13.setObjectName("verticalLayout_13") | |
208 | self.txtDeviceC = QtGui.QLineEdit(self.grpDevC) |
|
208 | self.txtDeviceC = QtGui.QLineEdit(self.grpDevC) | |
209 | self.txtDeviceC.setReadOnly(True) |
|
209 | self.txtDeviceC.setReadOnly(True) | |
210 | self.txtDeviceC.setObjectName("txtDeviceC") |
|
210 | self.txtDeviceC.setObjectName("txtDeviceC") | |
211 | self.verticalLayout_13.addWidget(self.txtDeviceC) |
|
211 | self.verticalLayout_13.addWidget(self.txtDeviceC) | |
212 | self.txtBspeedC = QtGui.QSpinBox(self.grpDevC) |
|
212 | self.txtBspeedC = QtGui.QSpinBox(self.grpDevC) | |
213 | self.txtBspeedC.setMinimum(1) |
|
213 | self.txtBspeedC.setMinimum(1) | |
214 | self.txtBspeedC.setProperty("value", 16) |
|
214 | self.txtBspeedC.setProperty("value", 16) | |
215 | self.txtBspeedC.setObjectName("txtBspeedC") |
|
215 | self.txtBspeedC.setObjectName("txtBspeedC") | |
216 | self.verticalLayout_13.addWidget(self.txtBspeedC) |
|
216 | self.verticalLayout_13.addWidget(self.txtBspeedC) | |
217 | self.txtBmodeC = QtGui.QLineEdit(self.grpDevC) |
|
217 | self.txtBmodeC = QtGui.QLineEdit(self.grpDevC) | |
218 | self.txtBmodeC.setReadOnly(True) |
|
218 | self.txtBmodeC.setReadOnly(True) | |
219 | self.txtBmodeC.setObjectName("txtBmodeC") |
|
219 | self.txtBmodeC.setObjectName("txtBmodeC") | |
220 | self.verticalLayout_13.addWidget(self.txtBmodeC) |
|
220 | self.verticalLayout_13.addWidget(self.txtBmodeC) | |
221 | self.btnTdevC = QtGui.QPushButton(self.grpDevC) |
|
221 | self.btnTdevC = QtGui.QPushButton(self.grpDevC) | |
222 | self.btnTdevC.setObjectName("btnTdevC") |
|
222 | self.btnTdevC.setObjectName("btnTdevC") | |
223 | self.verticalLayout_13.addWidget(self.btnTdevC) |
|
223 | self.verticalLayout_13.addWidget(self.btnTdevC) | |
224 | self.verticalLayout_17.addWidget(self.grpDevC) |
|
224 | self.verticalLayout_17.addWidget(self.grpDevC) | |
225 | self.horizontalLayout_12.addLayout(self.verticalLayout_17) |
|
225 | self.horizontalLayout_12.addLayout(self.verticalLayout_17) | |
226 | self.verticalLayout_18 = QtGui.QVBoxLayout() |
|
226 | self.verticalLayout_18 = QtGui.QVBoxLayout() | |
227 | self.verticalLayout_18.setObjectName("verticalLayout_18") |
|
227 | self.verticalLayout_18.setObjectName("verticalLayout_18") | |
228 | self.chkDevD = QtGui.QCheckBox(self.tabDconfig) |
|
228 | self.chkDevD = QtGui.QCheckBox(self.tabDconfig) | |
229 | self.chkDevD.setChecked(True) |
|
229 | self.chkDevD.setChecked(True) | |
230 | self.chkDevD.setObjectName("chkDevD") |
|
230 | self.chkDevD.setObjectName("chkDevD") | |
231 | self.verticalLayout_18.addWidget(self.chkDevD) |
|
231 | self.verticalLayout_18.addWidget(self.chkDevD) | |
232 | self.grpDevD = QtGui.QWidget(self.tabDconfig) |
|
232 | self.grpDevD = QtGui.QWidget(self.tabDconfig) | |
233 | self.grpDevD.setObjectName("grpDevD") |
|
233 | self.grpDevD.setObjectName("grpDevD") | |
234 | self.verticalLayout_14 = QtGui.QVBoxLayout(self.grpDevD) |
|
234 | self.verticalLayout_14 = QtGui.QVBoxLayout(self.grpDevD) | |
235 | self.verticalLayout_14.setObjectName("verticalLayout_14") |
|
235 | self.verticalLayout_14.setObjectName("verticalLayout_14") | |
236 | self.txtDeviceD = QtGui.QLineEdit(self.grpDevD) |
|
236 | self.txtDeviceD = QtGui.QLineEdit(self.grpDevD) | |
237 | self.txtDeviceD.setReadOnly(True) |
|
237 | self.txtDeviceD.setReadOnly(True) | |
238 | self.txtDeviceD.setObjectName("txtDeviceD") |
|
238 | self.txtDeviceD.setObjectName("txtDeviceD") | |
239 | self.verticalLayout_14.addWidget(self.txtDeviceD) |
|
239 | self.verticalLayout_14.addWidget(self.txtDeviceD) | |
240 | self.txtBspeedD = QtGui.QSpinBox(self.grpDevD) |
|
240 | self.txtBspeedD = QtGui.QSpinBox(self.grpDevD) | |
241 | self.txtBspeedD.setMinimum(1) |
|
241 | self.txtBspeedD.setMinimum(1) | |
242 | self.txtBspeedD.setProperty("value", 16) |
|
242 | self.txtBspeedD.setProperty("value", 16) | |
243 | self.txtBspeedD.setObjectName("txtBspeedD") |
|
243 | self.txtBspeedD.setObjectName("txtBspeedD") | |
244 | self.verticalLayout_14.addWidget(self.txtBspeedD) |
|
244 | self.verticalLayout_14.addWidget(self.txtBspeedD) | |
245 | self.txtBmodeD = QtGui.QLineEdit(self.grpDevD) |
|
245 | self.txtBmodeD = QtGui.QLineEdit(self.grpDevD) | |
246 | self.txtBmodeD.setReadOnly(True) |
|
246 | self.txtBmodeD.setReadOnly(True) | |
247 | self.txtBmodeD.setObjectName("txtBmodeD") |
|
247 | self.txtBmodeD.setObjectName("txtBmodeD") | |
248 | self.verticalLayout_14.addWidget(self.txtBmodeD) |
|
248 | self.verticalLayout_14.addWidget(self.txtBmodeD) | |
249 | self.btnTdevD = QtGui.QPushButton(self.grpDevD) |
|
249 | self.btnTdevD = QtGui.QPushButton(self.grpDevD) | |
250 | self.btnTdevD.setObjectName("btnTdevD") |
|
250 | self.btnTdevD.setObjectName("btnTdevD") | |
251 | self.verticalLayout_14.addWidget(self.btnTdevD) |
|
251 | self.verticalLayout_14.addWidget(self.btnTdevD) | |
252 | self.verticalLayout_18.addWidget(self.grpDevD) |
|
252 | self.verticalLayout_18.addWidget(self.grpDevD) | |
253 | self.horizontalLayout_12.addLayout(self.verticalLayout_18) |
|
253 | self.horizontalLayout_12.addLayout(self.verticalLayout_18) | |
254 | self.verticalLayout_19 = QtGui.QVBoxLayout() |
|
254 | self.verticalLayout_19 = QtGui.QVBoxLayout() | |
255 | self.verticalLayout_19.setObjectName("verticalLayout_19") |
|
255 | self.verticalLayout_19.setObjectName("verticalLayout_19") | |
256 |
spacerItem1 = QtGui.QSpacerItem(20, |
|
256 | spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
257 | self.verticalLayout_19.addItem(spacerItem1) |
|
257 | self.verticalLayout_19.addItem(spacerItem1) | |
258 |
self. |
|
258 | self.grpDevD_2 = QtGui.QWidget(self.tabDconfig) | |
|
259 | self.grpDevD_2.setObjectName("grpDevD_2") | |||
|
260 | self.verticalLayout_20 = QtGui.QVBoxLayout(self.grpDevD_2) | |||
|
261 | self.verticalLayout_20.setObjectName("verticalLayout_20") | |||
|
262 | self.lblDevice = QtGui.QLabel(self.grpDevD_2) | |||
259 | self.lblDevice.setObjectName("lblDevice") |
|
263 | self.lblDevice.setObjectName("lblDevice") | |
260 |
self.verticalLayout_ |
|
264 | self.verticalLayout_20.addWidget(self.lblDevice) | |
261 |
self.lblBspeed = QtGui.QLabel(self. |
|
265 | self.lblBspeed = QtGui.QLabel(self.grpDevD_2) | |
262 | self.lblBspeed.setObjectName("lblBspeed") |
|
266 | self.lblBspeed.setObjectName("lblBspeed") | |
263 |
self.verticalLayout_ |
|
267 | self.verticalLayout_20.addWidget(self.lblBspeed) | |
264 |
self.lblBmode = QtGui.QLabel(self. |
|
268 | self.lblBmode = QtGui.QLabel(self.grpDevD_2) | |
265 | self.lblBmode.setObjectName("lblBmode") |
|
269 | self.lblBmode.setObjectName("lblBmode") | |
266 |
self.verticalLayout_ |
|
270 | self.verticalLayout_20.addWidget(self.lblBmode) | |
267 |
spacerItem2 = QtGui.QSpacerItem( |
|
271 | spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) | |
268 |
self.verticalLayout_ |
|
272 | self.verticalLayout_20.addItem(spacerItem2) | |
|
273 | self.verticalLayout_19.addWidget(self.grpDevD_2) | |||
269 | self.horizontalLayout_12.addLayout(self.verticalLayout_19) |
|
274 | self.horizontalLayout_12.addLayout(self.verticalLayout_19) | |
270 | self.verticalLayout_3.addLayout(self.horizontalLayout_12) |
|
275 | self.verticalLayout_3.addLayout(self.horizontalLayout_12) | |
271 | spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
276 | spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
272 | self.verticalLayout_3.addItem(spacerItem3) |
|
277 | self.verticalLayout_3.addItem(spacerItem3) | |
273 | self.horizontalLayout_11 = QtGui.QHBoxLayout() |
|
278 | self.horizontalLayout_11 = QtGui.QHBoxLayout() | |
274 | self.horizontalLayout_11.setSpacing(6) |
|
279 | self.horizontalLayout_11.setSpacing(6) | |
275 | self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) |
|
280 | self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
276 | self.horizontalLayout_11.setObjectName("horizontalLayout_11") |
|
281 | self.horizontalLayout_11.setObjectName("horizontalLayout_11") | |
277 | self.lblDcapacity = QtGui.QLabel(self.tabDconfig) |
|
282 | self.lblDcapacity = QtGui.QLabel(self.tabDconfig) | |
278 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) |
|
283 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
279 | sizePolicy.setHorizontalStretch(0) |
|
284 | sizePolicy.setHorizontalStretch(0) | |
280 | sizePolicy.setVerticalStretch(0) |
|
285 | sizePolicy.setVerticalStretch(0) | |
281 | sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) |
|
286 | sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) | |
282 | self.lblDcapacity.setSizePolicy(sizePolicy) |
|
287 | self.lblDcapacity.setSizePolicy(sizePolicy) | |
283 | self.lblDcapacity.setObjectName("lblDcapacity") |
|
288 | self.lblDcapacity.setObjectName("lblDcapacity") | |
284 | self.horizontalLayout_11.addWidget(self.lblDcapacity) |
|
289 | self.horizontalLayout_11.addWidget(self.lblDcapacity) | |
285 | spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
290 | spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
286 | self.horizontalLayout_11.addItem(spacerItem4) |
|
291 | self.horizontalLayout_11.addItem(spacerItem4) | |
287 | self.verticalLayout_3.addLayout(self.horizontalLayout_11) |
|
292 | self.verticalLayout_3.addLayout(self.horizontalLayout_11) | |
288 | self.horizontalLayout_10 = QtGui.QHBoxLayout() |
|
293 | self.horizontalLayout_10 = QtGui.QHBoxLayout() | |
289 | self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) |
|
294 | self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) | |
290 | self.horizontalLayout_10.setObjectName("horizontalLayout_10") |
|
295 | self.horizontalLayout_10.setObjectName("horizontalLayout_10") | |
291 | self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) |
|
296 | self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) | |
292 | self.lstDcapacity.setObjectName("lstDcapacity") |
|
297 | self.lstDcapacity.setObjectName("lstDcapacity") | |
293 | self.lstDcapacity.addItem("") |
|
298 | self.lstDcapacity.addItem("") | |
294 | self.lstDcapacity.addItem("") |
|
299 | self.lstDcapacity.addItem("") | |
295 | self.lstDcapacity.addItem("") |
|
300 | self.lstDcapacity.addItem("") | |
296 | self.lstDcapacity.addItem("") |
|
301 | self.lstDcapacity.addItem("") | |
297 | self.lstDcapacity.addItem("") |
|
302 | self.lstDcapacity.addItem("") | |
298 | self.horizontalLayout_10.addWidget(self.lstDcapacity) |
|
303 | self.horizontalLayout_10.addWidget(self.lstDcapacity) | |
299 | self.txtDcapacity = QtGui.QDoubleSpinBox(self.tabDconfig) |
|
304 | self.txtDcapacity = QtGui.QDoubleSpinBox(self.tabDconfig) | |
300 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) |
|
305 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) | |
301 | sizePolicy.setHorizontalStretch(0) |
|
306 | sizePolicy.setHorizontalStretch(0) | |
302 | sizePolicy.setVerticalStretch(0) |
|
307 | sizePolicy.setVerticalStretch(0) | |
303 | sizePolicy.setHeightForWidth(self.txtDcapacity.sizePolicy().hasHeightForWidth()) |
|
308 | sizePolicy.setHeightForWidth(self.txtDcapacity.sizePolicy().hasHeightForWidth()) | |
304 | self.txtDcapacity.setSizePolicy(sizePolicy) |
|
309 | self.txtDcapacity.setSizePolicy(sizePolicy) | |
305 | self.txtDcapacity.setReadOnly(True) |
|
310 | self.txtDcapacity.setReadOnly(True) | |
306 | self.txtDcapacity.setMinimum(100.0) |
|
311 | self.txtDcapacity.setMinimum(100.0) | |
307 | self.txtDcapacity.setMaximum(99999.99) |
|
312 | self.txtDcapacity.setMaximum(99999.99) | |
308 | self.txtDcapacity.setProperty("value", 4482.27) |
|
313 | self.txtDcapacity.setProperty("value", 4482.27) | |
309 | self.txtDcapacity.setObjectName("txtDcapacity") |
|
314 | self.txtDcapacity.setObjectName("txtDcapacity") | |
310 | self.horizontalLayout_10.addWidget(self.txtDcapacity) |
|
315 | self.horizontalLayout_10.addWidget(self.txtDcapacity) | |
311 | spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
316 | spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
312 | self.horizontalLayout_10.addItem(spacerItem5) |
|
317 | self.horizontalLayout_10.addItem(spacerItem5) | |
313 | self.lblPSgraphic = QtGui.QLabel(self.tabDconfig) |
|
318 | self.lblPSgraphic = QtGui.QLabel(self.tabDconfig) | |
314 | self.lblPSgraphic.setObjectName("lblPSgraphic") |
|
319 | self.lblPSgraphic.setObjectName("lblPSgraphic") | |
315 | self.horizontalLayout_10.addWidget(self.lblPSgraphic) |
|
320 | self.horizontalLayout_10.addWidget(self.lblPSgraphic) | |
316 | self.txtPSgraphic = QtGui.QSpinBox(self.tabDconfig) |
|
321 | self.txtPSgraphic = QtGui.QSpinBox(self.tabDconfig) | |
317 | self.txtPSgraphic.setMinimum(1) |
|
322 | self.txtPSgraphic.setMinimum(1) | |
318 | self.txtPSgraphic.setMaximum(33) |
|
323 | self.txtPSgraphic.setMaximum(33) | |
319 | self.txtPSgraphic.setObjectName("txtPSgraphic") |
|
324 | self.txtPSgraphic.setObjectName("txtPSgraphic") | |
320 | self.horizontalLayout_10.addWidget(self.txtPSgraphic) |
|
325 | self.horizontalLayout_10.addWidget(self.txtPSgraphic) | |
321 | self.verticalLayout_3.addLayout(self.horizontalLayout_10) |
|
326 | self.verticalLayout_3.addLayout(self.horizontalLayout_10) | |
322 | self.tabWidget.addTab(self.tabDconfig, "") |
|
327 | self.tabWidget.addTab(self.tabDconfig, "") | |
323 | self.tabStatus = QtGui.QWidget() |
|
328 | self.tabStatus = QtGui.QWidget() | |
324 | self.tabStatus.setObjectName("tabStatus") |
|
329 | self.tabStatus.setObjectName("tabStatus") | |
325 | self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabStatus) |
|
330 | self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabStatus) | |
326 | self.verticalLayout_4.setObjectName("verticalLayout_4") |
|
331 | self.verticalLayout_4.setObjectName("verticalLayout_4") | |
327 | self.horizontalLayout_18 = QtGui.QHBoxLayout() |
|
332 | self.horizontalLayout_18 = QtGui.QHBoxLayout() | |
328 | self.horizontalLayout_18.setObjectName("horizontalLayout_18") |
|
333 | self.horizontalLayout_18.setObjectName("horizontalLayout_18") | |
329 | self.verticalLayout_21 = QtGui.QVBoxLayout() |
|
334 | self.verticalLayout_21 = QtGui.QVBoxLayout() | |
330 | self.verticalLayout_21.setObjectName("verticalLayout_21") |
|
335 | self.verticalLayout_21.setObjectName("verticalLayout_21") | |
331 | self.label_4 = QtGui.QLabel(self.tabStatus) |
|
336 | self.label_4 = QtGui.QLabel(self.tabStatus) | |
332 | self.label_4.setObjectName("label_4") |
|
337 | self.label_4.setObjectName("label_4") | |
333 | self.verticalLayout_21.addWidget(self.label_4) |
|
338 | self.verticalLayout_21.addWidget(self.label_4) | |
334 | spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
339 | spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
335 | self.verticalLayout_21.addItem(spacerItem6) |
|
340 | self.verticalLayout_21.addItem(spacerItem6) | |
336 | self.lblSTATUS = QtGui.QLabel(self.tabStatus) |
|
341 | self.lblSTATUS = QtGui.QLabel(self.tabStatus) | |
337 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) |
|
342 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) | |
338 | sizePolicy.setHorizontalStretch(0) |
|
343 | sizePolicy.setHorizontalStretch(0) | |
339 | sizePolicy.setVerticalStretch(0) |
|
344 | sizePolicy.setVerticalStretch(0) | |
340 | sizePolicy.setHeightForWidth(self.lblSTATUS.sizePolicy().hasHeightForWidth()) |
|
345 | sizePolicy.setHeightForWidth(self.lblSTATUS.sizePolicy().hasHeightForWidth()) | |
341 | self.lblSTATUS.setSizePolicy(sizePolicy) |
|
346 | self.lblSTATUS.setSizePolicy(sizePolicy) | |
342 | self.lblSTATUS.setObjectName("lblSTATUS") |
|
347 | self.lblSTATUS.setObjectName("lblSTATUS") | |
343 | self.verticalLayout_21.addWidget(self.lblSTATUS) |
|
348 | self.verticalLayout_21.addWidget(self.lblSTATUS) | |
344 | self.lblINFO = QtGui.QLabel(self.tabStatus) |
|
349 | self.lblINFO = QtGui.QLabel(self.tabStatus) | |
345 | self.lblINFO.setObjectName("lblINFO") |
|
350 | self.lblINFO.setObjectName("lblINFO") | |
346 | self.verticalLayout_21.addWidget(self.lblINFO) |
|
351 | self.verticalLayout_21.addWidget(self.lblINFO) | |
347 | self.lblSET = QtGui.QLabel(self.tabStatus) |
|
352 | self.lblSET = QtGui.QLabel(self.tabStatus) | |
348 | self.lblSET.setObjectName("lblSET") |
|
353 | self.lblSET.setObjectName("lblSET") | |
349 | self.verticalLayout_21.addWidget(self.lblSET) |
|
354 | self.verticalLayout_21.addWidget(self.lblSET) | |
350 | self.horizontalLayout_18.addLayout(self.verticalLayout_21) |
|
355 | self.horizontalLayout_18.addLayout(self.verticalLayout_21) | |
351 | self.verticalLayout_22 = QtGui.QVBoxLayout() |
|
356 | self.verticalLayout_22 = QtGui.QVBoxLayout() | |
352 | self.verticalLayout_22.setObjectName("verticalLayout_22") |
|
357 | self.verticalLayout_22.setObjectName("verticalLayout_22") | |
353 | spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
358 | spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
354 | self.verticalLayout_22.addItem(spacerItem7) |
|
359 | self.verticalLayout_22.addItem(spacerItem7) | |
355 | self.lblDevA = QtGui.QLabel(self.tabStatus) |
|
360 | self.lblDevA = QtGui.QLabel(self.tabStatus) | |
356 | self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) |
|
361 | self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) | |
357 | self.lblDevA.setObjectName("lblDevA") |
|
362 | self.lblDevA.setObjectName("lblDevA") | |
358 | self.verticalLayout_22.addWidget(self.lblDevA) |
|
363 | self.verticalLayout_22.addWidget(self.lblDevA) | |
359 | self.txtBstatusA = QtGui.QLineEdit(self.tabStatus) |
|
364 | self.txtBstatusA = QtGui.QLineEdit(self.tabStatus) | |
360 | self.txtBstatusA.setReadOnly(True) |
|
365 | self.txtBstatusA.setReadOnly(True) | |
361 | self.txtBstatusA.setObjectName("txtBstatusA") |
|
366 | self.txtBstatusA.setObjectName("txtBstatusA") | |
362 | self.verticalLayout_22.addWidget(self.txtBstatusA) |
|
367 | self.verticalLayout_22.addWidget(self.txtBstatusA) | |
363 | self.txtBdiscA = QtGui.QLineEdit(self.tabStatus) |
|
368 | self.txtBdiscA = QtGui.QLineEdit(self.tabStatus) | |
364 | self.txtBdiscA.setReadOnly(True) |
|
369 | self.txtBdiscA.setReadOnly(True) | |
365 | self.txtBdiscA.setObjectName("txtBdiscA") |
|
370 | self.txtBdiscA.setObjectName("txtBdiscA") | |
366 | self.verticalLayout_22.addWidget(self.txtBdiscA) |
|
371 | self.verticalLayout_22.addWidget(self.txtBdiscA) | |
367 | self.txtBcopyA = QtGui.QLineEdit(self.tabStatus) |
|
372 | self.txtBcopyA = QtGui.QLineEdit(self.tabStatus) | |
368 | self.txtBcopyA.setReadOnly(True) |
|
373 | self.txtBcopyA.setReadOnly(True) | |
369 | self.txtBcopyA.setObjectName("txtBcopyA") |
|
374 | self.txtBcopyA.setObjectName("txtBcopyA") | |
370 | self.verticalLayout_22.addWidget(self.txtBcopyA) |
|
375 | self.verticalLayout_22.addWidget(self.txtBcopyA) | |
371 | self.horizontalLayout_18.addLayout(self.verticalLayout_22) |
|
376 | self.horizontalLayout_18.addLayout(self.verticalLayout_22) | |
372 | self.verticalLayout_23 = QtGui.QVBoxLayout() |
|
377 | self.verticalLayout_23 = QtGui.QVBoxLayout() | |
373 | self.verticalLayout_23.setObjectName("verticalLayout_23") |
|
378 | self.verticalLayout_23.setObjectName("verticalLayout_23") | |
374 | spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
379 | spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
375 | self.verticalLayout_23.addItem(spacerItem8) |
|
380 | self.verticalLayout_23.addItem(spacerItem8) | |
376 | self.lblDevB = QtGui.QLabel(self.tabStatus) |
|
381 | self.lblDevB = QtGui.QLabel(self.tabStatus) | |
377 | self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) |
|
382 | self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) | |
378 | self.lblDevB.setObjectName("lblDevB") |
|
383 | self.lblDevB.setObjectName("lblDevB") | |
379 | self.verticalLayout_23.addWidget(self.lblDevB) |
|
384 | self.verticalLayout_23.addWidget(self.lblDevB) | |
380 | self.txtBstatusB = QtGui.QLineEdit(self.tabStatus) |
|
385 | self.txtBstatusB = QtGui.QLineEdit(self.tabStatus) | |
381 | self.txtBstatusB.setReadOnly(True) |
|
386 | self.txtBstatusB.setReadOnly(True) | |
382 | self.txtBstatusB.setObjectName("txtBstatusB") |
|
387 | self.txtBstatusB.setObjectName("txtBstatusB") | |
383 | self.verticalLayout_23.addWidget(self.txtBstatusB) |
|
388 | self.verticalLayout_23.addWidget(self.txtBstatusB) | |
384 | self.txtBdiscB = QtGui.QLineEdit(self.tabStatus) |
|
389 | self.txtBdiscB = QtGui.QLineEdit(self.tabStatus) | |
385 | self.txtBdiscB.setReadOnly(True) |
|
390 | self.txtBdiscB.setReadOnly(True) | |
386 | self.txtBdiscB.setObjectName("txtBdiscB") |
|
391 | self.txtBdiscB.setObjectName("txtBdiscB") | |
387 | self.verticalLayout_23.addWidget(self.txtBdiscB) |
|
392 | self.verticalLayout_23.addWidget(self.txtBdiscB) | |
388 | self.txtBcopyB = QtGui.QLineEdit(self.tabStatus) |
|
393 | self.txtBcopyB = QtGui.QLineEdit(self.tabStatus) | |
389 | self.txtBcopyB.setReadOnly(True) |
|
394 | self.txtBcopyB.setReadOnly(True) | |
390 | self.txtBcopyB.setObjectName("txtBcopyB") |
|
395 | self.txtBcopyB.setObjectName("txtBcopyB") | |
391 | self.verticalLayout_23.addWidget(self.txtBcopyB) |
|
396 | self.verticalLayout_23.addWidget(self.txtBcopyB) | |
392 | self.horizontalLayout_18.addLayout(self.verticalLayout_23) |
|
397 | self.horizontalLayout_18.addLayout(self.verticalLayout_23) | |
393 | self.verticalLayout_24 = QtGui.QVBoxLayout() |
|
398 | self.verticalLayout_24 = QtGui.QVBoxLayout() | |
394 | self.verticalLayout_24.setObjectName("verticalLayout_24") |
|
399 | self.verticalLayout_24.setObjectName("verticalLayout_24") | |
395 | spacerItem9 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
400 | spacerItem9 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
396 | self.verticalLayout_24.addItem(spacerItem9) |
|
401 | self.verticalLayout_24.addItem(spacerItem9) | |
397 | self.lblDevC = QtGui.QLabel(self.tabStatus) |
|
402 | self.lblDevC = QtGui.QLabel(self.tabStatus) | |
398 | self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) |
|
403 | self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) | |
399 | self.lblDevC.setObjectName("lblDevC") |
|
404 | self.lblDevC.setObjectName("lblDevC") | |
400 | self.verticalLayout_24.addWidget(self.lblDevC) |
|
405 | self.verticalLayout_24.addWidget(self.lblDevC) | |
401 | self.txtBstatusC = QtGui.QLineEdit(self.tabStatus) |
|
406 | self.txtBstatusC = QtGui.QLineEdit(self.tabStatus) | |
402 | self.txtBstatusC.setReadOnly(True) |
|
407 | self.txtBstatusC.setReadOnly(True) | |
403 | self.txtBstatusC.setObjectName("txtBstatusC") |
|
408 | self.txtBstatusC.setObjectName("txtBstatusC") | |
404 | self.verticalLayout_24.addWidget(self.txtBstatusC) |
|
409 | self.verticalLayout_24.addWidget(self.txtBstatusC) | |
405 | self.txtBdiscC = QtGui.QLineEdit(self.tabStatus) |
|
410 | self.txtBdiscC = QtGui.QLineEdit(self.tabStatus) | |
406 | self.txtBdiscC.setReadOnly(True) |
|
411 | self.txtBdiscC.setReadOnly(True) | |
407 | self.txtBdiscC.setObjectName("txtBdiscC") |
|
412 | self.txtBdiscC.setObjectName("txtBdiscC") | |
408 | self.verticalLayout_24.addWidget(self.txtBdiscC) |
|
413 | self.verticalLayout_24.addWidget(self.txtBdiscC) | |
409 | self.txtBcopyC = QtGui.QLineEdit(self.tabStatus) |
|
414 | self.txtBcopyC = QtGui.QLineEdit(self.tabStatus) | |
410 | self.txtBcopyC.setReadOnly(True) |
|
415 | self.txtBcopyC.setReadOnly(True) | |
411 | self.txtBcopyC.setObjectName("txtBcopyC") |
|
416 | self.txtBcopyC.setObjectName("txtBcopyC") | |
412 | self.verticalLayout_24.addWidget(self.txtBcopyC) |
|
417 | self.verticalLayout_24.addWidget(self.txtBcopyC) | |
413 | self.horizontalLayout_18.addLayout(self.verticalLayout_24) |
|
418 | self.horizontalLayout_18.addLayout(self.verticalLayout_24) | |
414 | self.verticalLayout_25 = QtGui.QVBoxLayout() |
|
419 | self.verticalLayout_25 = QtGui.QVBoxLayout() | |
415 | self.verticalLayout_25.setObjectName("verticalLayout_25") |
|
420 | self.verticalLayout_25.setObjectName("verticalLayout_25") | |
416 | spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
421 | spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
417 | self.verticalLayout_25.addItem(spacerItem10) |
|
422 | self.verticalLayout_25.addItem(spacerItem10) | |
418 | self.lblDevD = QtGui.QLabel(self.tabStatus) |
|
423 | self.lblDevD = QtGui.QLabel(self.tabStatus) | |
419 | self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) |
|
424 | self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) | |
420 | self.lblDevD.setObjectName("lblDevD") |
|
425 | self.lblDevD.setObjectName("lblDevD") | |
421 | self.verticalLayout_25.addWidget(self.lblDevD) |
|
426 | self.verticalLayout_25.addWidget(self.lblDevD) | |
422 | self.txtBstatusD = QtGui.QLineEdit(self.tabStatus) |
|
427 | self.txtBstatusD = QtGui.QLineEdit(self.tabStatus) | |
423 | self.txtBstatusD.setReadOnly(True) |
|
428 | self.txtBstatusD.setReadOnly(True) | |
424 | self.txtBstatusD.setObjectName("txtBstatusD") |
|
429 | self.txtBstatusD.setObjectName("txtBstatusD") | |
425 | self.verticalLayout_25.addWidget(self.txtBstatusD) |
|
430 | self.verticalLayout_25.addWidget(self.txtBstatusD) | |
426 | self.txtBdiscD = QtGui.QLineEdit(self.tabStatus) |
|
431 | self.txtBdiscD = QtGui.QLineEdit(self.tabStatus) | |
427 | self.txtBdiscD.setReadOnly(True) |
|
432 | self.txtBdiscD.setReadOnly(True) | |
428 | self.txtBdiscD.setObjectName("txtBdiscD") |
|
433 | self.txtBdiscD.setObjectName("txtBdiscD") | |
429 | self.verticalLayout_25.addWidget(self.txtBdiscD) |
|
434 | self.verticalLayout_25.addWidget(self.txtBdiscD) | |
430 | self.txtBcopyD = QtGui.QLineEdit(self.tabStatus) |
|
435 | self.txtBcopyD = QtGui.QLineEdit(self.tabStatus) | |
431 | self.txtBcopyD.setReadOnly(True) |
|
436 | self.txtBcopyD.setReadOnly(True) | |
432 | self.txtBcopyD.setObjectName("txtBcopyD") |
|
437 | self.txtBcopyD.setObjectName("txtBcopyD") | |
433 | self.verticalLayout_25.addWidget(self.txtBcopyD) |
|
438 | self.verticalLayout_25.addWidget(self.txtBcopyD) | |
434 | self.horizontalLayout_18.addLayout(self.verticalLayout_25) |
|
439 | self.horizontalLayout_18.addLayout(self.verticalLayout_25) | |
435 | self.verticalLayout_4.addLayout(self.horizontalLayout_18) |
|
440 | self.verticalLayout_4.addLayout(self.horizontalLayout_18) | |
436 | spacerItem11 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) |
|
441 | spacerItem11 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) | |
437 | self.verticalLayout_4.addItem(spacerItem11) |
|
442 | self.verticalLayout_4.addItem(spacerItem11) | |
438 | self.horizontalLayout_16 = QtGui.QHBoxLayout() |
|
443 | self.horizontalLayout_16 = QtGui.QHBoxLayout() | |
439 | self.horizontalLayout_16.setObjectName("horizontalLayout_16") |
|
444 | self.horizontalLayout_16.setObjectName("horizontalLayout_16") | |
440 | self.label = QtGui.QLabel(self.tabStatus) |
|
445 | self.label = QtGui.QLabel(self.tabStatus) | |
441 | self.label.setObjectName("label") |
|
446 | self.label.setObjectName("label") | |
442 | self.horizontalLayout_16.addWidget(self.label) |
|
447 | self.horizontalLayout_16.addWidget(self.label) | |
443 | spacerItem12 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
448 | spacerItem12 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
444 | self.horizontalLayout_16.addItem(spacerItem12) |
|
449 | self.horizontalLayout_16.addItem(spacerItem12) | |
445 | self.verticalLayout_4.addLayout(self.horizontalLayout_16) |
|
450 | self.verticalLayout_4.addLayout(self.horizontalLayout_16) | |
446 | self.horizontalLayout_17 = QtGui.QHBoxLayout() |
|
451 | self.horizontalLayout_17 = QtGui.QHBoxLayout() | |
447 | self.horizontalLayout_17.setObjectName("horizontalLayout_17") |
|
452 | self.horizontalLayout_17.setObjectName("horizontalLayout_17") | |
448 | spacerItem13 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum) |
|
453 | spacerItem13 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum) | |
449 | self.horizontalLayout_17.addItem(spacerItem13) |
|
454 | self.horizontalLayout_17.addItem(spacerItem13) | |
450 | self.txtTDpath = QtGui.QLineEdit(self.tabStatus) |
|
455 | self.txtTDpath = QtGui.QLineEdit(self.tabStatus) | |
451 | self.txtTDpath.setEnabled(False) |
|
456 | self.txtTDpath.setEnabled(False) | |
452 | self.txtTDpath.setObjectName("txtTDpath") |
|
457 | self.txtTDpath.setObjectName("txtTDpath") | |
453 | self.horizontalLayout_17.addWidget(self.txtTDpath) |
|
458 | self.horizontalLayout_17.addWidget(self.txtTDpath) | |
454 | self.btnTDpath = QtGui.QPushButton(self.tabStatus) |
|
459 | self.btnTDpath = QtGui.QPushButton(self.tabStatus) | |
455 | self.btnTDpath.setEnabled(False) |
|
460 | self.btnTDpath.setEnabled(False) | |
456 | self.btnTDpath.setObjectName("btnTDpath") |
|
461 | self.btnTDpath.setObjectName("btnTDpath") | |
457 | self.horizontalLayout_17.addWidget(self.btnTDpath) |
|
462 | self.horizontalLayout_17.addWidget(self.btnTDpath) | |
458 | self.verticalLayout_4.addLayout(self.horizontalLayout_17) |
|
463 | self.verticalLayout_4.addLayout(self.horizontalLayout_17) | |
459 | self.horizontalLayout_19 = QtGui.QHBoxLayout() |
|
464 | self.horizontalLayout_19 = QtGui.QHBoxLayout() | |
460 | self.horizontalLayout_19.setObjectName("horizontalLayout_19") |
|
465 | self.horizontalLayout_19.setObjectName("horizontalLayout_19") | |
461 | self.verticalLayout_26 = QtGui.QVBoxLayout() |
|
466 | self.verticalLayout_26 = QtGui.QVBoxLayout() | |
462 | self.verticalLayout_26.setObjectName("verticalLayout_26") |
|
467 | self.verticalLayout_26.setObjectName("verticalLayout_26") | |
463 | spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
468 | spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
464 | self.verticalLayout_26.addItem(spacerItem14) |
|
469 | self.verticalLayout_26.addItem(spacerItem14) | |
465 | self.lblSTATUS_2 = QtGui.QLabel(self.tabStatus) |
|
470 | self.lblSTATUS_2 = QtGui.QLabel(self.tabStatus) | |
466 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) |
|
471 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) | |
467 | sizePolicy.setHorizontalStretch(0) |
|
472 | sizePolicy.setHorizontalStretch(0) | |
468 | sizePolicy.setVerticalStretch(0) |
|
473 | sizePolicy.setVerticalStretch(0) | |
469 | sizePolicy.setHeightForWidth(self.lblSTATUS_2.sizePolicy().hasHeightForWidth()) |
|
474 | sizePolicy.setHeightForWidth(self.lblSTATUS_2.sizePolicy().hasHeightForWidth()) | |
470 | self.lblSTATUS_2.setSizePolicy(sizePolicy) |
|
475 | self.lblSTATUS_2.setSizePolicy(sizePolicy) | |
471 | self.lblSTATUS_2.setObjectName("lblSTATUS_2") |
|
476 | self.lblSTATUS_2.setObjectName("lblSTATUS_2") | |
472 | self.verticalLayout_26.addWidget(self.lblSTATUS_2) |
|
477 | self.verticalLayout_26.addWidget(self.lblSTATUS_2) | |
473 | self.horizontalLayout_19.addLayout(self.verticalLayout_26) |
|
478 | self.horizontalLayout_19.addLayout(self.verticalLayout_26) | |
474 | self.verticalLayout_27 = QtGui.QVBoxLayout() |
|
479 | self.verticalLayout_27 = QtGui.QVBoxLayout() | |
475 | self.verticalLayout_27.setObjectName("verticalLayout_27") |
|
480 | self.verticalLayout_27.setObjectName("verticalLayout_27") | |
476 | self.lblDevA_2 = QtGui.QLabel(self.tabStatus) |
|
481 | self.lblDevA_2 = QtGui.QLabel(self.tabStatus) | |
477 | self.lblDevA_2.setAlignment(QtCore.Qt.AlignCenter) |
|
482 | self.lblDevA_2.setAlignment(QtCore.Qt.AlignCenter) | |
478 | self.lblDevA_2.setObjectName("lblDevA_2") |
|
483 | self.lblDevA_2.setObjectName("lblDevA_2") | |
479 | self.verticalLayout_27.addWidget(self.lblDevA_2) |
|
484 | self.verticalLayout_27.addWidget(self.lblDevA_2) | |
480 | self.txtCHstatusA = QtGui.QLineEdit(self.tabStatus) |
|
485 | self.txtCHstatusA = QtGui.QLineEdit(self.tabStatus) | |
481 | self.txtCHstatusA.setReadOnly(True) |
|
486 | self.txtCHstatusA.setReadOnly(True) | |
482 | self.txtCHstatusA.setObjectName("txtCHstatusA") |
|
487 | self.txtCHstatusA.setObjectName("txtCHstatusA") | |
483 | self.verticalLayout_27.addWidget(self.txtCHstatusA) |
|
488 | self.verticalLayout_27.addWidget(self.txtCHstatusA) | |
484 | self.horizontalLayout_19.addLayout(self.verticalLayout_27) |
|
489 | self.horizontalLayout_19.addLayout(self.verticalLayout_27) | |
485 | self.verticalLayout_28 = QtGui.QVBoxLayout() |
|
490 | self.verticalLayout_28 = QtGui.QVBoxLayout() | |
486 | self.verticalLayout_28.setObjectName("verticalLayout_28") |
|
491 | self.verticalLayout_28.setObjectName("verticalLayout_28") | |
487 | self.lblDevB_2 = QtGui.QLabel(self.tabStatus) |
|
492 | self.lblDevB_2 = QtGui.QLabel(self.tabStatus) | |
488 | self.lblDevB_2.setAlignment(QtCore.Qt.AlignCenter) |
|
493 | self.lblDevB_2.setAlignment(QtCore.Qt.AlignCenter) | |
489 | self.lblDevB_2.setObjectName("lblDevB_2") |
|
494 | self.lblDevB_2.setObjectName("lblDevB_2") | |
490 | self.verticalLayout_28.addWidget(self.lblDevB_2) |
|
495 | self.verticalLayout_28.addWidget(self.lblDevB_2) | |
491 | self.txtCHstatusB = QtGui.QLineEdit(self.tabStatus) |
|
496 | self.txtCHstatusB = QtGui.QLineEdit(self.tabStatus) | |
492 | self.txtCHstatusB.setReadOnly(True) |
|
497 | self.txtCHstatusB.setReadOnly(True) | |
493 | self.txtCHstatusB.setObjectName("txtCHstatusB") |
|
498 | self.txtCHstatusB.setObjectName("txtCHstatusB") | |
494 | self.verticalLayout_28.addWidget(self.txtCHstatusB) |
|
499 | self.verticalLayout_28.addWidget(self.txtCHstatusB) | |
495 | self.horizontalLayout_19.addLayout(self.verticalLayout_28) |
|
500 | self.horizontalLayout_19.addLayout(self.verticalLayout_28) | |
496 | self.verticalLayout_29 = QtGui.QVBoxLayout() |
|
501 | self.verticalLayout_29 = QtGui.QVBoxLayout() | |
497 | self.verticalLayout_29.setObjectName("verticalLayout_29") |
|
502 | self.verticalLayout_29.setObjectName("verticalLayout_29") | |
498 | self.lblDevC_2 = QtGui.QLabel(self.tabStatus) |
|
503 | self.lblDevC_2 = QtGui.QLabel(self.tabStatus) | |
499 | self.lblDevC_2.setAlignment(QtCore.Qt.AlignCenter) |
|
504 | self.lblDevC_2.setAlignment(QtCore.Qt.AlignCenter) | |
500 | self.lblDevC_2.setObjectName("lblDevC_2") |
|
505 | self.lblDevC_2.setObjectName("lblDevC_2") | |
501 | self.verticalLayout_29.addWidget(self.lblDevC_2) |
|
506 | self.verticalLayout_29.addWidget(self.lblDevC_2) | |
502 | self.txtCHstatusC = QtGui.QLineEdit(self.tabStatus) |
|
507 | self.txtCHstatusC = QtGui.QLineEdit(self.tabStatus) | |
503 | self.txtCHstatusC.setReadOnly(True) |
|
508 | self.txtCHstatusC.setReadOnly(True) | |
504 | self.txtCHstatusC.setObjectName("txtCHstatusC") |
|
509 | self.txtCHstatusC.setObjectName("txtCHstatusC") | |
505 | self.verticalLayout_29.addWidget(self.txtCHstatusC) |
|
510 | self.verticalLayout_29.addWidget(self.txtCHstatusC) | |
506 | self.horizontalLayout_19.addLayout(self.verticalLayout_29) |
|
511 | self.horizontalLayout_19.addLayout(self.verticalLayout_29) | |
507 | self.verticalLayout_30 = QtGui.QVBoxLayout() |
|
512 | self.verticalLayout_30 = QtGui.QVBoxLayout() | |
508 | self.verticalLayout_30.setObjectName("verticalLayout_30") |
|
513 | self.verticalLayout_30.setObjectName("verticalLayout_30") | |
509 | self.lblDevD_2 = QtGui.QLabel(self.tabStatus) |
|
514 | self.lblDevD_2 = QtGui.QLabel(self.tabStatus) | |
510 | self.lblDevD_2.setAlignment(QtCore.Qt.AlignCenter) |
|
515 | self.lblDevD_2.setAlignment(QtCore.Qt.AlignCenter) | |
511 | self.lblDevD_2.setObjectName("lblDevD_2") |
|
516 | self.lblDevD_2.setObjectName("lblDevD_2") | |
512 | self.verticalLayout_30.addWidget(self.lblDevD_2) |
|
517 | self.verticalLayout_30.addWidget(self.lblDevD_2) | |
513 | self.txtCHstatusD = QtGui.QLineEdit(self.tabStatus) |
|
518 | self.txtCHstatusD = QtGui.QLineEdit(self.tabStatus) | |
514 | self.txtCHstatusD.setReadOnly(True) |
|
519 | self.txtCHstatusD.setReadOnly(True) | |
515 | self.txtCHstatusD.setObjectName("txtCHstatusD") |
|
520 | self.txtCHstatusD.setObjectName("txtCHstatusD") | |
516 | self.verticalLayout_30.addWidget(self.txtCHstatusD) |
|
521 | self.verticalLayout_30.addWidget(self.txtCHstatusD) | |
517 | self.horizontalLayout_19.addLayout(self.verticalLayout_30) |
|
522 | self.horizontalLayout_19.addLayout(self.verticalLayout_30) | |
518 | self.verticalLayout_4.addLayout(self.horizontalLayout_19) |
|
523 | self.verticalLayout_4.addLayout(self.horizontalLayout_19) | |
519 | self.horizontalLayout_20 = QtGui.QHBoxLayout() |
|
524 | self.horizontalLayout_20 = QtGui.QHBoxLayout() | |
520 | self.horizontalLayout_20.setObjectName("horizontalLayout_20") |
|
525 | self.horizontalLayout_20.setObjectName("horizontalLayout_20") | |
521 | spacerItem15 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) |
|
526 | spacerItem15 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
522 | self.horizontalLayout_20.addItem(spacerItem15) |
|
527 | self.horizontalLayout_20.addItem(spacerItem15) | |
523 | self.chkCheck = QtGui.QCheckBox(self.tabStatus) |
|
528 | self.chkCheck = QtGui.QCheckBox(self.tabStatus) | |
524 | self.chkCheck.setEnabled(True) |
|
529 | self.chkCheck.setEnabled(True) | |
525 | self.chkCheck.setObjectName("chkCheck") |
|
530 | self.chkCheck.setObjectName("chkCheck") | |
526 | self.horizontalLayout_20.addWidget(self.chkCheck) |
|
531 | self.horizontalLayout_20.addWidget(self.chkCheck) | |
527 | spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
532 | spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
528 | self.horizontalLayout_20.addItem(spacerItem16) |
|
533 | self.horizontalLayout_20.addItem(spacerItem16) | |
529 | self.btnCHstart = QtGui.QPushButton(self.tabStatus) |
|
534 | self.btnCHstart = QtGui.QPushButton(self.tabStatus) | |
530 | self.btnCHstart.setEnabled(False) |
|
535 | self.btnCHstart.setEnabled(False) | |
531 | self.btnCHstart.setObjectName("btnCHstart") |
|
536 | self.btnCHstart.setObjectName("btnCHstart") | |
532 | self.horizontalLayout_20.addWidget(self.btnCHstart) |
|
537 | self.horizontalLayout_20.addWidget(self.btnCHstart) | |
533 | self.verticalLayout_4.addLayout(self.horizontalLayout_20) |
|
538 | self.verticalLayout_4.addLayout(self.horizontalLayout_20) | |
534 | self.widget_2 = QtGui.QWidget(self.tabStatus) |
|
539 | self.widget_2 = QtGui.QWidget(self.tabStatus) | |
535 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) |
|
540 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
536 | sizePolicy.setHorizontalStretch(0) |
|
541 | sizePolicy.setHorizontalStretch(0) | |
537 | sizePolicy.setVerticalStretch(0) |
|
542 | sizePolicy.setVerticalStretch(0) | |
538 | sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) |
|
543 | sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) | |
539 | self.widget_2.setSizePolicy(sizePolicy) |
|
544 | self.widget_2.setSizePolicy(sizePolicy) | |
540 | self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) |
|
545 | self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) | |
541 | self.widget_2.setObjectName("widget_2") |
|
546 | self.widget_2.setObjectName("widget_2") | |
542 | self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) |
|
547 | self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) | |
543 | self.gridLayout_2.setObjectName("gridLayout_2") |
|
548 | self.gridLayout_2.setObjectName("gridLayout_2") | |
544 | self.verticalLayout_4.addWidget(self.widget_2) |
|
549 | self.verticalLayout_4.addWidget(self.widget_2) | |
545 | self.tabWidget.addTab(self.tabStatus, "") |
|
550 | self.tabWidget.addTab(self.tabStatus, "") | |
546 | self.verticalLayout.addWidget(self.tabWidget) |
|
551 | self.verticalLayout.addWidget(self.tabWidget) | |
547 | self.txtInfo = QtGui.QTextEdit(self.centralwidget) |
|
552 | self.txtInfo = QtGui.QTextEdit(self.centralwidget) | |
548 | self.txtInfo.setReadOnly(True) |
|
553 | self.txtInfo.setReadOnly(True) | |
549 | self.txtInfo.setObjectName("txtInfo") |
|
554 | self.txtInfo.setObjectName("txtInfo") | |
550 | self.verticalLayout.addWidget(self.txtInfo) |
|
555 | self.verticalLayout.addWidget(self.txtInfo) | |
551 | self.horizontalLayout_2 = QtGui.QHBoxLayout() |
|
556 | self.horizontalLayout_2 = QtGui.QHBoxLayout() | |
552 | self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) |
|
557 | self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
553 | self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
|
558 | self.horizontalLayout_2.setObjectName("horizontalLayout_2") | |
554 | self.btnGbkp = QtGui.QPushButton(self.centralwidget) |
|
559 | self.btnGbkp = QtGui.QPushButton(self.centralwidget) | |
555 | self.btnGbkp.setEnabled(False) |
|
560 | self.btnGbkp.setEnabled(False) | |
556 | self.btnGbkp.setObjectName("btnGbkp") |
|
561 | self.btnGbkp.setObjectName("btnGbkp") | |
557 | self.horizontalLayout_2.addWidget(self.btnGbkp) |
|
562 | self.horizontalLayout_2.addWidget(self.btnGbkp) | |
558 | self.btnRestart = QtGui.QPushButton(self.centralwidget) |
|
563 | self.btnRestart = QtGui.QPushButton(self.centralwidget) | |
559 | self.btnRestart.setEnabled(False) |
|
564 | self.btnRestart.setEnabled(False) | |
560 | self.btnRestart.setObjectName("btnRestart") |
|
565 | self.btnRestart.setObjectName("btnRestart") | |
561 | self.horizontalLayout_2.addWidget(self.btnRestart) |
|
566 | self.horizontalLayout_2.addWidget(self.btnRestart) | |
562 | self.btnStartburn = QtGui.QPushButton(self.centralwidget) |
|
567 | self.btnStartburn = QtGui.QPushButton(self.centralwidget) | |
563 | self.btnStartburn.setEnabled(False) |
|
568 | self.btnStartburn.setEnabled(False) | |
564 | self.btnStartburn.setObjectName("btnStartburn") |
|
569 | self.btnStartburn.setObjectName("btnStartburn") | |
565 | self.horizontalLayout_2.addWidget(self.btnStartburn) |
|
570 | self.horizontalLayout_2.addWidget(self.btnStartburn) | |
566 | self.btnStopburn = QtGui.QPushButton(self.centralwidget) |
|
571 | self.btnStopburn = QtGui.QPushButton(self.centralwidget) | |
567 | self.btnStopburn.setEnabled(False) |
|
572 | self.btnStopburn.setEnabled(False) | |
568 | self.btnStopburn.setObjectName("btnStopburn") |
|
573 | self.btnStopburn.setObjectName("btnStopburn") | |
569 | self.horizontalLayout_2.addWidget(self.btnStopburn) |
|
574 | self.horizontalLayout_2.addWidget(self.btnStopburn) | |
570 | self.verticalLayout.addLayout(self.horizontalLayout_2) |
|
575 | self.verticalLayout.addLayout(self.horizontalLayout_2) | |
571 | MainWindow.setCentralWidget(self.centralwidget) |
|
576 | MainWindow.setCentralWidget(self.centralwidget) | |
572 | self.menubar = QtGui.QMenuBar(MainWindow) |
|
577 | self.menubar = QtGui.QMenuBar(MainWindow) | |
573 |
self.menubar.setGeometry(QtCore.QRect(0, 0, |
|
578 | self.menubar.setGeometry(QtCore.QRect(0, 0, 824, 25)) | |
574 | self.menubar.setObjectName("menubar") |
|
579 | self.menubar.setObjectName("menubar") | |
575 | self.menuParameters = QtGui.QMenu(self.menubar) |
|
|||
576 | self.menuParameters.setObjectName("menuParameters") |
|
|||
577 | self.menuFile = QtGui.QMenu(self.menubar) |
|
580 | self.menuFile = QtGui.QMenu(self.menubar) | |
578 | self.menuFile.setObjectName("menuFile") |
|
581 | self.menuFile.setObjectName("menuFile") | |
579 | self.menuHelp = QtGui.QMenu(self.menubar) |
|
582 | self.menuHelp = QtGui.QMenu(self.menubar) | |
580 | self.menuHelp.setObjectName("menuHelp") |
|
583 | self.menuHelp.setObjectName("menuHelp") | |
|
584 | self.menuParameters = QtGui.QMenu(self.menubar) | |||
|
585 | self.menuParameters.setObjectName("menuParameters") | |||
581 | MainWindow.setMenuBar(self.menubar) |
|
586 | MainWindow.setMenuBar(self.menubar) | |
582 | self.statusbar = QtGui.QStatusBar(MainWindow) |
|
587 | self.statusbar = QtGui.QStatusBar(MainWindow) | |
583 | self.statusbar.setObjectName("statusbar") |
|
588 | self.statusbar.setObjectName("statusbar") | |
584 | MainWindow.setStatusBar(self.statusbar) |
|
589 | MainWindow.setStatusBar(self.statusbar) | |
585 | self.actionChange_Parameters = QtGui.QAction(MainWindow) |
|
590 | self.actionChange_Parameters = QtGui.QAction(MainWindow) | |
586 |
self.actionChange_Parameters.setEnabled( |
|
591 | self.actionChange_Parameters.setEnabled(False) | |
587 | self.actionChange_Parameters.setObjectName("actionChange_Parameters") |
|
592 | self.actionChange_Parameters.setObjectName("actionChange_Parameters") | |
588 | self.actionQuit = QtGui.QAction(MainWindow) |
|
593 | self.actionQuit = QtGui.QAction(MainWindow) | |
589 | self.actionQuit.setObjectName("actionQuit") |
|
594 | self.actionQuit.setObjectName("actionQuit") | |
590 | self.actionAbout = QtGui.QAction(MainWindow) |
|
595 | self.actionAbout = QtGui.QAction(MainWindow) | |
591 | self.actionAbout.setObjectName("actionAbout") |
|
596 | self.actionAbout.setObjectName("actionAbout") | |
592 | self.menuParameters.addAction(self.actionChange_Parameters) |
|
|||
593 | self.menuFile.addAction(self.actionQuit) |
|
597 | self.menuFile.addAction(self.actionQuit) | |
594 | self.menuHelp.addAction(self.actionAbout) |
|
598 | self.menuHelp.addAction(self.actionAbout) | |
|
599 | self.menuParameters.addAction(self.actionChange_Parameters) | |||
595 | self.menubar.addAction(self.menuFile.menuAction()) |
|
600 | self.menubar.addAction(self.menuFile.menuAction()) | |
596 | self.menubar.addAction(self.menuParameters.menuAction()) |
|
601 | self.menubar.addAction(self.menuParameters.menuAction()) | |
597 | self.menubar.addAction(self.menuHelp.menuAction()) |
|
602 | self.menubar.addAction(self.menuHelp.menuAction()) | |
598 |
|
603 | |||
599 | self.retranslateUi(MainWindow) |
|
604 | self.retranslateUi(MainWindow) | |
600 | self.tabWidget.setCurrentIndex(0) |
|
605 | self.tabWidget.setCurrentIndex(0) | |
601 | self.lstDcapacity.setCurrentIndex(2) |
|
606 | self.lstDcapacity.setCurrentIndex(2) | |
602 | QtCore.QObject.connect(self.actionQuit, QtCore.SIGNAL("triggered()"), MainWindow.close) |
|
607 | QtCore.QObject.connect(self.actionQuit, QtCore.SIGNAL("triggered()"), MainWindow.close) | |
603 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.txtTDpath.setEnabled) |
|
608 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.txtTDpath.setEnabled) | |
604 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnTDpath.setEnabled) |
|
609 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnTDpath.setEnabled) | |
605 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnCHstart.setEnabled) |
|
610 | QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnCHstart.setEnabled) | |
606 | QtCore.QObject.connect(self.chkDevD, QtCore.SIGNAL("toggled(bool)"), self.grpDevD.setEnabled) |
|
611 | QtCore.QObject.connect(self.chkDevD, QtCore.SIGNAL("toggled(bool)"), self.grpDevD.setEnabled) | |
607 | QtCore.QObject.connect(self.chkDevB, QtCore.SIGNAL("toggled(bool)"), self.grpDevB.setEnabled) |
|
612 | QtCore.QObject.connect(self.chkDevB, QtCore.SIGNAL("toggled(bool)"), self.grpDevB.setEnabled) | |
608 | QtCore.QObject.connect(self.chkDevC, QtCore.SIGNAL("toggled(bool)"), self.grpDevC.setEnabled) |
|
613 | QtCore.QObject.connect(self.chkDevC, QtCore.SIGNAL("toggled(bool)"), self.grpDevC.setEnabled) | |
609 | QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.grpDevA.setEnabled) |
|
614 | QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.grpDevA.setEnabled) | |
610 | QtCore.QMetaObject.connectSlotsByName(MainWindow) |
|
615 | QtCore.QMetaObject.connectSlotsByName(MainWindow) | |
611 | MainWindow.setTabOrder(self.txtDpath, self.btnDpath) |
|
616 | MainWindow.setTabOrder(self.txtDpath, self.btnDpath) | |
612 | MainWindow.setTabOrder(self.btnDpath, self.txtRpath) |
|
617 | MainWindow.setTabOrder(self.btnDpath, self.txtRpath) | |
613 | MainWindow.setTabOrder(self.txtRpath, self.btnRpath) |
|
618 | MainWindow.setTabOrder(self.txtRpath, self.btnRpath) | |
614 | MainWindow.setTabOrder(self.btnRpath, self.lstDtype) |
|
619 | MainWindow.setTabOrder(self.btnRpath, self.lstDtype) | |
615 | MainWindow.setTabOrder(self.lstDtype, self.txtDtype) |
|
620 | MainWindow.setTabOrder(self.lstDtype, self.txtDtype) | |
616 | MainWindow.setTabOrder(self.txtDtype, self.txtElabel) |
|
621 | MainWindow.setTabOrder(self.txtDtype, self.txtElabel) | |
617 | MainWindow.setTabOrder(self.txtElabel, self.lstStartDay) |
|
622 | MainWindow.setTabOrder(self.txtElabel, self.lstStartDay) | |
618 | MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) |
|
623 | MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) | |
619 | MainWindow.setTabOrder(self.lstStopDay, self.lstDcapacity) |
|
624 | MainWindow.setTabOrder(self.lstStopDay, self.lstDcapacity) | |
620 | MainWindow.setTabOrder(self.lstDcapacity, self.tabWidget) |
|
625 | MainWindow.setTabOrder(self.lstDcapacity, self.tabWidget) | |
621 | MainWindow.setTabOrder(self.tabWidget, self.btnGbkp) |
|
626 | MainWindow.setTabOrder(self.tabWidget, self.btnGbkp) | |
622 | MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) |
|
627 | MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) | |
623 | MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) |
|
628 | MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) | |
624 | MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) |
|
629 | MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) | |
625 |
|
630 | |||
626 | def retranslateUi(self, MainWindow): |
|
631 | def retranslateUi(self, MainWindow): | |
627 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) |
|
632 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) | |
628 | self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
633 | self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) | |
629 | self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
634 | self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) | |
630 | self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) |
|
635 | self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) | |
631 | self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) |
|
636 | self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) | |
632 | self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) |
|
637 | self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) | |
633 | self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) |
|
638 | self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) | |
634 | self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) |
|
639 | self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) | |
635 | self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) |
|
640 | self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) | |
636 | self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) |
|
641 | self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) | |
637 | self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) |
|
642 | self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) | |
638 | self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) |
|
643 | self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) | |
639 | self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) |
|
644 | self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) | |
640 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) |
|
645 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |
641 | self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) |
|
646 | self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) | |
642 | self.txtBmodeA.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) |
|
647 | self.txtBmodeA.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) | |
643 | self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) |
|
648 | self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) | |
644 | self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) |
|
649 | self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) | |
645 | self.txtBmodeB.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) |
|
650 | self.txtBmodeB.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) | |
646 | self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) |
|
651 | self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) | |
647 | self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) |
|
652 | self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) | |
648 | self.txtBmodeC.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) |
|
653 | self.txtBmodeC.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) | |
649 | self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) |
|
654 | self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) | |
650 | self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) |
|
655 | self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) | |
651 | self.txtBmodeD.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) |
|
656 | self.txtBmodeD.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) | |
652 | self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) |
|
657 | self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) | |
653 | self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) |
|
658 | self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) | |
654 | self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) |
|
659 | self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) | |
655 | self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) |
|
660 | self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) | |
656 | self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) |
|
661 | self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) | |
657 | self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) |
|
662 | self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
658 | self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) |
|
663 | self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
659 | self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) |
|
664 | self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
660 | self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) |
|
665 | self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
661 | self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? MB]", None, QtGui.QApplication.UnicodeUTF8)) |
|
666 | self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? MB]", None, QtGui.QApplication.UnicodeUTF8)) | |
662 | self.lblPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) |
|
667 | self.lblPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) | |
663 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) |
|
668 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) | |
664 | self.label_4.setText(QtGui.QApplication.translate("MainWindow", "BURN", None, QtGui.QApplication.UnicodeUTF8)) |
|
669 | self.label_4.setText(QtGui.QApplication.translate("MainWindow", "BURN", None, QtGui.QApplication.UnicodeUTF8)) | |
665 | self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) |
|
670 | self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) | |
666 | self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "DISC", None, QtGui.QApplication.UnicodeUTF8)) |
|
671 | self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "DISC", None, QtGui.QApplication.UnicodeUTF8)) | |
667 | self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "COPY", None, QtGui.QApplication.UnicodeUTF8)) |
|
672 | self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "COPY", None, QtGui.QApplication.UnicodeUTF8)) | |
668 | self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) |
|
673 | self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) | |
669 | self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) |
|
674 | self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) | |
670 | self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) |
|
675 | self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) | |
671 | self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) |
|
676 | self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) | |
672 | self.label.setText(QtGui.QApplication.translate("MainWindow", "CHECK", None, QtGui.QApplication.UnicodeUTF8)) |
|
677 | self.label.setText(QtGui.QApplication.translate("MainWindow", "CHECK", None, QtGui.QApplication.UnicodeUTF8)) | |
673 | self.btnTDpath.setText(QtGui.QApplication.translate("MainWindow", "Temp Data Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
678 | self.btnTDpath.setText(QtGui.QApplication.translate("MainWindow", "Temp Data Path", None, QtGui.QApplication.UnicodeUTF8)) | |
674 | self.lblSTATUS_2.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) |
|
679 | self.lblSTATUS_2.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) | |
675 | self.lblDevA_2.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) |
|
680 | self.lblDevA_2.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) | |
676 | self.lblDevB_2.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) |
|
681 | self.lblDevB_2.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) | |
677 | self.lblDevC_2.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) |
|
682 | self.lblDevC_2.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) | |
678 | self.lblDevD_2.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) |
|
683 | self.lblDevD_2.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) | |
679 | self.chkCheck.setText(QtGui.QApplication.translate("MainWindow", "MANUAL", None, QtGui.QApplication.UnicodeUTF8)) |
|
684 | self.chkCheck.setText(QtGui.QApplication.translate("MainWindow", "MANUAL", None, QtGui.QApplication.UnicodeUTF8)) | |
680 | self.btnCHstart.setText(QtGui.QApplication.translate("MainWindow", "START", None, QtGui.QApplication.UnicodeUTF8)) |
|
685 | self.btnCHstart.setText(QtGui.QApplication.translate("MainWindow", "START", None, QtGui.QApplication.UnicodeUTF8)) | |
681 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabStatus), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) |
|
686 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabStatus), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
682 | self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) |
|
687 | self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) | |
683 | self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) |
|
688 | self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) | |
684 | self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) |
|
689 | self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
685 | self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) |
|
690 | self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
686 | self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) |
|
|||
687 | self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) |
|
691 | self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) | |
688 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) |
|
692 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) | |
|
693 | self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |||
689 | self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) |
|
694 | self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |
690 | self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) |
|
695 | self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) | |
691 |
self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About |
|
696 | self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) | |
692 |
|
697 | |||
693 |
|
698 | |||
694 | if __name__ == "__main__": |
|
699 | if __name__ == "__main__": | |
695 | import sys |
|
700 | import sys | |
696 | app = QtGui.QApplication(sys.argv) |
|
701 | app = QtGui.QApplication(sys.argv) | |
697 | MainWindow = QtGui.QMainWindow() |
|
702 | MainWindow = QtGui.QMainWindow() | |
698 | ui = Ui_MainWindow() |
|
703 | ui = Ui_MainWindow() | |
699 | ui.setupUi(MainWindow) |
|
704 | ui.setupUi(MainWindow) | |
700 | MainWindow.show() |
|
705 | MainWindow.show() | |
701 | sys.exit(app.exec_()) |
|
706 | sys.exit(app.exec_()) | |
702 |
|
707 |
General Comments 0
You need to be logged in to leave comments.
Login now