##// END OF EJS Templates
***
ralonso -
r74:75
parent child
Show More
@@ -1,58 +1,58
1 1 # -*- coding: utf-8 -*- No newline at end of file
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Mon May 24 08:52:43 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 7 # No newline at end of file
8 8 # WARNING! All changes made in this file will be lost! No newline at end of file
9 9 No newline at end of file
10 10 from PyQt4 import QtCore, QtGui No newline at end of file
11 11 No newline at end of file
12 12 class Ui_About(object): No newline at end of file
13 13 def setupUi(self, About): No newline at end of file
14 14 About.setObjectName("About") No newline at end of file
15 15 About.resize(250, 230) No newline at end of file
16 16 About.setMinimumSize(QtCore.QSize(250, 230)) No newline at end of file
17 17 About.setMaximumSize(QtCore.QSize(250, 230)) No newline at end of file
18 18 self.verticalLayout = QtGui.QVBoxLayout(About) No newline at end of file
19 19 self.verticalLayout.setObjectName("verticalLayout") No newline at end of file
20 20 self.textEdit = QtGui.QTextEdit(About) No newline at end of file
21 21 self.textEdit.setMaximumSize(QtCore.QSize(16777215, 16777215)) No newline at end of file
22 22 self.textEdit.setReadOnly(True) No newline at end of file
23 23 self.textEdit.setObjectName("textEdit") No newline at end of file
24 24 self.verticalLayout.addWidget(self.textEdit) No newline at end of file
25 25 self.btnOK = QtGui.QPushButton(About) No newline at end of file
26 26 self.btnOK.setObjectName("btnOK") No newline at end of file
27 27 self.verticalLayout.addWidget(self.btnOK) No newline at end of file
28 28 No newline at end of file
29 29 self.retranslateUi(About) No newline at end of file
30 30 QtCore.QObject.connect(self.btnOK, QtCore.SIGNAL("clicked()"), About.close) No newline at end of file
31 31 QtCore.QMetaObject.connectSlotsByName(About) No newline at end of file
32 32 No newline at end of file
33 33 def retranslateUi(self, About): No newline at end of file
34 34 About.setWindowTitle(QtGui.QApplication.translate("About", "About", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
35 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" No newline at end of file
36 36 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" No newline at end of file
37 37 "p, li { white-space: pre-wrap; }\n" No newline at end of file
38 38 "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" No newline at end of file
39 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" No newline at end of file
40 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" No newline at end of file
41 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" No newline at end of file
42 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" No newline at end of file
43 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" No newline at end of file
44 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" No newline at end of file
45 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" No newline at end of file
46 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)) No newline at end of file
47 47 self.btnOK.setText(QtGui.QApplication.translate("About", "OK", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
48 48 No newline at end of file
49 49 No newline at end of file
50 50 if __name__ == "__main__": No newline at end of file
51 51 import sys No newline at end of file
52 52 app = QtGui.QApplication(sys.argv) No newline at end of file
53 53 About = QtGui.QDialog() No newline at end of file
54 54 ui = Ui_About() No newline at end of file
55 55 ui.setupUi(About) No newline at end of file
56 56 About.show() No newline at end of file
57 57 sys.exit(app.exec_()) No newline at end of file
58 58 No newline at end of file
@@ -1,707 +1,707
1 1 # -*- coding: utf-8 -*- No newline at end of file
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Mon May 24 08:52:42 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 7 # No newline at end of file
8 8 # WARNING! All changes made in this file will be lost! No newline at end of file
9 9 No newline at end of file
10 10 from PyQt4 import QtCore, QtGui No newline at end of file
11 11 No newline at end of file
12 12 class Ui_MainWindow(object): No newline at end of file
13 13 def setupUi(self, MainWindow): No newline at end of file
14 14 MainWindow.setObjectName("MainWindow") No newline at end of file
15 15 MainWindow.resize(824, 717) No newline at end of file
16 16 self.centralwidget = QtGui.QWidget(MainWindow) No newline at end of file
17 17 self.centralwidget.setObjectName("centralwidget") No newline at end of file
18 18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) No newline at end of file
19 19 self.verticalLayout.setObjectName("verticalLayout") No newline at end of file
20 20 self.tabWidget = QtGui.QTabWidget(self.centralwidget) No newline at end of file
21 21 self.tabWidget.setEnabled(True) No newline at end of file
22 22 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) No newline at end of file
23 23 sizePolicy.setHorizontalStretch(0) No newline at end of file
24 24 sizePolicy.setVerticalStretch(0) No newline at end of file
25 25 sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) No newline at end of file
26 26 self.tabWidget.setSizePolicy(sizePolicy) No newline at end of file
27 27 self.tabWidget.setObjectName("tabWidget") No newline at end of file
28 28 self.tabParameters = QtGui.QWidget() No newline at end of file
29 29 self.tabParameters.setEnabled(True) No newline at end of file
30 30 self.tabParameters.setObjectName("tabParameters") No newline at end of file
31 31 self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) No newline at end of file
32 32 self.verticalLayout_2.setObjectName("verticalLayout_2") No newline at end of file
33 33 self.horizontalLayout = QtGui.QHBoxLayout() No newline at end of file
34 34 self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
35 35 self.horizontalLayout.setObjectName("horizontalLayout") No newline at end of file
36 36 self.txtDpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
37 37 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) No newline at end of file
38 38 sizePolicy.setHorizontalStretch(0) No newline at end of file
39 39 sizePolicy.setVerticalStretch(0) No newline at end of file
40 40 sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
41 41 self.txtDpath.setSizePolicy(sizePolicy) No newline at end of file
42 42 self.txtDpath.setObjectName("txtDpath") No newline at end of file
43 43 self.horizontalLayout.addWidget(self.txtDpath) No newline at end of file
44 44 self.btnDpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
45 45 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
46 46 sizePolicy.setHorizontalStretch(0) No newline at end of file
47 47 sizePolicy.setVerticalStretch(0) No newline at end of file
48 48 sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
49 49 self.btnDpath.setSizePolicy(sizePolicy) No newline at end of file
50 50 self.btnDpath.setCheckable(False) No newline at end of file
51 51 self.btnDpath.setObjectName("btnDpath") No newline at end of file
52 52 self.horizontalLayout.addWidget(self.btnDpath) No newline at end of file
53 53 self.verticalLayout_2.addLayout(self.horizontalLayout) No newline at end of file
54 54 self.horizontalLayout_3 = QtGui.QHBoxLayout() No newline at end of file
55 55 self.horizontalLayout_3.setObjectName("horizontalLayout_3") No newline at end of file
56 56 self.txtRpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
57 57 self.txtRpath.setObjectName("txtRpath") No newline at end of file
58 58 self.horizontalLayout_3.addWidget(self.txtRpath) No newline at end of file
59 59 self.btnRpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
60 60 self.btnRpath.setObjectName("btnRpath") No newline at end of file
61 61 self.horizontalLayout_3.addWidget(self.btnRpath) No newline at end of file
62 62 self.verticalLayout_2.addLayout(self.horizontalLayout_3) No newline at end of file
63 63 self.lblDtype = QtGui.QLabel(self.tabParameters) No newline at end of file
64 64 self.lblDtype.setObjectName("lblDtype") No newline at end of file
65 65 self.verticalLayout_2.addWidget(self.lblDtype) No newline at end of file
66 66 self.horizontalLayout_4 = QtGui.QHBoxLayout() No newline at end of file
67 67 self.horizontalLayout_4.setObjectName("horizontalLayout_4") No newline at end of file
68 68 self.lstDtype = QtGui.QComboBox(self.tabParameters) No newline at end of file
69 69 self.lstDtype.setObjectName("lstDtype") No newline at end of file
70 70 self.lstDtype.addItem("") No newline at end of file
71 71 self.lstDtype.addItem("") No newline at end of file
72 72 self.lstDtype.addItem("") No newline at end of file
73 73 self.lstDtype.addItem("") No newline at end of file
74 74 self.horizontalLayout_4.addWidget(self.lstDtype) No newline at end of file
75 75 self.txtDtype = QtGui.QLineEdit(self.tabParameters) No newline at end of file
76 76 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
77 77 sizePolicy.setHorizontalStretch(0) No newline at end of file
78 78 sizePolicy.setVerticalStretch(0) No newline at end of file
79 79 sizePolicy.setHeightForWidth(self.txtDtype.sizePolicy().hasHeightForWidth()) No newline at end of file
80 80 self.txtDtype.setSizePolicy(sizePolicy) No newline at end of file
81 81 self.txtDtype.setReadOnly(True) No newline at end of file
82 82 self.txtDtype.setObjectName("txtDtype") No newline at end of file
83 83 self.horizontalLayout_4.addWidget(self.txtDtype) No newline at end of file
84 84 spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
85 85 self.horizontalLayout_4.addItem(spacerItem) No newline at end of file
86 86 self.verticalLayout_2.addLayout(self.horizontalLayout_4) No newline at end of file
87 87 self.horizontalLayout_6 = QtGui.QHBoxLayout() No newline at end of file
88 88 self.horizontalLayout_6.setObjectName("horizontalLayout_6") No newline at end of file
89 89 self.lblElabel = QtGui.QLabel(self.tabParameters) No newline at end of file
90 90 self.lblElabel.setObjectName("lblElabel") No newline at end of file
91 91 self.horizontalLayout_6.addWidget(self.lblElabel) No newline at end of file
92 92 self.lblCopys = QtGui.QLabel(self.tabParameters) No newline at end of file
93 93 self.lblCopys.setObjectName("lblCopys") No newline at end of file
94 94 self.horizontalLayout_6.addWidget(self.lblCopys) No newline at end of file
95 95 self.verticalLayout_2.addLayout(self.horizontalLayout_6) No newline at end of file
96 96 self.horizontalLayout_5 = QtGui.QHBoxLayout() No newline at end of file
97 97 self.horizontalLayout_5.setObjectName("horizontalLayout_5") No newline at end of file
98 98 self.txtElabel = QtGui.QLineEdit(self.tabParameters) No newline at end of file
99 99 self.txtElabel.setObjectName("txtElabel") No newline at end of file
100 100 self.horizontalLayout_5.addWidget(self.txtElabel) No newline at end of file
101 101 self.txtCopys = QtGui.QSpinBox(self.tabParameters) No newline at end of file
102 102 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) No newline at end of file
103 103 sizePolicy.setHorizontalStretch(0) No newline at end of file
104 104 sizePolicy.setVerticalStretch(0) No newline at end of file
105 105 sizePolicy.setHeightForWidth(self.txtCopys.sizePolicy().hasHeightForWidth()) No newline at end of file
106 106 self.txtCopys.setSizePolicy(sizePolicy) No newline at end of file
107 107 self.txtCopys.setMinimum(1) No newline at end of file
108 108 self.txtCopys.setObjectName("txtCopys") No newline at end of file
109 109 self.horizontalLayout_5.addWidget(self.txtCopys) No newline at end of file
110 110 self.verticalLayout_2.addLayout(self.horizontalLayout_5) No newline at end of file
111 111 self.horizontalLayout_7 = QtGui.QHBoxLayout() No newline at end of file
112 112 self.horizontalLayout_7.setObjectName("horizontalLayout_7") No newline at end of file
113 113 self.lblStartDay = QtGui.QLabel(self.tabParameters) No newline at end of file
114 114 self.lblStartDay.setObjectName("lblStartDay") No newline at end of file
115 115 self.horizontalLayout_7.addWidget(self.lblStartDay) No newline at end of file
116 116 self.lblStopDay = QtGui.QLabel(self.tabParameters) No newline at end of file
117 117 self.lblStopDay.setObjectName("lblStopDay") No newline at end of file
118 118 self.horizontalLayout_7.addWidget(self.lblStopDay) No newline at end of file
119 119 self.verticalLayout_2.addLayout(self.horizontalLayout_7) No newline at end of file
120 120 self.horizontalLayout_8 = QtGui.QHBoxLayout() No newline at end of file
121 121 self.horizontalLayout_8.setObjectName("horizontalLayout_8") No newline at end of file
122 122 self.lstStartDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
123 123 self.lstStartDay.setObjectName("lstStartDay") No newline at end of file
124 124 self.horizontalLayout_8.addWidget(self.lstStartDay) No newline at end of file
125 125 self.lstStopDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
126 126 self.lstStopDay.setObjectName("lstStopDay") No newline at end of file
127 127 self.horizontalLayout_8.addWidget(self.lstStopDay) No newline at end of file
128 128 self.verticalLayout_2.addLayout(self.horizontalLayout_8) No newline at end of file
129 129 self.tabWidget.addTab(self.tabParameters, "") No newline at end of file
130 130 self.tabDconfig = QtGui.QWidget() No newline at end of file
131 131 self.tabDconfig.setEnabled(True) No newline at end of file
132 132 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
133 133 sizePolicy.setHorizontalStretch(0) No newline at end of file
134 134 sizePolicy.setVerticalStretch(0) No newline at end of file
135 135 sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) No newline at end of file
136 136 self.tabDconfig.setSizePolicy(sizePolicy) No newline at end of file
137 137 self.tabDconfig.setObjectName("tabDconfig") No newline at end of file
138 138 self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig) No newline at end of file
139 139 self.verticalLayout_3.setObjectName("verticalLayout_3") No newline at end of file
140 140 self.horizontalLayout_12 = QtGui.QHBoxLayout() No newline at end of file
141 141 self.horizontalLayout_12.setObjectName("horizontalLayout_12") No newline at end of file
142 142 self.verticalLayout_15 = QtGui.QVBoxLayout() No newline at end of file
143 143 self.verticalLayout_15.setObjectName("verticalLayout_15") No newline at end of file
144 144 self.chkDevA = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
145 145 self.chkDevA.setChecked(True) No newline at end of file
146 146 self.chkDevA.setObjectName("chkDevA") No newline at end of file
147 147 self.verticalLayout_15.addWidget(self.chkDevA) No newline at end of file
148 148 self.grpDevA = QtGui.QWidget(self.tabDconfig) No newline at end of file
149 149 self.grpDevA.setObjectName("grpDevA") No newline at end of file
150 150 self.verticalLayout_11 = QtGui.QVBoxLayout(self.grpDevA) No newline at end of file
151 151 self.verticalLayout_11.setObjectName("verticalLayout_11") No newline at end of file
152 152 self.txtDeviceA = QtGui.QLineEdit(self.grpDevA) No newline at end of file
153 153 self.txtDeviceA.setReadOnly(True) No newline at end of file
154 154 self.txtDeviceA.setObjectName("txtDeviceA") No newline at end of file
155 155 self.verticalLayout_11.addWidget(self.txtDeviceA) No newline at end of file
156 156 self.txtBspeedA = QtGui.QSpinBox(self.grpDevA) No newline at end of file
157 157 self.txtBspeedA.setMinimum(1) No newline at end of file
158 158 self.txtBspeedA.setProperty("value", 16) No newline at end of file
159 159 self.txtBspeedA.setObjectName("txtBspeedA") No newline at end of file
160 160 self.verticalLayout_11.addWidget(self.txtBspeedA) No newline at end of file
161 161 self.txtBmodeA = QtGui.QLineEdit(self.grpDevA) No newline at end of file
162 162 self.txtBmodeA.setReadOnly(True) No newline at end of file
163 163 self.txtBmodeA.setObjectName("txtBmodeA") No newline at end of file
164 164 self.verticalLayout_11.addWidget(self.txtBmodeA) No newline at end of file
165 165 self.btnTdevA = QtGui.QPushButton(self.grpDevA) No newline at end of file
166 166 self.btnTdevA.setObjectName("btnTdevA") No newline at end of file
167 167 self.verticalLayout_11.addWidget(self.btnTdevA) No newline at end of file
168 168 self.verticalLayout_15.addWidget(self.grpDevA) No newline at end of file
169 169 self.horizontalLayout_12.addLayout(self.verticalLayout_15) No newline at end of file
170 170 self.verticalLayout_16 = QtGui.QVBoxLayout() No newline at end of file
171 171 self.verticalLayout_16.setObjectName("verticalLayout_16") No newline at end of file
172 172 self.chkDevB = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
173 173 self.chkDevB.setChecked(True) No newline at end of file
174 174 self.chkDevB.setObjectName("chkDevB") No newline at end of file
175 175 self.verticalLayout_16.addWidget(self.chkDevB) No newline at end of file
176 176 self.grpDevB = QtGui.QWidget(self.tabDconfig) No newline at end of file
177 177 self.grpDevB.setObjectName("grpDevB") No newline at end of file
178 178 self.verticalLayout_12 = QtGui.QVBoxLayout(self.grpDevB) No newline at end of file
179 179 self.verticalLayout_12.setObjectName("verticalLayout_12") No newline at end of file
180 180 self.txtDeviceB = QtGui.QLineEdit(self.grpDevB) No newline at end of file
181 181 self.txtDeviceB.setReadOnly(True) No newline at end of file
182 182 self.txtDeviceB.setObjectName("txtDeviceB") No newline at end of file
183 183 self.verticalLayout_12.addWidget(self.txtDeviceB) No newline at end of file
184 184 self.txtBspeedB = QtGui.QSpinBox(self.grpDevB) No newline at end of file
185 185 self.txtBspeedB.setMinimum(1) No newline at end of file
186 186 self.txtBspeedB.setProperty("value", 16) No newline at end of file
187 187 self.txtBspeedB.setObjectName("txtBspeedB") No newline at end of file
188 188 self.verticalLayout_12.addWidget(self.txtBspeedB) No newline at end of file
189 189 self.txtBmodeB = QtGui.QLineEdit(self.grpDevB) No newline at end of file
190 190 self.txtBmodeB.setReadOnly(True) No newline at end of file
191 191 self.txtBmodeB.setObjectName("txtBmodeB") No newline at end of file
192 192 self.verticalLayout_12.addWidget(self.txtBmodeB) No newline at end of file
193 193 self.btnTdevB = QtGui.QPushButton(self.grpDevB) No newline at end of file
194 194 self.btnTdevB.setObjectName("btnTdevB") No newline at end of file
195 195 self.verticalLayout_12.addWidget(self.btnTdevB) No newline at end of file
196 196 self.verticalLayout_16.addWidget(self.grpDevB) No newline at end of file
197 197 self.horizontalLayout_12.addLayout(self.verticalLayout_16) No newline at end of file
198 198 self.verticalLayout_17 = QtGui.QVBoxLayout() No newline at end of file
199 199 self.verticalLayout_17.setObjectName("verticalLayout_17") No newline at end of file
200 200 self.chkDevC = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
201 201 self.chkDevC.setChecked(True) No newline at end of file
202 202 self.chkDevC.setObjectName("chkDevC") No newline at end of file
203 203 self.verticalLayout_17.addWidget(self.chkDevC) No newline at end of file
204 204 self.grpDevC = QtGui.QWidget(self.tabDconfig) No newline at end of file
205 205 self.grpDevC.setObjectName("grpDevC") No newline at end of file
206 206 self.verticalLayout_13 = QtGui.QVBoxLayout(self.grpDevC) No newline at end of file
207 207 self.verticalLayout_13.setObjectName("verticalLayout_13") No newline at end of file
208 208 self.txtDeviceC = QtGui.QLineEdit(self.grpDevC) No newline at end of file
209 209 self.txtDeviceC.setReadOnly(True) No newline at end of file
210 210 self.txtDeviceC.setObjectName("txtDeviceC") No newline at end of file
211 211 self.verticalLayout_13.addWidget(self.txtDeviceC) No newline at end of file
212 212 self.txtBspeedC = QtGui.QSpinBox(self.grpDevC) No newline at end of file
213 213 self.txtBspeedC.setMinimum(1) No newline at end of file
214 214 self.txtBspeedC.setProperty("value", 16) No newline at end of file
215 215 self.txtBspeedC.setObjectName("txtBspeedC") No newline at end of file
216 216 self.verticalLayout_13.addWidget(self.txtBspeedC) No newline at end of file
217 217 self.txtBmodeC = QtGui.QLineEdit(self.grpDevC) No newline at end of file
218 218 self.txtBmodeC.setReadOnly(True) No newline at end of file
219 219 self.txtBmodeC.setObjectName("txtBmodeC") No newline at end of file
220 220 self.verticalLayout_13.addWidget(self.txtBmodeC) No newline at end of file
221 221 self.btnTdevC = QtGui.QPushButton(self.grpDevC) No newline at end of file
222 222 self.btnTdevC.setObjectName("btnTdevC") No newline at end of file
223 223 self.verticalLayout_13.addWidget(self.btnTdevC) No newline at end of file
224 224 self.verticalLayout_17.addWidget(self.grpDevC) No newline at end of file
225 225 self.horizontalLayout_12.addLayout(self.verticalLayout_17) No newline at end of file
226 226 self.verticalLayout_18 = QtGui.QVBoxLayout() No newline at end of file
227 227 self.verticalLayout_18.setObjectName("verticalLayout_18") No newline at end of file
228 228 self.chkDevD = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
229 229 self.chkDevD.setChecked(True) No newline at end of file
230 230 self.chkDevD.setObjectName("chkDevD") No newline at end of file
231 231 self.verticalLayout_18.addWidget(self.chkDevD) No newline at end of file
232 232 self.grpDevD = QtGui.QWidget(self.tabDconfig) No newline at end of file
233 233 self.grpDevD.setObjectName("grpDevD") No newline at end of file
234 234 self.verticalLayout_14 = QtGui.QVBoxLayout(self.grpDevD) No newline at end of file
235 235 self.verticalLayout_14.setObjectName("verticalLayout_14") No newline at end of file
236 236 self.txtDeviceD = QtGui.QLineEdit(self.grpDevD) No newline at end of file
237 237 self.txtDeviceD.setReadOnly(True) No newline at end of file
238 238 self.txtDeviceD.setObjectName("txtDeviceD") No newline at end of file
239 239 self.verticalLayout_14.addWidget(self.txtDeviceD) No newline at end of file
240 240 self.txtBspeedD = QtGui.QSpinBox(self.grpDevD) No newline at end of file
241 241 self.txtBspeedD.setMinimum(1) No newline at end of file
242 242 self.txtBspeedD.setProperty("value", 16) No newline at end of file
243 243 self.txtBspeedD.setObjectName("txtBspeedD") No newline at end of file
244 244 self.verticalLayout_14.addWidget(self.txtBspeedD) No newline at end of file
245 245 self.txtBmodeD = QtGui.QLineEdit(self.grpDevD) No newline at end of file
246 246 self.txtBmodeD.setReadOnly(True) No newline at end of file
247 247 self.txtBmodeD.setObjectName("txtBmodeD") No newline at end of file
248 248 self.verticalLayout_14.addWidget(self.txtBmodeD) No newline at end of file
249 249 self.btnTdevD = QtGui.QPushButton(self.grpDevD) No newline at end of file
250 250 self.btnTdevD.setObjectName("btnTdevD") No newline at end of file
251 251 self.verticalLayout_14.addWidget(self.btnTdevD) No newline at end of file
252 252 self.verticalLayout_18.addWidget(self.grpDevD) No newline at end of file
253 253 self.horizontalLayout_12.addLayout(self.verticalLayout_18) No newline at end of file
254 254 self.verticalLayout_19 = QtGui.QVBoxLayout() No newline at end of file
255 255 self.verticalLayout_19.setObjectName("verticalLayout_19") No newline at end of file
256 256 spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
257 257 self.verticalLayout_19.addItem(spacerItem1) No newline at end of file
258 258 self.grpDevD_2 = QtGui.QWidget(self.tabDconfig) No newline at end of file
259 259 self.grpDevD_2.setObjectName("grpDevD_2") No newline at end of file
260 260 self.verticalLayout_20 = QtGui.QVBoxLayout(self.grpDevD_2) No newline at end of file
261 261 self.verticalLayout_20.setObjectName("verticalLayout_20") No newline at end of file
262 262 self.lblDevice = QtGui.QLabel(self.grpDevD_2) No newline at end of file
263 263 self.lblDevice.setObjectName("lblDevice") No newline at end of file
264 264 self.verticalLayout_20.addWidget(self.lblDevice) No newline at end of file
265 265 self.lblBspeed = QtGui.QLabel(self.grpDevD_2) No newline at end of file
266 266 self.lblBspeed.setObjectName("lblBspeed") No newline at end of file
267 267 self.verticalLayout_20.addWidget(self.lblBspeed) No newline at end of file
268 268 self.lblBmode = QtGui.QLabel(self.grpDevD_2) No newline at end of file
269 269 self.lblBmode.setObjectName("lblBmode") No newline at end of file
270 270 self.verticalLayout_20.addWidget(self.lblBmode) No newline at end of file
271 271 spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
272 272 self.verticalLayout_20.addItem(spacerItem2) No newline at end of file
273 273 self.verticalLayout_19.addWidget(self.grpDevD_2) No newline at end of file
274 274 self.horizontalLayout_12.addLayout(self.verticalLayout_19) No newline at end of file
275 275 self.verticalLayout_3.addLayout(self.horizontalLayout_12) No newline at end of file
276 276 spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
277 277 self.verticalLayout_3.addItem(spacerItem3) No newline at end of file
278 278 self.horizontalLayout_11 = QtGui.QHBoxLayout() No newline at end of file
279 279 self.horizontalLayout_11.setSpacing(6) No newline at end of file
280 280 self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
281 281 self.horizontalLayout_11.setObjectName("horizontalLayout_11") No newline at end of file
282 282 self.lblDcapacity = QtGui.QLabel(self.tabDconfig) No newline at end of file
283 283 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
284 284 sizePolicy.setHorizontalStretch(0) No newline at end of file
285 285 sizePolicy.setVerticalStretch(0) No newline at end of file
286 286 sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file
287 287 self.lblDcapacity.setSizePolicy(sizePolicy) No newline at end of file
288 288 self.lblDcapacity.setObjectName("lblDcapacity") No newline at end of file
289 289 self.horizontalLayout_11.addWidget(self.lblDcapacity) No newline at end of file
290 290 spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
291 291 self.horizontalLayout_11.addItem(spacerItem4) No newline at end of file
292 292 self.verticalLayout_3.addLayout(self.horizontalLayout_11) No newline at end of file
293 293 self.horizontalLayout_10 = QtGui.QHBoxLayout() No newline at end of file
294 294 self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file
295 295 self.horizontalLayout_10.setObjectName("horizontalLayout_10") No newline at end of file
296 296 self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) No newline at end of file
297 297 self.lstDcapacity.setObjectName("lstDcapacity") No newline at end of file
298 298 self.lstDcapacity.addItem("") No newline at end of file
299 299 self.lstDcapacity.addItem("") No newline at end of file
300 300 self.lstDcapacity.addItem("") No newline at end of file
301 301 self.lstDcapacity.addItem("") No newline at end of file
302 302 self.lstDcapacity.addItem("") No newline at end of file
303 303 self.horizontalLayout_10.addWidget(self.lstDcapacity) No newline at end of file
304 304 self.txtDcapacity = QtGui.QDoubleSpinBox(self.tabDconfig) No newline at end of file
305 305 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) No newline at end of file
306 306 sizePolicy.setHorizontalStretch(0) No newline at end of file
307 307 sizePolicy.setVerticalStretch(0) No newline at end of file
308 308 sizePolicy.setHeightForWidth(self.txtDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file
309 309 self.txtDcapacity.setSizePolicy(sizePolicy) No newline at end of file
310 310 self.txtDcapacity.setReadOnly(True) No newline at end of file
311 311 self.txtDcapacity.setMinimum(100.0) No newline at end of file
312 312 self.txtDcapacity.setMaximum(99999.99) No newline at end of file
313 313 self.txtDcapacity.setProperty("value", 4482.27) No newline at end of file
314 314 self.txtDcapacity.setObjectName("txtDcapacity") No newline at end of file
315 315 self.horizontalLayout_10.addWidget(self.txtDcapacity) No newline at end of file
316 316 spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
317 317 self.horizontalLayout_10.addItem(spacerItem5) No newline at end of file
318 318 self.lblPSgraphic = QtGui.QLabel(self.tabDconfig) No newline at end of file
319 319 self.lblPSgraphic.setObjectName("lblPSgraphic") No newline at end of file
320 320 self.horizontalLayout_10.addWidget(self.lblPSgraphic) No newline at end of file
321 321 self.txtPSgraphic = QtGui.QSpinBox(self.tabDconfig) No newline at end of file
322 322 self.txtPSgraphic.setMinimum(1) No newline at end of file
323 323 self.txtPSgraphic.setMaximum(33) No newline at end of file
324 324 self.txtPSgraphic.setObjectName("txtPSgraphic") No newline at end of file
325 325 self.horizontalLayout_10.addWidget(self.txtPSgraphic) No newline at end of file
326 326 self.verticalLayout_3.addLayout(self.horizontalLayout_10) No newline at end of file
327 327 self.tabWidget.addTab(self.tabDconfig, "") No newline at end of file
328 328 self.tabStatus = QtGui.QWidget() No newline at end of file
329 329 self.tabStatus.setObjectName("tabStatus") No newline at end of file
330 330 self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabStatus) No newline at end of file
331 331 self.verticalLayout_4.setObjectName("verticalLayout_4") No newline at end of file
332 332 self.horizontalLayout_18 = QtGui.QHBoxLayout() No newline at end of file
333 333 self.horizontalLayout_18.setObjectName("horizontalLayout_18") No newline at end of file
334 334 self.verticalLayout_21 = QtGui.QVBoxLayout() No newline at end of file
335 335 self.verticalLayout_21.setObjectName("verticalLayout_21") No newline at end of file
336 336 self.label_4 = QtGui.QLabel(self.tabStatus) No newline at end of file
337 337 self.label_4.setObjectName("label_4") No newline at end of file
338 338 self.verticalLayout_21.addWidget(self.label_4) No newline at end of file
339 339 spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
340 340 self.verticalLayout_21.addItem(spacerItem6) No newline at end of file
341 341 self.lblSTATUS = QtGui.QLabel(self.tabStatus) No newline at end of file
342 342 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) No newline at end of file
343 343 sizePolicy.setHorizontalStretch(0) No newline at end of file
344 344 sizePolicy.setVerticalStretch(0) No newline at end of file
345 345 sizePolicy.setHeightForWidth(self.lblSTATUS.sizePolicy().hasHeightForWidth()) No newline at end of file
346 346 self.lblSTATUS.setSizePolicy(sizePolicy) No newline at end of file
347 347 self.lblSTATUS.setObjectName("lblSTATUS") No newline at end of file
348 348 self.verticalLayout_21.addWidget(self.lblSTATUS) No newline at end of file
349 349 self.lblINFO = QtGui.QLabel(self.tabStatus) No newline at end of file
350 350 self.lblINFO.setObjectName("lblINFO") No newline at end of file
351 351 self.verticalLayout_21.addWidget(self.lblINFO) No newline at end of file
352 352 self.lblSET = QtGui.QLabel(self.tabStatus) No newline at end of file
353 353 self.lblSET.setObjectName("lblSET") No newline at end of file
354 354 self.verticalLayout_21.addWidget(self.lblSET) No newline at end of file
355 355 self.horizontalLayout_18.addLayout(self.verticalLayout_21) No newline at end of file
356 356 self.verticalLayout_22 = QtGui.QVBoxLayout() No newline at end of file
357 357 self.verticalLayout_22.setObjectName("verticalLayout_22") No newline at end of file
358 358 spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
359 359 self.verticalLayout_22.addItem(spacerItem7) No newline at end of file
360 360 self.lblDevA = QtGui.QLabel(self.tabStatus) No newline at end of file
361 361 self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
362 362 self.lblDevA.setObjectName("lblDevA") No newline at end of file
363 363 self.verticalLayout_22.addWidget(self.lblDevA) No newline at end of file
364 364 self.txtBstatusA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
365 365 self.txtBstatusA.setReadOnly(True) No newline at end of file
366 366 self.txtBstatusA.setObjectName("txtBstatusA") No newline at end of file
367 367 self.verticalLayout_22.addWidget(self.txtBstatusA) No newline at end of file
368 368 self.txtBdiscA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
369 369 self.txtBdiscA.setReadOnly(True) No newline at end of file
370 370 self.txtBdiscA.setObjectName("txtBdiscA") No newline at end of file
371 371 self.verticalLayout_22.addWidget(self.txtBdiscA) No newline at end of file
372 372 self.txtBcopyA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
373 373 self.txtBcopyA.setReadOnly(True) No newline at end of file
374 374 self.txtBcopyA.setObjectName("txtBcopyA") No newline at end of file
375 375 self.verticalLayout_22.addWidget(self.txtBcopyA) No newline at end of file
376 376 self.horizontalLayout_18.addLayout(self.verticalLayout_22) No newline at end of file
377 377 self.verticalLayout_23 = QtGui.QVBoxLayout() No newline at end of file
378 378 self.verticalLayout_23.setObjectName("verticalLayout_23") No newline at end of file
379 379 spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
380 380 self.verticalLayout_23.addItem(spacerItem8) No newline at end of file
381 381 self.lblDevB = QtGui.QLabel(self.tabStatus) No newline at end of file
382 382 self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
383 383 self.lblDevB.setObjectName("lblDevB") No newline at end of file
384 384 self.verticalLayout_23.addWidget(self.lblDevB) No newline at end of file
385 385 self.txtBstatusB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
386 386 self.txtBstatusB.setReadOnly(True) No newline at end of file
387 387 self.txtBstatusB.setObjectName("txtBstatusB") No newline at end of file
388 388 self.verticalLayout_23.addWidget(self.txtBstatusB) No newline at end of file
389 389 self.txtBdiscB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
390 390 self.txtBdiscB.setReadOnly(True) No newline at end of file
391 391 self.txtBdiscB.setObjectName("txtBdiscB") No newline at end of file
392 392 self.verticalLayout_23.addWidget(self.txtBdiscB) No newline at end of file
393 393 self.txtBcopyB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
394 394 self.txtBcopyB.setReadOnly(True) No newline at end of file
395 395 self.txtBcopyB.setObjectName("txtBcopyB") No newline at end of file
396 396 self.verticalLayout_23.addWidget(self.txtBcopyB) No newline at end of file
397 397 self.horizontalLayout_18.addLayout(self.verticalLayout_23) No newline at end of file
398 398 self.verticalLayout_24 = QtGui.QVBoxLayout() No newline at end of file
399 399 self.verticalLayout_24.setObjectName("verticalLayout_24") No newline at end of file
400 400 spacerItem9 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
401 401 self.verticalLayout_24.addItem(spacerItem9) No newline at end of file
402 402 self.lblDevC = QtGui.QLabel(self.tabStatus) No newline at end of file
403 403 self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
404 404 self.lblDevC.setObjectName("lblDevC") No newline at end of file
405 405 self.verticalLayout_24.addWidget(self.lblDevC) No newline at end of file
406 406 self.txtBstatusC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
407 407 self.txtBstatusC.setReadOnly(True) No newline at end of file
408 408 self.txtBstatusC.setObjectName("txtBstatusC") No newline at end of file
409 409 self.verticalLayout_24.addWidget(self.txtBstatusC) No newline at end of file
410 410 self.txtBdiscC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
411 411 self.txtBdiscC.setReadOnly(True) No newline at end of file
412 412 self.txtBdiscC.setObjectName("txtBdiscC") No newline at end of file
413 413 self.verticalLayout_24.addWidget(self.txtBdiscC) No newline at end of file
414 414 self.txtBcopyC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
415 415 self.txtBcopyC.setReadOnly(True) No newline at end of file
416 416 self.txtBcopyC.setObjectName("txtBcopyC") No newline at end of file
417 417 self.verticalLayout_24.addWidget(self.txtBcopyC) No newline at end of file
418 418 self.horizontalLayout_18.addLayout(self.verticalLayout_24) No newline at end of file
419 419 self.verticalLayout_25 = QtGui.QVBoxLayout() No newline at end of file
420 420 self.verticalLayout_25.setObjectName("verticalLayout_25") No newline at end of file
421 421 spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
422 422 self.verticalLayout_25.addItem(spacerItem10) No newline at end of file
423 423 self.lblDevD = QtGui.QLabel(self.tabStatus) No newline at end of file
424 424 self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
425 425 self.lblDevD.setObjectName("lblDevD") No newline at end of file
426 426 self.verticalLayout_25.addWidget(self.lblDevD) No newline at end of file
427 427 self.txtBstatusD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
428 428 self.txtBstatusD.setReadOnly(True) No newline at end of file
429 429 self.txtBstatusD.setObjectName("txtBstatusD") No newline at end of file
430 430 self.verticalLayout_25.addWidget(self.txtBstatusD) No newline at end of file
431 431 self.txtBdiscD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
432 432 self.txtBdiscD.setReadOnly(True) No newline at end of file
433 433 self.txtBdiscD.setObjectName("txtBdiscD") No newline at end of file
434 434 self.verticalLayout_25.addWidget(self.txtBdiscD) No newline at end of file
435 435 self.txtBcopyD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
436 436 self.txtBcopyD.setReadOnly(True) No newline at end of file
437 437 self.txtBcopyD.setObjectName("txtBcopyD") No newline at end of file
438 438 self.verticalLayout_25.addWidget(self.txtBcopyD) No newline at end of file
439 439 self.horizontalLayout_18.addLayout(self.verticalLayout_25) No newline at end of file
440 440 self.verticalLayout_4.addLayout(self.horizontalLayout_18) No newline at end of file
441 441 spacerItem11 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
442 442 self.verticalLayout_4.addItem(spacerItem11) No newline at end of file
443 443 self.horizontalLayout_16 = QtGui.QHBoxLayout() No newline at end of file
444 444 self.horizontalLayout_16.setObjectName("horizontalLayout_16") No newline at end of file
445 445 self.label = QtGui.QLabel(self.tabStatus) No newline at end of file
446 446 self.label.setObjectName("label") No newline at end of file
447 447 self.horizontalLayout_16.addWidget(self.label) No newline at end of file
448 448 spacerItem12 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
449 449 self.horizontalLayout_16.addItem(spacerItem12) No newline at end of file
450 450 self.verticalLayout_4.addLayout(self.horizontalLayout_16) No newline at end of file
451 451 self.horizontalLayout_17 = QtGui.QHBoxLayout() No newline at end of file
452 452 self.horizontalLayout_17.setObjectName("horizontalLayout_17") No newline at end of file
453 453 spacerItem13 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum) No newline at end of file
454 454 self.horizontalLayout_17.addItem(spacerItem13) No newline at end of file
455 455 self.txtTDpath = QtGui.QLineEdit(self.tabStatus) No newline at end of file
456 456 self.txtTDpath.setEnabled(False) No newline at end of file
457 457 self.txtTDpath.setObjectName("txtTDpath") No newline at end of file
458 458 self.horizontalLayout_17.addWidget(self.txtTDpath) No newline at end of file
459 459 self.btnTDpath = QtGui.QPushButton(self.tabStatus) No newline at end of file
460 460 self.btnTDpath.setEnabled(False) No newline at end of file
461 461 self.btnTDpath.setObjectName("btnTDpath") No newline at end of file
462 462 self.horizontalLayout_17.addWidget(self.btnTDpath) No newline at end of file
463 463 self.verticalLayout_4.addLayout(self.horizontalLayout_17) No newline at end of file
464 464 self.horizontalLayout_19 = QtGui.QHBoxLayout() No newline at end of file
465 465 self.horizontalLayout_19.setObjectName("horizontalLayout_19") No newline at end of file
466 466 self.verticalLayout_26 = QtGui.QVBoxLayout() No newline at end of file
467 467 self.verticalLayout_26.setObjectName("verticalLayout_26") No newline at end of file
468 468 spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
469 469 self.verticalLayout_26.addItem(spacerItem14) No newline at end of file
470 470 self.lblSTATUS_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
471 471 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) No newline at end of file
472 472 sizePolicy.setHorizontalStretch(0) No newline at end of file
473 473 sizePolicy.setVerticalStretch(0) No newline at end of file
474 474 sizePolicy.setHeightForWidth(self.lblSTATUS_2.sizePolicy().hasHeightForWidth()) No newline at end of file
475 475 self.lblSTATUS_2.setSizePolicy(sizePolicy) No newline at end of file
476 476 self.lblSTATUS_2.setObjectName("lblSTATUS_2") No newline at end of file
477 477 self.verticalLayout_26.addWidget(self.lblSTATUS_2) No newline at end of file
478 478 self.horizontalLayout_19.addLayout(self.verticalLayout_26) No newline at end of file
479 479 self.verticalLayout_27 = QtGui.QVBoxLayout() No newline at end of file
480 480 self.verticalLayout_27.setObjectName("verticalLayout_27") No newline at end of file
481 481 self.lblDevA_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
482 482 self.lblDevA_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
483 483 self.lblDevA_2.setObjectName("lblDevA_2") No newline at end of file
484 484 self.verticalLayout_27.addWidget(self.lblDevA_2) No newline at end of file
485 485 self.txtCHstatusA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
486 486 self.txtCHstatusA.setReadOnly(True) No newline at end of file
487 487 self.txtCHstatusA.setObjectName("txtCHstatusA") No newline at end of file
488 488 self.verticalLayout_27.addWidget(self.txtCHstatusA) No newline at end of file
489 489 self.horizontalLayout_19.addLayout(self.verticalLayout_27) No newline at end of file
490 490 self.verticalLayout_28 = QtGui.QVBoxLayout() No newline at end of file
491 491 self.verticalLayout_28.setObjectName("verticalLayout_28") No newline at end of file
492 492 self.lblDevB_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
493 493 self.lblDevB_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
494 494 self.lblDevB_2.setObjectName("lblDevB_2") No newline at end of file
495 495 self.verticalLayout_28.addWidget(self.lblDevB_2) No newline at end of file
496 496 self.txtCHstatusB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
497 497 self.txtCHstatusB.setReadOnly(True) No newline at end of file
498 498 self.txtCHstatusB.setObjectName("txtCHstatusB") No newline at end of file
499 499 self.verticalLayout_28.addWidget(self.txtCHstatusB) No newline at end of file
500 500 self.horizontalLayout_19.addLayout(self.verticalLayout_28) No newline at end of file
501 501 self.verticalLayout_29 = QtGui.QVBoxLayout() No newline at end of file
502 502 self.verticalLayout_29.setObjectName("verticalLayout_29") No newline at end of file
503 503 self.lblDevC_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
504 504 self.lblDevC_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
505 505 self.lblDevC_2.setObjectName("lblDevC_2") No newline at end of file
506 506 self.verticalLayout_29.addWidget(self.lblDevC_2) No newline at end of file
507 507 self.txtCHstatusC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
508 508 self.txtCHstatusC.setReadOnly(True) No newline at end of file
509 509 self.txtCHstatusC.setObjectName("txtCHstatusC") No newline at end of file
510 510 self.verticalLayout_29.addWidget(self.txtCHstatusC) No newline at end of file
511 511 self.horizontalLayout_19.addLayout(self.verticalLayout_29) No newline at end of file
512 512 self.verticalLayout_30 = QtGui.QVBoxLayout() No newline at end of file
513 513 self.verticalLayout_30.setObjectName("verticalLayout_30") No newline at end of file
514 514 self.lblDevD_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
515 515 self.lblDevD_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
516 516 self.lblDevD_2.setObjectName("lblDevD_2") No newline at end of file
517 517 self.verticalLayout_30.addWidget(self.lblDevD_2) No newline at end of file
518 518 self.txtCHstatusD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
519 519 self.txtCHstatusD.setReadOnly(True) No newline at end of file
520 520 self.txtCHstatusD.setObjectName("txtCHstatusD") No newline at end of file
521 521 self.verticalLayout_30.addWidget(self.txtCHstatusD) No newline at end of file
522 522 self.horizontalLayout_19.addLayout(self.verticalLayout_30) No newline at end of file
523 523 self.verticalLayout_4.addLayout(self.horizontalLayout_19) No newline at end of file
524 524 self.horizontalLayout_20 = QtGui.QHBoxLayout() No newline at end of file
525 525 self.horizontalLayout_20.setObjectName("horizontalLayout_20") No newline at end of file
526 526 spacerItem15 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
527 527 self.horizontalLayout_20.addItem(spacerItem15) No newline at end of file
528 528 self.chkCheck = QtGui.QCheckBox(self.tabStatus) No newline at end of file
529 529 self.chkCheck.setEnabled(True) No newline at end of file
530 530 self.chkCheck.setObjectName("chkCheck") No newline at end of file
531 531 self.horizontalLayout_20.addWidget(self.chkCheck) No newline at end of file
532 532 spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
533 533 self.horizontalLayout_20.addItem(spacerItem16) No newline at end of file
534 534 self.btnCHstart = QtGui.QPushButton(self.tabStatus) No newline at end of file
535 535 self.btnCHstart.setEnabled(False) No newline at end of file
536 536 self.btnCHstart.setObjectName("btnCHstart") No newline at end of file
537 537 self.horizontalLayout_20.addWidget(self.btnCHstart) No newline at end of file
538 538 self.verticalLayout_4.addLayout(self.horizontalLayout_20) No newline at end of file
539 539 self.widget_2 = QtGui.QWidget(self.tabStatus) No newline at end of file
540 540 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
541 541 sizePolicy.setHorizontalStretch(0) No newline at end of file
542 542 sizePolicy.setVerticalStretch(0) No newline at end of file
543 543 sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) No newline at end of file
544 544 self.widget_2.setSizePolicy(sizePolicy) No newline at end of file
545 545 self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) No newline at end of file
546 546 self.widget_2.setObjectName("widget_2") No newline at end of file
547 547 self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) No newline at end of file
548 548 self.gridLayout_2.setObjectName("gridLayout_2") No newline at end of file
549 549 self.verticalLayout_4.addWidget(self.widget_2) No newline at end of file
550 550 self.tabWidget.addTab(self.tabStatus, "") No newline at end of file
551 551 self.verticalLayout.addWidget(self.tabWidget) No newline at end of file
552 552 self.txtInfo = QtGui.QTextEdit(self.centralwidget) No newline at end of file
553 553 self.txtInfo.setReadOnly(True) No newline at end of file
554 554 self.txtInfo.setObjectName("txtInfo") No newline at end of file
555 555 self.verticalLayout.addWidget(self.txtInfo) No newline at end of file
556 556 self.horizontalLayout_2 = QtGui.QHBoxLayout() No newline at end of file
557 557 self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
558 558 self.horizontalLayout_2.setObjectName("horizontalLayout_2") No newline at end of file
559 559 self.btnGbkp = QtGui.QPushButton(self.centralwidget) No newline at end of file
560 560 self.btnGbkp.setEnabled(False) No newline at end of file
561 561 self.btnGbkp.setObjectName("btnGbkp") No newline at end of file
562 562 self.horizontalLayout_2.addWidget(self.btnGbkp) No newline at end of file
563 563 self.btnRestart = QtGui.QPushButton(self.centralwidget) No newline at end of file
564 564 self.btnRestart.setEnabled(False) No newline at end of file
565 565 self.btnRestart.setObjectName("btnRestart") No newline at end of file
566 566 self.horizontalLayout_2.addWidget(self.btnRestart) No newline at end of file
567 567 self.btnStartburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
568 568 self.btnStartburn.setEnabled(False) No newline at end of file
569 569 self.btnStartburn.setObjectName("btnStartburn") No newline at end of file
570 570 self.horizontalLayout_2.addWidget(self.btnStartburn) No newline at end of file
571 571 self.btnStopburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
572 572 self.btnStopburn.setEnabled(False) No newline at end of file
573 573 self.btnStopburn.setObjectName("btnStopburn") No newline at end of file
574 574 self.horizontalLayout_2.addWidget(self.btnStopburn) No newline at end of file
575 575 self.verticalLayout.addLayout(self.horizontalLayout_2) No newline at end of file
576 576 MainWindow.setCentralWidget(self.centralwidget) No newline at end of file
577 577 self.menubar = QtGui.QMenuBar(MainWindow) No newline at end of file
578 578 self.menubar.setGeometry(QtCore.QRect(0, 0, 824, 25)) No newline at end of file
579 579 self.menubar.setObjectName("menubar") No newline at end of file
580 580 self.menuFile = QtGui.QMenu(self.menubar) No newline at end of file
581 581 self.menuFile.setObjectName("menuFile") No newline at end of file
582 582 self.menuHelp = QtGui.QMenu(self.menubar) No newline at end of file
583 583 self.menuHelp.setObjectName("menuHelp") No newline at end of file
584 584 self.menuParameters = QtGui.QMenu(self.menubar) No newline at end of file
585 585 self.menuParameters.setObjectName("menuParameters") No newline at end of file
586 586 MainWindow.setMenuBar(self.menubar) No newline at end of file
587 587 self.statusbar = QtGui.QStatusBar(MainWindow) No newline at end of file
588 588 self.statusbar.setObjectName("statusbar") No newline at end of file
589 589 MainWindow.setStatusBar(self.statusbar) No newline at end of file
590 590 self.actionChange_Parameters = QtGui.QAction(MainWindow) No newline at end of file
591 591 self.actionChange_Parameters.setEnabled(False) No newline at end of file
592 592 self.actionChange_Parameters.setObjectName("actionChange_Parameters") No newline at end of file
593 593 self.actionQuit = QtGui.QAction(MainWindow) No newline at end of file
594 594 self.actionQuit.setObjectName("actionQuit") No newline at end of file
595 595 self.actionAbout = QtGui.QAction(MainWindow) No newline at end of file
596 596 self.actionAbout.setObjectName("actionAbout") No newline at end of file
597 597 self.menuFile.addAction(self.actionQuit) No newline at end of file
598 598 self.menuHelp.addAction(self.actionAbout) No newline at end of file
599 599 self.menuParameters.addAction(self.actionChange_Parameters) No newline at end of file
600 600 self.menubar.addAction(self.menuFile.menuAction()) No newline at end of file
601 601 self.menubar.addAction(self.menuParameters.menuAction()) No newline at end of file
602 602 self.menubar.addAction(self.menuHelp.menuAction()) No newline at end of file
603 603 No newline at end of file
604 604 self.retranslateUi(MainWindow) No newline at end of file
605 605 self.tabWidget.setCurrentIndex(0) No newline at end of file
606 606 self.lstDcapacity.setCurrentIndex(2) No newline at end of file
607 607 QtCore.QObject.connect(self.actionQuit, QtCore.SIGNAL("triggered()"), MainWindow.close) No newline at end of file
608 608 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.txtTDpath.setEnabled) No newline at end of file
609 609 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnTDpath.setEnabled) No newline at end of file
610 610 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnCHstart.setEnabled) No newline at end of file
611 611 QtCore.QObject.connect(self.chkDevD, QtCore.SIGNAL("toggled(bool)"), self.grpDevD.setEnabled) No newline at end of file
612 612 QtCore.QObject.connect(self.chkDevB, QtCore.SIGNAL("toggled(bool)"), self.grpDevB.setEnabled) No newline at end of file
613 613 QtCore.QObject.connect(self.chkDevC, QtCore.SIGNAL("toggled(bool)"), self.grpDevC.setEnabled) No newline at end of file
614 614 QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.grpDevA.setEnabled) No newline at end of file
615 615 QtCore.QMetaObject.connectSlotsByName(MainWindow) No newline at end of file
616 616 MainWindow.setTabOrder(self.txtDpath, self.btnDpath) No newline at end of file
617 617 MainWindow.setTabOrder(self.btnDpath, self.txtRpath) No newline at end of file
618 618 MainWindow.setTabOrder(self.txtRpath, self.btnRpath) No newline at end of file
619 619 MainWindow.setTabOrder(self.btnRpath, self.lstDtype) No newline at end of file
620 620 MainWindow.setTabOrder(self.lstDtype, self.txtDtype) No newline at end of file
621 621 MainWindow.setTabOrder(self.txtDtype, self.txtElabel) No newline at end of file
622 622 MainWindow.setTabOrder(self.txtElabel, self.lstStartDay) No newline at end of file
623 623 MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) No newline at end of file
624 624 MainWindow.setTabOrder(self.lstStopDay, self.lstDcapacity) No newline at end of file
625 625 MainWindow.setTabOrder(self.lstDcapacity, self.tabWidget) No newline at end of file
626 626 MainWindow.setTabOrder(self.tabWidget, self.btnGbkp) No newline at end of file
627 627 MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) No newline at end of file
628 628 MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) No newline at end of file
629 629 MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) No newline at end of file
630 630 No newline at end of file
631 631 def retranslateUi(self, MainWindow): No newline at end of file
632 632 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
633 633 self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
634 634 self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
635 635 self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
636 636 self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
637 637 self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
638 638 self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
639 639 self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
640 640 self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
641 641 self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
642 642 self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
643 643 self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
644 644 self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
645 645 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
646 646 self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
647 647 self.txtBmodeA.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
648 648 self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
649 649 self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
650 650 self.txtBmodeB.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
651 651 self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
652 652 self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
653 653 self.txtBmodeC.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
654 654 self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
655 655 self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
656 656 self.txtBmodeD.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
657 657 self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
658 658 self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
659 659 self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
660 660 self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
661 661 self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
662 662 self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
663 663 self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
664 664 self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
665 665 self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
666 666 self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? MB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
667 667 self.lblPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
668 668 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
669 669 self.label_4.setText(QtGui.QApplication.translate("MainWindow", "BURN", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
670 670 self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
671 671 self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "DISC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
672 672 self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "COPY", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
673 673 self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
674 674 self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
675 675 self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
676 676 self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
677 677 self.label.setText(QtGui.QApplication.translate("MainWindow", "CHECK", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
678 678 self.btnTDpath.setText(QtGui.QApplication.translate("MainWindow", "Temp Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
679 679 self.lblSTATUS_2.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
680 680 self.lblDevA_2.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
681 681 self.lblDevB_2.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
682 682 self.lblDevC_2.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
683 683 self.lblDevD_2.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
684 684 self.chkCheck.setText(QtGui.QApplication.translate("MainWindow", "MANUAL", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
685 685 self.btnCHstart.setText(QtGui.QApplication.translate("MainWindow", "START", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
686 686 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabStatus), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
687 687 self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
688 688 self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
689 689 self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
690 690 self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
691 691 self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
692 692 self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
693 693 self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
694 694 self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
695 695 self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
696 696 self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
697 697 No newline at end of file
698 698 No newline at end of file
699 699 if __name__ == "__main__": No newline at end of file
700 700 import sys No newline at end of file
701 701 app = QtGui.QApplication(sys.argv) No newline at end of file
702 702 MainWindow = QtGui.QMainWindow() No newline at end of file
703 703 ui = Ui_MainWindow() No newline at end of file
704 704 ui.setupUi(MainWindow) No newline at end of file
705 705 MainWindow.show() No newline at end of file
706 706 sys.exit(app.exec_()) No newline at end of file
707 707 No newline at end of file
@@ -1,77 +1,77
1 1 # -*- coding: utf-8 -*- No newline at end of file
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Mon May 24 08:52:43 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 7 # No newline at end of file
8 8 # WARNING! All changes made in this file will be lost! No newline at end of file
9 9 No newline at end of file
10 10 from PyQt4 import QtCore, QtGui No newline at end of file
11 11 No newline at end of file
12 12 class Ui_Parameters(object): No newline at end of file
13 13 def setupUi(self, Parameters): No newline at end of file
14 14 Parameters.setObjectName("Parameters") No newline at end of file
15 15 Parameters.resize(207, 152) No newline at end of file
16 16 self.verticalLayout = QtGui.QVBoxLayout(Parameters) No newline at end of file
17 17 self.verticalLayout.setObjectName("verticalLayout") No newline at end of file
18 18 self.horizontalLayout_3 = QtGui.QHBoxLayout() No newline at end of file
19 19 self.horizontalLayout_3.setObjectName("horizontalLayout_3") No newline at end of file
20 20 self.verticalLayout_2 = QtGui.QVBoxLayout() No newline at end of file
21 21 self.verticalLayout_2.setObjectName("verticalLayout_2") No newline at end of file
22 22 self.label = QtGui.QLabel(Parameters) No newline at end of file
23 23 self.label.setObjectName("label") No newline at end of file
24 24 self.verticalLayout_2.addWidget(self.label) No newline at end of file
25 25 self.label_3 = QtGui.QLabel(Parameters) No newline at end of file
26 26 self.label_3.setObjectName("label_3") No newline at end of file
27 27 self.verticalLayout_2.addWidget(self.label_3) No newline at end of file
28 28 self.label_2 = QtGui.QLabel(Parameters) No newline at end of file
29 29 self.label_2.setObjectName("label_2") No newline at end of file
30 30 self.verticalLayout_2.addWidget(self.label_2) No newline at end of file
31 31 self.horizontalLayout_3.addLayout(self.verticalLayout_2) No newline at end of file
32 32 self.verticalLayout_3 = QtGui.QVBoxLayout() No newline at end of file
33 33 self.verticalLayout_3.setObjectName("verticalLayout_3") No newline at end of file
34 34 self.txtNcopys = QtGui.QSpinBox(Parameters) No newline at end of file
35 35 self.txtNcopys.setMinimum(1) No newline at end of file
36 36 self.txtNcopys.setMaximum(999) No newline at end of file
37 37 self.txtNcopys.setObjectName("txtNcopys") No newline at end of file
38 38 self.verticalLayout_3.addWidget(self.txtNcopys) No newline at end of file
39 39 self.txtDisc = QtGui.QSpinBox(Parameters) No newline at end of file
40 40 self.txtDisc.setMinimum(1) No newline at end of file
41 41 self.txtDisc.setMaximum(999999) No newline at end of file
42 42 self.txtDisc.setObjectName("txtDisc") No newline at end of file
43 43 self.verticalLayout_3.addWidget(self.txtDisc) No newline at end of file
44 44 self.txtCopy = QtGui.QSpinBox(Parameters) No newline at end of file
45 45 self.txtCopy.setMinimum(1) No newline at end of file
46 46 self.txtCopy.setMaximum(999) No newline at end of file
47 47 self.txtCopy.setObjectName("txtCopy") No newline at end of file
48 48 self.verticalLayout_3.addWidget(self.txtCopy) No newline at end of file
49 49 self.horizontalLayout_3.addLayout(self.verticalLayout_3) No newline at end of file
50 50 self.verticalLayout.addLayout(self.horizontalLayout_3) No newline at end of file
51 51 self.buttonBox = QtGui.QDialogButtonBox(Parameters) No newline at end of file
52 52 self.buttonBox.setOrientation(QtCore.Qt.Horizontal) No newline at end of file
53 53 self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) No newline at end of file
54 54 self.buttonBox.setObjectName("buttonBox") No newline at end of file
55 55 self.verticalLayout.addWidget(self.buttonBox) No newline at end of file
56 56 No newline at end of file
57 57 self.retranslateUi(Parameters) No newline at end of file
58 58 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), Parameters.accept) No newline at end of file
59 59 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), Parameters.reject) No newline at end of file
60 60 QtCore.QMetaObject.connectSlotsByName(Parameters) No newline at end of file
61 61 No newline at end of file
62 62 def retranslateUi(self, Parameters): No newline at end of file
63 63 Parameters.setWindowTitle(QtGui.QApplication.translate("Parameters", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
64 64 self.label.setText(QtGui.QApplication.translate("Parameters", "N° Copys", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
65 65 self.label_3.setText(QtGui.QApplication.translate("Parameters", "Disc", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
66 66 self.label_2.setText(QtGui.QApplication.translate("Parameters", "Copy", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
67 67 No newline at end of file
68 68 No newline at end of file
69 69 if __name__ == "__main__": No newline at end of file
70 70 import sys No newline at end of file
71 71 app = QtGui.QApplication(sys.argv) No newline at end of file
72 72 Parameters = QtGui.QDialog() No newline at end of file
73 73 ui = Ui_Parameters() No newline at end of file
74 74 ui.setupUi(Parameters) No newline at end of file
75 75 Parameters.show() No newline at end of file
76 76 sys.exit(app.exec_()) No newline at end of file
77 77 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now