@@ -1,541 +1,544 | |||||
1 | # -*- coding: utf-8 -*- No newline at end of file |
|
1 | # -*- coding: utf-8 -*- | |
2 |
|
2 | |||
No newline at end of file |
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file | ||
3 | # Form implementation generated from reading ui file '/home/xcirux/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file |
|
|||
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Tue Apr 27 11:22:25 2010 | ||
5 | # Created: Mon Apr 26 22:26:05 2010 |
|
No newline at end of file | ||
No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.7.2 No newline at end of file | ||
6 | # by: PyQt4 UI code generator 4.6 No newline at end of file |
|
|||
7 | # No newline at end of file |
|
7 | # | |
8 | # WARNING! All changes made in this file will be lost! No newline at end of file |
|
8 | # WARNING! All changes made in this file will be lost! | |
9 | No newline at end of file |
|
9 | ||
10 | from PyQt4 import QtCore, QtGui No newline at end of file |
|
10 | from PyQt4 import QtCore, QtGui | |
11 | No newline at end of file |
|
11 | ||
12 | class Ui_MainWindow(object): No newline at end of file |
|
12 | class Ui_MainWindow(object): | |
13 | def setupUi(self, MainWindow): No newline at end of file |
|
13 | def setupUi(self, MainWindow): | |
14 | MainWindow.setObjectName("MainWindow") No newline at end of file |
|
14 | MainWindow.setObjectName("MainWindow") | |
15 | MainWindow.resize(593, 787) No newline at end of file |
|
15 | MainWindow.resize(593, 787) | |
16 | self.centralwidget = QtGui.QWidget(MainWindow) No newline at end of file |
|
16 | self.centralwidget = QtGui.QWidget(MainWindow) | |
17 | self.centralwidget.setObjectName("centralwidget") No newline at end of file |
|
17 | self.centralwidget.setObjectName("centralwidget") | |
18 | self.verticalLayout_3 = QtGui.QVBoxLayout(self.centralwidget) No newline at end of file |
|
18 | self.verticalLayout_3 = QtGui.QVBoxLayout(self.centralwidget) | |
19 | self.verticalLayout_3.setObjectName("verticalLayout_3") No newline at end of file |
|
19 | self.verticalLayout_3.setObjectName("verticalLayout_3") | |
20 | self.tabWidget = QtGui.QTabWidget(self.centralwidget) No newline at end of file |
|
20 | self.tabWidget = QtGui.QTabWidget(self.centralwidget) | |
|
21 | self.tabWidget.setEnabled(True) No newline at end of file | |||
21 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) No newline at end of file |
|
22 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) | |
22 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
23 | sizePolicy.setHorizontalStretch(0) | |
23 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
24 | sizePolicy.setVerticalStretch(0) | |
24 | sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
25 | sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) | |
25 | self.tabWidget.setSizePolicy(sizePolicy) No newline at end of file |
|
26 | self.tabWidget.setSizePolicy(sizePolicy) | |
26 | self.tabWidget.setObjectName("tabWidget") No newline at end of file |
|
27 | self.tabWidget.setObjectName("tabWidget") | |
27 | self.tabParameters = QtGui.QWidget() No newline at end of file |
|
28 | self.tabParameters = QtGui.QWidget() | |
|
29 | self.tabParameters.setEnabled(True) No newline at end of file | |||
28 | self.tabParameters.setObjectName("tabParameters") No newline at end of file |
|
30 | self.tabParameters.setObjectName("tabParameters") | |
29 | self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) No newline at end of file |
|
31 | self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) | |
30 | self.verticalLayout_2.setObjectName("verticalLayout_2") No newline at end of file |
|
32 | self.verticalLayout_2.setObjectName("verticalLayout_2") | |
31 | self.horizontalLayout = QtGui.QHBoxLayout() No newline at end of file |
|
33 | self.horizontalLayout = QtGui.QHBoxLayout() | |
32 | self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file |
|
34 | self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
33 | self.horizontalLayout.setObjectName("horizontalLayout") No newline at end of file |
|
35 | self.horizontalLayout.setObjectName("horizontalLayout") | |
34 | self.txtDpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file |
|
36 | self.txtDpath = QtGui.QLineEdit(self.tabParameters) | |
35 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
37 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) | |
36 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
38 | sizePolicy.setHorizontalStretch(0) | |
37 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
39 | sizePolicy.setVerticalStretch(0) | |
38 | sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
40 | sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) | |
39 | self.txtDpath.setSizePolicy(sizePolicy) No newline at end of file |
|
41 | self.txtDpath.setSizePolicy(sizePolicy) | |
40 | self.txtDpath.setObjectName("txtDpath") No newline at end of file |
|
42 | self.txtDpath.setObjectName("txtDpath") | |
41 | self.horizontalLayout.addWidget(self.txtDpath) No newline at end of file |
|
43 | self.horizontalLayout.addWidget(self.txtDpath) | |
42 | self.btnDpath = QtGui.QPushButton(self.tabParameters) No newline at end of file |
|
44 | self.btnDpath = QtGui.QPushButton(self.tabParameters) | |
43 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
45 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
44 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
46 | sizePolicy.setHorizontalStretch(0) | |
45 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
47 | sizePolicy.setVerticalStretch(0) | |
46 | sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
48 | sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) | |
47 | self.btnDpath.setSizePolicy(sizePolicy) No newline at end of file |
|
49 | self.btnDpath.setSizePolicy(sizePolicy) | |
48 | self.btnDpath.setCheckable(False) No newline at end of file |
|
50 | self.btnDpath.setCheckable(False) | |
49 | self.btnDpath.setObjectName("btnDpath") No newline at end of file |
|
51 | self.btnDpath.setObjectName("btnDpath") | |
50 | self.horizontalLayout.addWidget(self.btnDpath) No newline at end of file |
|
52 | self.horizontalLayout.addWidget(self.btnDpath) | |
51 | self.verticalLayout_2.addLayout(self.horizontalLayout) No newline at end of file |
|
53 | self.verticalLayout_2.addLayout(self.horizontalLayout) | |
52 | self.horizontalLayout_3 = QtGui.QHBoxLayout() No newline at end of file |
|
54 | self.horizontalLayout_3 = QtGui.QHBoxLayout() | |
53 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") No newline at end of file |
|
55 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") | |
54 | self.txtRpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file |
|
56 | self.txtRpath = QtGui.QLineEdit(self.tabParameters) | |
55 | self.txtRpath.setObjectName("txtRpath") No newline at end of file |
|
57 | self.txtRpath.setObjectName("txtRpath") | |
56 | self.horizontalLayout_3.addWidget(self.txtRpath) No newline at end of file |
|
58 | self.horizontalLayout_3.addWidget(self.txtRpath) | |
57 | self.btnRpath = QtGui.QPushButton(self.tabParameters) No newline at end of file |
|
59 | self.btnRpath = QtGui.QPushButton(self.tabParameters) | |
58 | self.btnRpath.setObjectName("btnRpath") No newline at end of file |
|
60 | self.btnRpath.setObjectName("btnRpath") | |
59 | self.horizontalLayout_3.addWidget(self.btnRpath) No newline at end of file |
|
61 | self.horizontalLayout_3.addWidget(self.btnRpath) | |
60 | self.verticalLayout_2.addLayout(self.horizontalLayout_3) No newline at end of file |
|
62 | self.verticalLayout_2.addLayout(self.horizontalLayout_3) | |
61 | self.lblDtype = QtGui.QLabel(self.tabParameters) No newline at end of file |
|
63 | self.lblDtype = QtGui.QLabel(self.tabParameters) | |
62 | self.lblDtype.setObjectName("lblDtype") No newline at end of file |
|
64 | self.lblDtype.setObjectName("lblDtype") | |
63 | self.verticalLayout_2.addWidget(self.lblDtype) No newline at end of file |
|
65 | self.verticalLayout_2.addWidget(self.lblDtype) | |
64 | self.horizontalLayout_4 = QtGui.QHBoxLayout() No newline at end of file |
|
66 | self.horizontalLayout_4 = QtGui.QHBoxLayout() | |
65 | self.horizontalLayout_4.setObjectName("horizontalLayout_4") No newline at end of file |
|
67 | self.horizontalLayout_4.setObjectName("horizontalLayout_4") | |
66 | self.lstDtype = QtGui.QComboBox(self.tabParameters) No newline at end of file |
|
68 | self.lstDtype = QtGui.QComboBox(self.tabParameters) | |
67 | self.lstDtype.setObjectName("lstDtype") No newline at end of file |
|
69 | self.lstDtype.setObjectName("lstDtype") | |
68 | self.lstDtype.addItem("") No newline at end of file |
|
70 | self.lstDtype.addItem("") | |
69 | self.lstDtype.addItem("") No newline at end of file |
|
71 | self.lstDtype.addItem("") | |
70 | self.lstDtype.addItem("") No newline at end of file |
|
72 | self.lstDtype.addItem("") | |
71 | self.lstDtype.addItem("") No newline at end of file |
|
73 | self.lstDtype.addItem("") | |
72 | self.horizontalLayout_4.addWidget(self.lstDtype) No newline at end of file |
|
74 | self.horizontalLayout_4.addWidget(self.lstDtype) | |
73 | self.txtDtype = QtGui.QLineEdit(self.tabParameters) No newline at end of file |
|
75 | self.txtDtype = QtGui.QLineEdit(self.tabParameters) | |
74 | self.txtDtype.setReadOnly(True) No newline at end of file |
|
76 | self.txtDtype.setReadOnly(True) | |
75 | self.txtDtype.setObjectName("txtDtype") No newline at end of file |
|
77 | self.txtDtype.setObjectName("txtDtype") | |
76 | self.horizontalLayout_4.addWidget(self.txtDtype) No newline at end of file |
|
78 | self.horizontalLayout_4.addWidget(self.txtDtype) | |
77 | self.chkMST = QtGui.QCheckBox(self.tabParameters) No newline at end of file |
|
79 | self.chkMST = QtGui.QCheckBox(self.tabParameters) | |
78 | self.chkMST.setObjectName("chkMST") No newline at end of file |
|
80 | self.chkMST.setObjectName("chkMST") | |
79 | self.horizontalLayout_4.addWidget(self.chkMST) No newline at end of file |
|
81 | self.horizontalLayout_4.addWidget(self.chkMST) | |
80 | self.verticalLayout_2.addLayout(self.horizontalLayout_4) No newline at end of file |
|
82 | self.verticalLayout_2.addLayout(self.horizontalLayout_4) | |
81 | self.horizontalLayout_6 = QtGui.QHBoxLayout() No newline at end of file |
|
83 | self.horizontalLayout_6 = QtGui.QHBoxLayout() | |
82 | self.horizontalLayout_6.setObjectName("horizontalLayout_6") No newline at end of file |
|
84 | self.horizontalLayout_6.setObjectName("horizontalLayout_6") | |
83 | self.lblElabel = QtGui.QLabel(self.tabParameters) No newline at end of file |
|
85 | self.lblElabel = QtGui.QLabel(self.tabParameters) | |
84 | self.lblElabel.setObjectName("lblElabel") No newline at end of file |
|
86 | self.lblElabel.setObjectName("lblElabel") | |
85 | self.horizontalLayout_6.addWidget(self.lblElabel) No newline at end of file |
|
87 | self.horizontalLayout_6.addWidget(self.lblElabel) | |
86 | self.lblCopys = QtGui.QLabel(self.tabParameters) No newline at end of file |
|
88 | self.lblCopys = QtGui.QLabel(self.tabParameters) | |
87 | self.lblCopys.setObjectName("lblCopys") No newline at end of file |
|
89 | self.lblCopys.setObjectName("lblCopys") | |
88 | self.horizontalLayout_6.addWidget(self.lblCopys) No newline at end of file |
|
90 | self.horizontalLayout_6.addWidget(self.lblCopys) | |
89 | self.verticalLayout_2.addLayout(self.horizontalLayout_6) No newline at end of file |
|
91 | self.verticalLayout_2.addLayout(self.horizontalLayout_6) | |
90 | self.horizontalLayout_5 = QtGui.QHBoxLayout() No newline at end of file |
|
92 | self.horizontalLayout_5 = QtGui.QHBoxLayout() | |
91 | self.horizontalLayout_5.setObjectName("horizontalLayout_5") No newline at end of file |
|
93 | self.horizontalLayout_5.setObjectName("horizontalLayout_5") | |
92 | self.txtElabel = QtGui.QLineEdit(self.tabParameters) No newline at end of file |
|
94 | self.txtElabel = QtGui.QLineEdit(self.tabParameters) | |
93 | self.txtElabel.setObjectName("txtElabel") No newline at end of file |
|
95 | self.txtElabel.setObjectName("txtElabel") | |
94 | self.horizontalLayout_5.addWidget(self.txtElabel) No newline at end of file |
|
96 | self.horizontalLayout_5.addWidget(self.txtElabel) | |
95 | self.txtCopys = QtGui.QLineEdit(self.tabParameters) No newline at end of file |
|
97 | self.txtCopys = QtGui.QLineEdit(self.tabParameters) | |
96 | self.txtCopys.setObjectName("txtCopys") No newline at end of file |
|
98 | self.txtCopys.setObjectName("txtCopys") | |
97 | self.horizontalLayout_5.addWidget(self.txtCopys) No newline at end of file |
|
99 | self.horizontalLayout_5.addWidget(self.txtCopys) | |
98 | self.verticalLayout_2.addLayout(self.horizontalLayout_5) No newline at end of file |
|
100 | self.verticalLayout_2.addLayout(self.horizontalLayout_5) | |
99 | self.horizontalLayout_7 = QtGui.QHBoxLayout() No newline at end of file |
|
101 | self.horizontalLayout_7 = QtGui.QHBoxLayout() | |
100 | self.horizontalLayout_7.setObjectName("horizontalLayout_7") No newline at end of file |
|
102 | self.horizontalLayout_7.setObjectName("horizontalLayout_7") | |
101 | self.lblStartDay = QtGui.QLabel(self.tabParameters) No newline at end of file |
|
103 | self.lblStartDay = QtGui.QLabel(self.tabParameters) | |
102 | self.lblStartDay.setObjectName("lblStartDay") No newline at end of file |
|
104 | self.lblStartDay.setObjectName("lblStartDay") | |
103 | self.horizontalLayout_7.addWidget(self.lblStartDay) No newline at end of file |
|
105 | self.horizontalLayout_7.addWidget(self.lblStartDay) | |
104 | self.lblStopDay = QtGui.QLabel(self.tabParameters) No newline at end of file |
|
106 | self.lblStopDay = QtGui.QLabel(self.tabParameters) | |
105 | self.lblStopDay.setObjectName("lblStopDay") No newline at end of file |
|
107 | self.lblStopDay.setObjectName("lblStopDay") | |
106 | self.horizontalLayout_7.addWidget(self.lblStopDay) No newline at end of file |
|
108 | self.horizontalLayout_7.addWidget(self.lblStopDay) | |
107 | self.verticalLayout_2.addLayout(self.horizontalLayout_7) No newline at end of file |
|
109 | self.verticalLayout_2.addLayout(self.horizontalLayout_7) | |
108 | self.horizontalLayout_8 = QtGui.QHBoxLayout() No newline at end of file |
|
110 | self.horizontalLayout_8 = QtGui.QHBoxLayout() | |
109 | self.horizontalLayout_8.setObjectName("horizontalLayout_8") No newline at end of file |
|
111 | self.horizontalLayout_8.setObjectName("horizontalLayout_8") | |
110 | self.lstStartDay = QtGui.QComboBox(self.tabParameters) No newline at end of file |
|
112 | self.lstStartDay = QtGui.QComboBox(self.tabParameters) | |
111 | self.lstStartDay.setObjectName("lstStartDay") No newline at end of file |
|
113 | self.lstStartDay.setObjectName("lstStartDay") | |
112 | self.horizontalLayout_8.addWidget(self.lstStartDay) No newline at end of file |
|
114 | self.horizontalLayout_8.addWidget(self.lstStartDay) | |
113 | self.lstStopDay = QtGui.QComboBox(self.tabParameters) No newline at end of file |
|
115 | self.lstStopDay = QtGui.QComboBox(self.tabParameters) | |
114 | self.lstStopDay.setObjectName("lstStopDay") No newline at end of file |
|
116 | self.lstStopDay.setObjectName("lstStopDay") | |
115 | self.horizontalLayout_8.addWidget(self.lstStopDay) No newline at end of file |
|
117 | self.horizontalLayout_8.addWidget(self.lstStopDay) | |
116 | self.verticalLayout_2.addLayout(self.horizontalLayout_8) No newline at end of file |
|
118 | self.verticalLayout_2.addLayout(self.horizontalLayout_8) | |
117 | self.tabWidget.addTab(self.tabParameters, "") No newline at end of file |
|
119 | self.tabWidget.addTab(self.tabParameters, "") | |
118 | self.tabDconfig = QtGui.QWidget() No newline at end of file |
|
120 | self.tabDconfig = QtGui.QWidget() | |
|
121 | self.tabDconfig.setEnabled(True) No newline at end of file | |||
119 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file |
|
122 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
120 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
123 | sizePolicy.setHorizontalStretch(0) | |
121 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
124 | sizePolicy.setVerticalStretch(0) | |
122 | sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
125 | sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) | |
123 | self.tabDconfig.setSizePolicy(sizePolicy) No newline at end of file |
|
126 | self.tabDconfig.setSizePolicy(sizePolicy) | |
124 | self.tabDconfig.setObjectName("tabDconfig") No newline at end of file |
|
127 | self.tabDconfig.setObjectName("tabDconfig") | |
125 | self.verticalLayout = QtGui.QVBoxLayout(self.tabDconfig) No newline at end of file |
|
128 | self.verticalLayout = QtGui.QVBoxLayout(self.tabDconfig) | |
126 | self.verticalLayout.setObjectName("verticalLayout") No newline at end of file |
|
129 | self.verticalLayout.setObjectName("verticalLayout") | |
127 | self.widget = QtGui.QWidget(self.tabDconfig) No newline at end of file |
|
130 | self.widget = QtGui.QWidget(self.tabDconfig) | |
128 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file |
|
131 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
129 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
132 | sizePolicy.setHorizontalStretch(0) | |
130 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
133 | sizePolicy.setVerticalStretch(0) | |
131 | sizePolicy.setHeightForWidth(self.widget.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
134 | sizePolicy.setHeightForWidth(self.widget.sizePolicy().hasHeightForWidth()) | |
132 | self.widget.setSizePolicy(sizePolicy) No newline at end of file |
|
135 | self.widget.setSizePolicy(sizePolicy) | |
133 | self.widget.setMaximumSize(QtCore.QSize(500, 16777215)) No newline at end of file |
|
136 | self.widget.setMaximumSize(QtCore.QSize(500, 16777215)) | |
134 | self.widget.setObjectName("widget") No newline at end of file |
|
137 | self.widget.setObjectName("widget") | |
135 | self.gridLayout = QtGui.QGridLayout(self.widget) No newline at end of file |
|
138 | self.gridLayout = QtGui.QGridLayout(self.widget) | |
136 | self.gridLayout.setObjectName("gridLayout") No newline at end of file |
|
139 | self.gridLayout.setObjectName("gridLayout") | |
137 | self.chkDevA = QtGui.QCheckBox(self.widget) No newline at end of file |
|
140 | self.chkDevA = QtGui.QCheckBox(self.widget) | |
138 | self.chkDevA.setObjectName("chkDevA") No newline at end of file |
|
141 | self.chkDevA.setObjectName("chkDevA") | |
139 | self.gridLayout.addWidget(self.chkDevA, 0, 0, 1, 1) No newline at end of file |
|
142 | self.gridLayout.addWidget(self.chkDevA, 0, 0, 1, 1) | |
140 | self.chkDevB = QtGui.QCheckBox(self.widget) No newline at end of file |
|
143 | self.chkDevB = QtGui.QCheckBox(self.widget) | |
141 | self.chkDevB.setObjectName("chkDevB") No newline at end of file |
|
144 | self.chkDevB.setObjectName("chkDevB") | |
142 | self.gridLayout.addWidget(self.chkDevB, 0, 1, 1, 1) No newline at end of file |
|
145 | self.gridLayout.addWidget(self.chkDevB, 0, 1, 1, 1) | |
143 | self.chkDevC = QtGui.QCheckBox(self.widget) No newline at end of file |
|
146 | self.chkDevC = QtGui.QCheckBox(self.widget) | |
144 | self.chkDevC.setObjectName("chkDevC") No newline at end of file |
|
147 | self.chkDevC.setObjectName("chkDevC") | |
145 | self.gridLayout.addWidget(self.chkDevC, 0, 2, 1, 1) No newline at end of file |
|
148 | self.gridLayout.addWidget(self.chkDevC, 0, 2, 1, 1) | |
146 | self.chkDevD = QtGui.QCheckBox(self.widget) No newline at end of file |
|
149 | self.chkDevD = QtGui.QCheckBox(self.widget) | |
147 | self.chkDevD.setObjectName("chkDevD") No newline at end of file |
|
150 | self.chkDevD.setObjectName("chkDevD") | |
148 | self.gridLayout.addWidget(self.chkDevD, 0, 3, 1, 1) No newline at end of file |
|
151 | self.gridLayout.addWidget(self.chkDevD, 0, 3, 1, 1) | |
149 | self.txtDeviceB = QtGui.QLineEdit(self.widget) No newline at end of file |
|
152 | self.txtDeviceB = QtGui.QLineEdit(self.widget) | |
150 | self.txtDeviceB.setObjectName("txtDeviceB") No newline at end of file |
|
153 | self.txtDeviceB.setObjectName("txtDeviceB") | |
151 | self.gridLayout.addWidget(self.txtDeviceB, 2, 1, 1, 1) No newline at end of file |
|
154 | self.gridLayout.addWidget(self.txtDeviceB, 2, 1, 1, 1) | |
152 | self.txtBspeedA = QtGui.QLineEdit(self.widget) No newline at end of file |
|
155 | self.txtBspeedA = QtGui.QLineEdit(self.widget) | |
153 | self.txtBspeedA.setObjectName("txtBspeedA") No newline at end of file |
|
156 | self.txtBspeedA.setObjectName("txtBspeedA") | |
154 | self.gridLayout.addWidget(self.txtBspeedA, 4, 0, 1, 1) No newline at end of file |
|
157 | self.gridLayout.addWidget(self.txtBspeedA, 4, 0, 1, 1) | |
155 | self.txtDeviceA = QtGui.QLineEdit(self.widget) No newline at end of file |
|
158 | self.txtDeviceA = QtGui.QLineEdit(self.widget) | |
156 | self.txtDeviceA.setObjectName("txtDeviceA") No newline at end of file |
|
159 | self.txtDeviceA.setObjectName("txtDeviceA") | |
157 | self.gridLayout.addWidget(self.txtDeviceA, 2, 0, 1, 1) No newline at end of file |
|
160 | self.gridLayout.addWidget(self.txtDeviceA, 2, 0, 1, 1) | |
158 | self.txtBspeedB = QtGui.QLineEdit(self.widget) No newline at end of file |
|
161 | self.txtBspeedB = QtGui.QLineEdit(self.widget) | |
159 | self.txtBspeedB.setObjectName("txtBspeedB") No newline at end of file |
|
162 | self.txtBspeedB.setObjectName("txtBspeedB") | |
160 | self.gridLayout.addWidget(self.txtBspeedB, 4, 1, 1, 1) No newline at end of file |
|
163 | self.gridLayout.addWidget(self.txtBspeedB, 4, 1, 1, 1) | |
161 | self.lblDevice = QtGui.QLabel(self.widget) No newline at end of file |
|
164 | self.lblDevice = QtGui.QLabel(self.widget) | |
162 | self.lblDevice.setObjectName("lblDevice") No newline at end of file |
|
165 | self.lblDevice.setObjectName("lblDevice") | |
163 | self.gridLayout.addWidget(self.lblDevice, 2, 4, 1, 1) No newline at end of file |
|
166 | self.gridLayout.addWidget(self.lblDevice, 2, 4, 1, 1) | |
164 | self.txtDeviceC = QtGui.QLineEdit(self.widget) No newline at end of file |
|
167 | self.txtDeviceC = QtGui.QLineEdit(self.widget) | |
165 | self.txtDeviceC.setObjectName("txtDeviceC") No newline at end of file |
|
168 | self.txtDeviceC.setObjectName("txtDeviceC") | |
166 | self.gridLayout.addWidget(self.txtDeviceC, 2, 2, 1, 1) No newline at end of file |
|
169 | self.gridLayout.addWidget(self.txtDeviceC, 2, 2, 1, 1) | |
167 | self.txtDeviceD = QtGui.QLineEdit(self.widget) No newline at end of file |
|
170 | self.txtDeviceD = QtGui.QLineEdit(self.widget) | |
168 | self.txtDeviceD.setObjectName("txtDeviceD") No newline at end of file |
|
171 | self.txtDeviceD.setObjectName("txtDeviceD") | |
169 | self.gridLayout.addWidget(self.txtDeviceD, 2, 3, 1, 1) No newline at end of file |
|
172 | self.gridLayout.addWidget(self.txtDeviceD, 2, 3, 1, 1) | |
170 | self.txtBspeedD = QtGui.QLineEdit(self.widget) No newline at end of file |
|
173 | self.txtBspeedD = QtGui.QLineEdit(self.widget) | |
171 | self.txtBspeedD.setObjectName("txtBspeedD") No newline at end of file |
|
174 | self.txtBspeedD.setObjectName("txtBspeedD") | |
172 | self.gridLayout.addWidget(self.txtBspeedD, 4, 3, 1, 1) No newline at end of file |
|
175 | self.gridLayout.addWidget(self.txtBspeedD, 4, 3, 1, 1) | |
173 | self.txtBmodeA = QtGui.QLineEdit(self.widget) No newline at end of file |
|
176 | self.txtBmodeA = QtGui.QLineEdit(self.widget) | |
174 | self.txtBmodeA.setObjectName("txtBmodeA") No newline at end of file |
|
177 | self.txtBmodeA.setObjectName("txtBmodeA") | |
175 | self.gridLayout.addWidget(self.txtBmodeA, 5, 0, 1, 1) No newline at end of file |
|
178 | self.gridLayout.addWidget(self.txtBmodeA, 5, 0, 1, 1) | |
176 | self.txtBmodeB = QtGui.QLineEdit(self.widget) No newline at end of file |
|
179 | self.txtBmodeB = QtGui.QLineEdit(self.widget) | |
177 | self.txtBmodeB.setObjectName("txtBmodeB") No newline at end of file |
|
180 | self.txtBmodeB.setObjectName("txtBmodeB") | |
178 | self.gridLayout.addWidget(self.txtBmodeB, 5, 1, 1, 1) No newline at end of file |
|
181 | self.gridLayout.addWidget(self.txtBmodeB, 5, 1, 1, 1) | |
179 | self.lblBspeed = QtGui.QLabel(self.widget) No newline at end of file |
|
182 | self.lblBspeed = QtGui.QLabel(self.widget) | |
180 | self.lblBspeed.setObjectName("lblBspeed") No newline at end of file |
|
183 | self.lblBspeed.setObjectName("lblBspeed") | |
181 | self.gridLayout.addWidget(self.lblBspeed, 4, 4, 1, 1) No newline at end of file |
|
184 | self.gridLayout.addWidget(self.lblBspeed, 4, 4, 1, 1) | |
182 | self.lblBmode = QtGui.QLabel(self.widget) No newline at end of file |
|
185 | self.lblBmode = QtGui.QLabel(self.widget) | |
183 | self.lblBmode.setObjectName("lblBmode") No newline at end of file |
|
186 | self.lblBmode.setObjectName("lblBmode") | |
184 | self.gridLayout.addWidget(self.lblBmode, 5, 4, 1, 1) No newline at end of file |
|
187 | self.gridLayout.addWidget(self.lblBmode, 5, 4, 1, 1) | |
185 | self.txtBmodeC = QtGui.QLineEdit(self.widget) No newline at end of file |
|
188 | self.txtBmodeC = QtGui.QLineEdit(self.widget) | |
186 | self.txtBmodeC.setObjectName("txtBmodeC") No newline at end of file |
|
189 | self.txtBmodeC.setObjectName("txtBmodeC") | |
187 | self.gridLayout.addWidget(self.txtBmodeC, 5, 2, 1, 1) No newline at end of file |
|
190 | self.gridLayout.addWidget(self.txtBmodeC, 5, 2, 1, 1) | |
188 | self.txtBmodeD = QtGui.QLineEdit(self.widget) No newline at end of file |
|
191 | self.txtBmodeD = QtGui.QLineEdit(self.widget) | |
189 | self.txtBmodeD.setObjectName("txtBmodeD") No newline at end of file |
|
192 | self.txtBmodeD.setObjectName("txtBmodeD") | |
190 | self.gridLayout.addWidget(self.txtBmodeD, 5, 3, 1, 1) No newline at end of file |
|
193 | self.gridLayout.addWidget(self.txtBmodeD, 5, 3, 1, 1) | |
191 | self.btnTdevA = QtGui.QPushButton(self.widget) No newline at end of file |
|
194 | self.btnTdevA = QtGui.QPushButton(self.widget) | |
192 | self.btnTdevA.setObjectName("btnTdevA") No newline at end of file |
|
195 | self.btnTdevA.setObjectName("btnTdevA") | |
193 | self.gridLayout.addWidget(self.btnTdevA, 6, 0, 1, 1) No newline at end of file |
|
196 | self.gridLayout.addWidget(self.btnTdevA, 6, 0, 1, 1) | |
194 | self.btnTdevB = QtGui.QPushButton(self.widget) No newline at end of file |
|
197 | self.btnTdevB = QtGui.QPushButton(self.widget) | |
195 | self.btnTdevB.setObjectName("btnTdevB") No newline at end of file |
|
198 | self.btnTdevB.setObjectName("btnTdevB") | |
196 | self.gridLayout.addWidget(self.btnTdevB, 6, 1, 1, 1) No newline at end of file |
|
199 | self.gridLayout.addWidget(self.btnTdevB, 6, 1, 1, 1) | |
197 | self.btnTdevC = QtGui.QPushButton(self.widget) No newline at end of file |
|
200 | self.btnTdevC = QtGui.QPushButton(self.widget) | |
198 | self.btnTdevC.setObjectName("btnTdevC") No newline at end of file |
|
201 | self.btnTdevC.setObjectName("btnTdevC") | |
199 | self.gridLayout.addWidget(self.btnTdevC, 6, 2, 1, 1) No newline at end of file |
|
202 | self.gridLayout.addWidget(self.btnTdevC, 6, 2, 1, 1) | |
200 | self.btnTdevD = QtGui.QPushButton(self.widget) No newline at end of file |
|
203 | self.btnTdevD = QtGui.QPushButton(self.widget) | |
201 | self.btnTdevD.setObjectName("btnTdevD") No newline at end of file |
|
204 | self.btnTdevD.setObjectName("btnTdevD") | |
202 | self.gridLayout.addWidget(self.btnTdevD, 6, 3, 1, 1) No newline at end of file |
|
205 | self.gridLayout.addWidget(self.btnTdevD, 6, 3, 1, 1) | |
203 | self.txtBspeedC = QtGui.QLineEdit(self.widget) No newline at end of file |
|
206 | self.txtBspeedC = QtGui.QLineEdit(self.widget) | |
204 | self.txtBspeedC.setObjectName("txtBspeedC") No newline at end of file |
|
207 | self.txtBspeedC.setObjectName("txtBspeedC") | |
205 | self.gridLayout.addWidget(self.txtBspeedC, 4, 2, 1, 1) No newline at end of file |
|
208 | self.gridLayout.addWidget(self.txtBspeedC, 4, 2, 1, 1) | |
206 | self.verticalLayout.addWidget(self.widget) No newline at end of file |
|
209 | self.verticalLayout.addWidget(self.widget) | |
207 | self.horizontalLayout_9 = QtGui.QHBoxLayout() No newline at end of file |
|
210 | self.horizontalLayout_9 = QtGui.QHBoxLayout() | |
208 | self.horizontalLayout_9.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file |
|
211 | self.horizontalLayout_9.setSizeConstraint(QtGui.QLayout.SetFixedSize) | |
209 | self.horizontalLayout_9.setObjectName("horizontalLayout_9") No newline at end of file |
|
212 | self.horizontalLayout_9.setObjectName("horizontalLayout_9") | |
210 | self.lblBprocess = QtGui.QLabel(self.tabDconfig) No newline at end of file |
|
213 | self.lblBprocess = QtGui.QLabel(self.tabDconfig) | |
211 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
214 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
212 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
215 | sizePolicy.setHorizontalStretch(0) | |
213 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
216 | sizePolicy.setVerticalStretch(0) | |
214 | sizePolicy.setHeightForWidth(self.lblBprocess.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
217 | sizePolicy.setHeightForWidth(self.lblBprocess.sizePolicy().hasHeightForWidth()) | |
215 | self.lblBprocess.setSizePolicy(sizePolicy) No newline at end of file |
|
218 | self.lblBprocess.setSizePolicy(sizePolicy) | |
216 | self.lblBprocess.setObjectName("lblBprocess") No newline at end of file |
|
219 | self.lblBprocess.setObjectName("lblBprocess") | |
217 | self.horizontalLayout_9.addWidget(self.lblBprocess) No newline at end of file |
|
220 | self.horizontalLayout_9.addWidget(self.lblBprocess) | |
218 | self.chkSimultaneously = QtGui.QCheckBox(self.tabDconfig) No newline at end of file |
|
221 | self.chkSimultaneously = QtGui.QCheckBox(self.tabDconfig) | |
219 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
222 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
220 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
223 | sizePolicy.setHorizontalStretch(0) | |
221 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
224 | sizePolicy.setVerticalStretch(0) | |
222 | sizePolicy.setHeightForWidth(self.chkSimultaneously.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
225 | sizePolicy.setHeightForWidth(self.chkSimultaneously.sizePolicy().hasHeightForWidth()) | |
223 | self.chkSimultaneously.setSizePolicy(sizePolicy) No newline at end of file |
|
226 | self.chkSimultaneously.setSizePolicy(sizePolicy) | |
224 | self.chkSimultaneously.setObjectName("chkSimultaneously") No newline at end of file |
|
227 | self.chkSimultaneously.setObjectName("chkSimultaneously") | |
225 | self.horizontalLayout_9.addWidget(self.chkSimultaneously) No newline at end of file |
|
228 | self.horizontalLayout_9.addWidget(self.chkSimultaneously) | |
226 | self.chkSequentially = QtGui.QCheckBox(self.tabDconfig) No newline at end of file |
|
229 | self.chkSequentially = QtGui.QCheckBox(self.tabDconfig) | |
227 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
230 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
228 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
231 | sizePolicy.setHorizontalStretch(0) | |
229 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
232 | sizePolicy.setVerticalStretch(0) | |
230 | sizePolicy.setHeightForWidth(self.chkSequentially.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
233 | sizePolicy.setHeightForWidth(self.chkSequentially.sizePolicy().hasHeightForWidth()) | |
231 | self.chkSequentially.setSizePolicy(sizePolicy) No newline at end of file |
|
234 | self.chkSequentially.setSizePolicy(sizePolicy) | |
232 | self.chkSequentially.setObjectName("chkSequentially") No newline at end of file |
|
235 | self.chkSequentially.setObjectName("chkSequentially") | |
233 | self.horizontalLayout_9.addWidget(self.chkSequentially) No newline at end of file |
|
236 | self.horizontalLayout_9.addWidget(self.chkSequentially) | |
234 | self.verticalLayout.addLayout(self.horizontalLayout_9) No newline at end of file |
|
237 | self.verticalLayout.addLayout(self.horizontalLayout_9) | |
235 | self.horizontalLayout_11 = QtGui.QHBoxLayout() No newline at end of file |
|
238 | self.horizontalLayout_11 = QtGui.QHBoxLayout() | |
236 | self.horizontalLayout_11.setSpacing(6) No newline at end of file |
|
239 | self.horizontalLayout_11.setSpacing(6) | |
237 | self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file |
|
240 | self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
238 | self.horizontalLayout_11.setObjectName("horizontalLayout_11") No newline at end of file |
|
241 | self.horizontalLayout_11.setObjectName("horizontalLayout_11") | |
239 | self.lblDcapacity = QtGui.QLabel(self.tabDconfig) No newline at end of file |
|
242 | self.lblDcapacity = QtGui.QLabel(self.tabDconfig) | |
240 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
243 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
241 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
244 | sizePolicy.setHorizontalStretch(0) | |
242 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
245 | sizePolicy.setVerticalStretch(0) | |
243 | sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
246 | sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) | |
244 | self.lblDcapacity.setSizePolicy(sizePolicy) No newline at end of file |
|
247 | self.lblDcapacity.setSizePolicy(sizePolicy) | |
245 | self.lblDcapacity.setObjectName("lblDcapacity") No newline at end of file |
|
248 | self.lblDcapacity.setObjectName("lblDcapacity") | |
246 | self.horizontalLayout_11.addWidget(self.lblDcapacity) No newline at end of file |
|
249 | self.horizontalLayout_11.addWidget(self.lblDcapacity) | |
247 | self.chkSalert = QtGui.QCheckBox(self.tabDconfig) No newline at end of file |
|
250 | self.chkSalert = QtGui.QCheckBox(self.tabDconfig) | |
248 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file |
|
251 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) | |
249 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
252 | sizePolicy.setHorizontalStretch(0) | |
250 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
253 | sizePolicy.setVerticalStretch(0) | |
251 | sizePolicy.setHeightForWidth(self.chkSalert.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
254 | sizePolicy.setHeightForWidth(self.chkSalert.sizePolicy().hasHeightForWidth()) | |
252 | self.chkSalert.setSizePolicy(sizePolicy) No newline at end of file |
|
255 | self.chkSalert.setSizePolicy(sizePolicy) | |
253 | self.chkSalert.setObjectName("chkSalert") No newline at end of file |
|
256 | self.chkSalert.setObjectName("chkSalert") | |
254 | self.horizontalLayout_11.addWidget(self.chkSalert) No newline at end of file |
|
257 | self.horizontalLayout_11.addWidget(self.chkSalert) | |
255 | self.verticalLayout.addLayout(self.horizontalLayout_11) No newline at end of file |
|
258 | self.verticalLayout.addLayout(self.horizontalLayout_11) | |
256 | self.horizontalLayout_10 = QtGui.QHBoxLayout() No newline at end of file |
|
259 | self.horizontalLayout_10 = QtGui.QHBoxLayout() | |
257 | self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file |
|
260 | self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) | |
258 | self.horizontalLayout_10.setObjectName("horizontalLayout_10") No newline at end of file |
|
261 | self.horizontalLayout_10.setObjectName("horizontalLayout_10") | |
259 | self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) No newline at end of file |
|
262 | self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) | |
260 | self.lstDcapacity.setObjectName("lstDcapacity") No newline at end of file |
|
263 | self.lstDcapacity.setObjectName("lstDcapacity") | |
261 | self.lstDcapacity.addItem("") No newline at end of file |
|
264 | self.lstDcapacity.addItem("") | |
262 | self.lstDcapacity.addItem("") No newline at end of file |
|
265 | self.lstDcapacity.addItem("") | |
263 | self.lstDcapacity.addItem("") No newline at end of file |
|
266 | self.lstDcapacity.addItem("") | |
264 | self.lstDcapacity.addItem("") No newline at end of file |
|
267 | self.lstDcapacity.addItem("") | |
265 | self.lstDcapacity.addItem("") No newline at end of file |
|
268 | self.lstDcapacity.addItem("") | |
266 | self.horizontalLayout_10.addWidget(self.lstDcapacity) No newline at end of file |
|
269 | self.horizontalLayout_10.addWidget(self.lstDcapacity) | |
267 | self.txtDcapacity = QtGui.QLineEdit(self.tabDconfig) No newline at end of file |
|
270 | self.txtDcapacity = QtGui.QLineEdit(self.tabDconfig) | |
268 | self.txtDcapacity.setReadOnly(True) No newline at end of file |
|
271 | self.txtDcapacity.setReadOnly(True) | |
269 | self.txtDcapacity.setObjectName("txtDcapacity") No newline at end of file |
|
272 | self.txtDcapacity.setObjectName("txtDcapacity") | |
270 | self.horizontalLayout_10.addWidget(self.txtDcapacity) No newline at end of file |
|
273 | self.horizontalLayout_10.addWidget(self.txtDcapacity) | |
271 | self.chkPSgraphic = QtGui.QCheckBox(self.tabDconfig) No newline at end of file |
|
274 | self.chkPSgraphic = QtGui.QCheckBox(self.tabDconfig) | |
272 | self.chkPSgraphic.setObjectName("chkPSgraphic") No newline at end of file |
|
275 | self.chkPSgraphic.setObjectName("chkPSgraphic") | |
273 | self.horizontalLayout_10.addWidget(self.chkPSgraphic) No newline at end of file |
|
276 | self.horizontalLayout_10.addWidget(self.chkPSgraphic) | |
274 | self.lineEdit_17 = QtGui.QLineEdit(self.tabDconfig) No newline at end of file |
|
277 | self.lineEdit_17 = QtGui.QLineEdit(self.tabDconfig) | |
275 | self.lineEdit_17.setObjectName("lineEdit_17") No newline at end of file |
|
278 | self.lineEdit_17.setObjectName("lineEdit_17") | |
276 | self.horizontalLayout_10.addWidget(self.lineEdit_17) No newline at end of file |
|
279 | self.horizontalLayout_10.addWidget(self.lineEdit_17) | |
277 | self.verticalLayout.addLayout(self.horizontalLayout_10) No newline at end of file |
|
280 | self.verticalLayout.addLayout(self.horizontalLayout_10) | |
278 | self.tabWidget.addTab(self.tabDconfig, "") No newline at end of file |
|
281 | self.tabWidget.addTab(self.tabDconfig, "") | |
279 | self.tabSburn = QtGui.QWidget() No newline at end of file |
|
282 | self.tabSburn = QtGui.QWidget() | |
280 | self.tabSburn.setObjectName("tabSburn") No newline at end of file |
|
283 | self.tabSburn.setObjectName("tabSburn") | |
281 | self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabSburn) No newline at end of file |
|
284 | self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabSburn) | |
282 | self.verticalLayout_4.setObjectName("verticalLayout_4") No newline at end of file |
|
285 | self.verticalLayout_4.setObjectName("verticalLayout_4") | |
283 | self.widget_2 = QtGui.QWidget(self.tabSburn) No newline at end of file |
|
286 | self.widget_2 = QtGui.QWidget(self.tabSburn) | |
284 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file |
|
287 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) | |
285 | sizePolicy.setHorizontalStretch(0) No newline at end of file |
|
288 | sizePolicy.setHorizontalStretch(0) | |
286 | sizePolicy.setVerticalStretch(0) No newline at end of file |
|
289 | sizePolicy.setVerticalStretch(0) | |
287 | sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) No newline at end of file |
|
290 | sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) | |
288 | self.widget_2.setSizePolicy(sizePolicy) No newline at end of file |
|
291 | self.widget_2.setSizePolicy(sizePolicy) | |
289 | self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) No newline at end of file |
|
292 | self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) | |
290 | self.widget_2.setObjectName("widget_2") No newline at end of file |
|
293 | self.widget_2.setObjectName("widget_2") | |
291 | self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) No newline at end of file |
|
294 | self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) | |
292 | self.gridLayout_2.setObjectName("gridLayout_2") No newline at end of file |
|
295 | self.gridLayout_2.setObjectName("gridLayout_2") | |
293 | self.txtSTATUSb = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
296 | self.txtSTATUSb = QtGui.QLineEdit(self.widget_2) | |
294 | self.txtSTATUSb.setObjectName("txtSTATUSb") No newline at end of file |
|
297 | self.txtSTATUSb.setObjectName("txtSTATUSb") | |
295 | self.gridLayout_2.addWidget(self.txtSTATUSb, 3, 2, 1, 1) No newline at end of file |
|
298 | self.gridLayout_2.addWidget(self.txtSTATUSb, 3, 2, 1, 1) | |
296 | self.txtINFOa = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
299 | self.txtINFOa = QtGui.QLineEdit(self.widget_2) | |
297 | self.txtINFOa.setObjectName("txtINFOa") No newline at end of file |
|
300 | self.txtINFOa.setObjectName("txtINFOa") | |
298 | self.gridLayout_2.addWidget(self.txtINFOa, 5, 1, 1, 1) No newline at end of file |
|
301 | self.gridLayout_2.addWidget(self.txtINFOa, 5, 1, 1, 1) | |
299 | self.txtSTATUSa = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
302 | self.txtSTATUSa = QtGui.QLineEdit(self.widget_2) | |
300 | self.txtSTATUSa.setObjectName("txtSTATUSa") No newline at end of file |
|
303 | self.txtSTATUSa.setObjectName("txtSTATUSa") | |
301 | self.gridLayout_2.addWidget(self.txtSTATUSa, 3, 1, 1, 1) No newline at end of file |
|
304 | self.gridLayout_2.addWidget(self.txtSTATUSa, 3, 1, 1, 1) | |
302 | self.txtINFOb = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
305 | self.txtINFOb = QtGui.QLineEdit(self.widget_2) | |
303 | self.txtINFOb.setObjectName("txtINFOb") No newline at end of file |
|
306 | self.txtINFOb.setObjectName("txtINFOb") | |
304 | self.gridLayout_2.addWidget(self.txtINFOb, 5, 2, 1, 1) No newline at end of file |
|
307 | self.gridLayout_2.addWidget(self.txtINFOb, 5, 2, 1, 1) | |
305 | self.txtSTATUSc = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
308 | self.txtSTATUSc = QtGui.QLineEdit(self.widget_2) | |
306 | self.txtSTATUSc.setObjectName("txtSTATUSc") No newline at end of file |
|
309 | self.txtSTATUSc.setObjectName("txtSTATUSc") | |
307 | self.gridLayout_2.addWidget(self.txtSTATUSc, 3, 3, 1, 1) No newline at end of file |
|
310 | self.gridLayout_2.addWidget(self.txtSTATUSc, 3, 3, 1, 1) | |
308 | self.txtSTATUSd = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
311 | self.txtSTATUSd = QtGui.QLineEdit(self.widget_2) | |
309 | self.txtSTATUSd.setObjectName("txtSTATUSd") No newline at end of file |
|
312 | self.txtSTATUSd.setObjectName("txtSTATUSd") | |
310 | self.gridLayout_2.addWidget(self.txtSTATUSd, 3, 4, 1, 1) No newline at end of file |
|
313 | self.gridLayout_2.addWidget(self.txtSTATUSd, 3, 4, 1, 1) | |
311 | self.txtINFOd = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
314 | self.txtINFOd = QtGui.QLineEdit(self.widget_2) | |
312 | self.txtINFOd.setObjectName("txtINFOd") No newline at end of file |
|
315 | self.txtINFOd.setObjectName("txtINFOd") | |
313 | self.gridLayout_2.addWidget(self.txtINFOd, 5, 4, 1, 1) No newline at end of file |
|
316 | self.gridLayout_2.addWidget(self.txtINFOd, 5, 4, 1, 1) | |
314 | self.txtSETa = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
317 | self.txtSETa = QtGui.QLineEdit(self.widget_2) | |
315 | self.txtSETa.setObjectName("txtSETa") No newline at end of file |
|
318 | self.txtSETa.setObjectName("txtSETa") | |
316 | self.gridLayout_2.addWidget(self.txtSETa, 6, 1, 1, 1) No newline at end of file |
|
319 | self.gridLayout_2.addWidget(self.txtSETa, 6, 1, 1, 1) | |
317 | self.txtSETb = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
320 | self.txtSETb = QtGui.QLineEdit(self.widget_2) | |
318 | self.txtSETb.setObjectName("txtSETb") No newline at end of file |
|
321 | self.txtSETb.setObjectName("txtSETb") | |
319 | self.gridLayout_2.addWidget(self.txtSETb, 6, 2, 1, 1) No newline at end of file |
|
322 | self.gridLayout_2.addWidget(self.txtSETb, 6, 2, 1, 1) | |
320 | self.txtSETc = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
323 | self.txtSETc = QtGui.QLineEdit(self.widget_2) | |
321 | self.txtSETc.setObjectName("txtSETc") No newline at end of file |
|
324 | self.txtSETc.setObjectName("txtSETc") | |
322 | self.gridLayout_2.addWidget(self.txtSETc, 6, 3, 1, 1) No newline at end of file |
|
325 | self.gridLayout_2.addWidget(self.txtSETc, 6, 3, 1, 1) | |
323 | self.txtSETd = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
326 | self.txtSETd = QtGui.QLineEdit(self.widget_2) | |
324 | self.txtSETd.setObjectName("txtSETd") No newline at end of file |
|
327 | self.txtSETd.setObjectName("txtSETd") | |
325 | self.gridLayout_2.addWidget(self.txtSETd, 6, 4, 1, 1) No newline at end of file |
|
328 | self.gridLayout_2.addWidget(self.txtSETd, 6, 4, 1, 1) | |
326 | self.lblSTATUS = QtGui.QLabel(self.widget_2) No newline at end of file |
|
329 | self.lblSTATUS = QtGui.QLabel(self.widget_2) | |
327 | self.lblSTATUS.setObjectName("lblSTATUS") No newline at end of file |
|
330 | self.lblSTATUS.setObjectName("lblSTATUS") | |
328 | self.gridLayout_2.addWidget(self.lblSTATUS, 3, 0, 1, 1) No newline at end of file |
|
331 | self.gridLayout_2.addWidget(self.lblSTATUS, 3, 0, 1, 1) | |
329 | self.lblINFO = QtGui.QLabel(self.widget_2) No newline at end of file |
|
332 | self.lblINFO = QtGui.QLabel(self.widget_2) | |
330 | self.lblINFO.setObjectName("lblINFO") No newline at end of file |
|
333 | self.lblINFO.setObjectName("lblINFO") | |
331 | self.gridLayout_2.addWidget(self.lblINFO, 5, 0, 1, 1) No newline at end of file |
|
334 | self.gridLayout_2.addWidget(self.lblINFO, 5, 0, 1, 1) | |
332 | self.lblSET = QtGui.QLabel(self.widget_2) No newline at end of file |
|
335 | self.lblSET = QtGui.QLabel(self.widget_2) | |
333 | self.lblSET.setObjectName("lblSET") No newline at end of file |
|
336 | self.lblSET.setObjectName("lblSET") | |
334 | self.gridLayout_2.addWidget(self.lblSET, 6, 0, 1, 1) No newline at end of file |
|
337 | self.gridLayout_2.addWidget(self.lblSET, 6, 0, 1, 1) | |
335 | self.lblDevA = QtGui.QLabel(self.widget_2) No newline at end of file |
|
338 | self.lblDevA = QtGui.QLabel(self.widget_2) | |
336 | self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file |
|
339 | self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) | |
337 | self.lblDevA.setObjectName("lblDevA") No newline at end of file |
|
340 | self.lblDevA.setObjectName("lblDevA") | |
338 | self.gridLayout_2.addWidget(self.lblDevA, 0, 1, 1, 1) No newline at end of file |
|
341 | self.gridLayout_2.addWidget(self.lblDevA, 0, 1, 1, 1) | |
339 | self.lblDevB = QtGui.QLabel(self.widget_2) No newline at end of file |
|
342 | self.lblDevB = QtGui.QLabel(self.widget_2) | |
340 | self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file |
|
343 | self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) | |
341 | self.lblDevB.setObjectName("lblDevB") No newline at end of file |
|
344 | self.lblDevB.setObjectName("lblDevB") | |
342 | self.gridLayout_2.addWidget(self.lblDevB, 0, 2, 1, 1) No newline at end of file |
|
345 | self.gridLayout_2.addWidget(self.lblDevB, 0, 2, 1, 1) | |
343 | self.lblDevC = QtGui.QLabel(self.widget_2) No newline at end of file |
|
346 | self.lblDevC = QtGui.QLabel(self.widget_2) | |
344 | self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file |
|
347 | self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) | |
345 | self.lblDevC.setObjectName("lblDevC") No newline at end of file |
|
348 | self.lblDevC.setObjectName("lblDevC") | |
346 | self.gridLayout_2.addWidget(self.lblDevC, 0, 3, 1, 1) No newline at end of file |
|
349 | self.gridLayout_2.addWidget(self.lblDevC, 0, 3, 1, 1) | |
347 | self.lblDevD = QtGui.QLabel(self.widget_2) No newline at end of file |
|
350 | self.lblDevD = QtGui.QLabel(self.widget_2) | |
348 | self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file |
|
351 | self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) | |
349 | self.lblDevD.setObjectName("lblDevD") No newline at end of file |
|
352 | self.lblDevD.setObjectName("lblDevD") | |
350 | self.gridLayout_2.addWidget(self.lblDevD, 0, 4, 1, 1) No newline at end of file |
|
353 | self.gridLayout_2.addWidget(self.lblDevD, 0, 4, 1, 1) | |
351 | self.txtINFOc = QtGui.QLineEdit(self.widget_2) No newline at end of file |
|
354 | self.txtINFOc = QtGui.QLineEdit(self.widget_2) | |
352 | self.txtINFOc.setObjectName("txtINFOc") No newline at end of file |
|
355 | self.txtINFOc.setObjectName("txtINFOc") | |
353 | self.gridLayout_2.addWidget(self.txtINFOc, 5, 3, 1, 1) No newline at end of file |
|
356 | self.gridLayout_2.addWidget(self.txtINFOc, 5, 3, 1, 1) | |
354 | self.verticalLayout_4.addWidget(self.widget_2) No newline at end of file |
|
357 | self.verticalLayout_4.addWidget(self.widget_2) | |
355 | self.txtSburn = QtGui.QTextEdit(self.tabSburn) No newline at end of file |
|
358 | self.txtSburn = QtGui.QTextEdit(self.tabSburn) | |
356 | self.txtSburn.setObjectName("txtSburn") No newline at end of file |
|
359 | self.txtSburn.setObjectName("txtSburn") | |
357 | self.verticalLayout_4.addWidget(self.txtSburn) No newline at end of file |
|
360 | self.verticalLayout_4.addWidget(self.txtSburn) | |
358 | self.tabWidget.addTab(self.tabSburn, "") No newline at end of file |
|
361 | self.tabWidget.addTab(self.tabSburn, "") | |
359 | self.verticalLayout_3.addWidget(self.tabWidget) No newline at end of file |
|
362 | self.verticalLayout_3.addWidget(self.tabWidget) | |
360 | self.txtInfo = QtGui.QTextEdit(self.centralwidget) No newline at end of file |
|
363 | self.txtInfo = QtGui.QTextEdit(self.centralwidget) | |
361 | self.txtInfo.setReadOnly(True) No newline at end of file |
|
364 | self.txtInfo.setReadOnly(True) | |
362 | self.txtInfo.setObjectName("txtInfo") No newline at end of file |
|
365 | self.txtInfo.setObjectName("txtInfo") | |
363 | self.verticalLayout_3.addWidget(self.txtInfo) No newline at end of file |
|
366 | self.verticalLayout_3.addWidget(self.txtInfo) | |
364 | self.horizontalLayout_2 = QtGui.QHBoxLayout() No newline at end of file |
|
367 | self.horizontalLayout_2 = QtGui.QHBoxLayout() | |
365 | self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file |
|
368 | self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) | |
366 | self.horizontalLayout_2.setObjectName("horizontalLayout_2") No newline at end of file |
|
369 | self.horizontalLayout_2.setObjectName("horizontalLayout_2") | |
367 | self.btnGbkp = QtGui.QPushButton(self.centralwidget) No newline at end of file |
|
370 | self.btnGbkp = QtGui.QPushButton(self.centralwidget) | |
368 | self.btnGbkp.setObjectName("btnGbkp") No newline at end of file |
|
371 | self.btnGbkp.setObjectName("btnGbkp") | |
369 | self.horizontalLayout_2.addWidget(self.btnGbkp) No newline at end of file |
|
372 | self.horizontalLayout_2.addWidget(self.btnGbkp) | |
370 | self.btnRestart = QtGui.QPushButton(self.centralwidget) No newline at end of file |
|
373 | self.btnRestart = QtGui.QPushButton(self.centralwidget) | |
371 | self.btnRestart.setObjectName("btnRestart") No newline at end of file |
|
374 | self.btnRestart.setObjectName("btnRestart") | |
372 | self.horizontalLayout_2.addWidget(self.btnRestart) No newline at end of file |
|
375 | self.horizontalLayout_2.addWidget(self.btnRestart) | |
373 | self.btnStartburn = QtGui.QPushButton(self.centralwidget) No newline at end of file |
|
376 | self.btnStartburn = QtGui.QPushButton(self.centralwidget) | |
374 | self.btnStartburn.setObjectName("btnStartburn") No newline at end of file |
|
377 | self.btnStartburn.setObjectName("btnStartburn") | |
375 | self.horizontalLayout_2.addWidget(self.btnStartburn) No newline at end of file |
|
378 | self.horizontalLayout_2.addWidget(self.btnStartburn) | |
376 | self.btnStopburn = QtGui.QPushButton(self.centralwidget) No newline at end of file |
|
379 | self.btnStopburn = QtGui.QPushButton(self.centralwidget) | |
377 | self.btnStopburn.setObjectName("btnStopburn") No newline at end of file |
|
380 | self.btnStopburn.setObjectName("btnStopburn") | |
378 | self.horizontalLayout_2.addWidget(self.btnStopburn) No newline at end of file |
|
381 | self.horizontalLayout_2.addWidget(self.btnStopburn) | |
379 | self.verticalLayout_3.addLayout(self.horizontalLayout_2) No newline at end of file |
|
382 | self.verticalLayout_3.addLayout(self.horizontalLayout_2) | |
380 | MainWindow.setCentralWidget(self.centralwidget) No newline at end of file |
|
383 | MainWindow.setCentralWidget(self.centralwidget) | |
381 | self.menubar = QtGui.QMenuBar(MainWindow) |
|
384 | self.menubar = QtGui.QMenuBar(MainWindow) | |
No newline at end of file |
|
385 | self.menubar.setGeometry(QtCore.QRect(0, 0, 593, 25)) No newline at end of file | ||
382 | self.menubar.setGeometry(QtCore.QRect(0, 0, 593, 20)) No newline at end of file |
|
|||
383 | self.menubar.setObjectName("menubar") No newline at end of file |
|
386 | self.menubar.setObjectName("menubar") | |
384 | self.menuFile = QtGui.QMenu(self.menubar) No newline at end of file |
|
387 | self.menuFile = QtGui.QMenu(self.menubar) | |
385 | self.menuFile.setObjectName("menuFile") No newline at end of file |
|
388 | self.menuFile.setObjectName("menuFile") | |
386 | self.menuParameters = QtGui.QMenu(self.menubar) No newline at end of file |
|
389 | self.menuParameters = QtGui.QMenu(self.menubar) | |
387 | self.menuParameters.setObjectName("menuParameters") No newline at end of file |
|
390 | self.menuParameters.setObjectName("menuParameters") | |
388 | self.menuHelp = QtGui.QMenu(self.menubar) No newline at end of file |
|
391 | self.menuHelp = QtGui.QMenu(self.menubar) | |
389 | self.menuHelp.setObjectName("menuHelp") No newline at end of file |
|
392 | self.menuHelp.setObjectName("menuHelp") | |
390 | MainWindow.setMenuBar(self.menubar) No newline at end of file |
|
393 | MainWindow.setMenuBar(self.menubar) | |
391 | self.statusbar = QtGui.QStatusBar(MainWindow) No newline at end of file |
|
394 | self.statusbar = QtGui.QStatusBar(MainWindow) | |
392 | self.statusbar.setObjectName("statusbar") No newline at end of file |
|
395 | self.statusbar.setObjectName("statusbar") | |
393 | MainWindow.setStatusBar(self.statusbar) No newline at end of file |
|
396 | MainWindow.setStatusBar(self.statusbar) | |
394 | self.actionChange_Parameters = QtGui.QAction(MainWindow) No newline at end of file |
|
397 | self.actionChange_Parameters = QtGui.QAction(MainWindow) | |
395 | self.actionChange_Parameters.setObjectName("actionChange_Parameters") No newline at end of file |
|
398 | self.actionChange_Parameters.setObjectName("actionChange_Parameters") | |
396 | self.actionSave_Config = QtGui.QAction(MainWindow) No newline at end of file |
|
399 | self.actionSave_Config = QtGui.QAction(MainWindow) | |
397 | self.actionSave_Config.setObjectName("actionSave_Config") No newline at end of file |
|
400 | self.actionSave_Config.setObjectName("actionSave_Config") | |
398 | self.actionQuit = QtGui.QAction(MainWindow) No newline at end of file |
|
401 | self.actionQuit = QtGui.QAction(MainWindow) | |
399 | self.actionQuit.setObjectName("actionQuit") No newline at end of file |
|
402 | self.actionQuit.setObjectName("actionQuit") | |
400 | self.actionAbout = QtGui.QAction(MainWindow) No newline at end of file |
|
403 | self.actionAbout = QtGui.QAction(MainWindow) | |
401 | self.actionAbout.setObjectName("actionAbout") No newline at end of file |
|
404 | self.actionAbout.setObjectName("actionAbout") | |
402 | self.menuFile.addAction(self.actionSave_Config) No newline at end of file |
|
405 | self.menuFile.addAction(self.actionSave_Config) | |
403 | self.menuFile.addAction(self.actionQuit) No newline at end of file |
|
406 | self.menuFile.addAction(self.actionQuit) | |
404 | self.menuParameters.addAction(self.actionChange_Parameters) No newline at end of file |
|
407 | self.menuParameters.addAction(self.actionChange_Parameters) | |
405 | self.menuHelp.addAction(self.actionAbout) No newline at end of file |
|
408 | self.menuHelp.addAction(self.actionAbout) | |
406 | self.menubar.addAction(self.menuFile.menuAction()) No newline at end of file |
|
409 | self.menubar.addAction(self.menuFile.menuAction()) | |
407 | self.menubar.addAction(self.menuParameters.menuAction()) No newline at end of file |
|
410 | self.menubar.addAction(self.menuParameters.menuAction()) | |
408 | self.menubar.addAction(self.menuHelp.menuAction()) No newline at end of file |
|
411 | self.menubar.addAction(self.menuHelp.menuAction()) | |
409 | No newline at end of file |
|
412 | ||
410 | self.retranslateUi(MainWindow) No newline at end of file |
|
413 | self.retranslateUi(MainWindow) | |
411 | self.tabWidget.setCurrentIndex(0) No newline at end of file |
|
414 | self.tabWidget.setCurrentIndex(0) | |
412 | self.lstDcapacity.setCurrentIndex(2) No newline at end of file |
|
415 | self.lstDcapacity.setCurrentIndex(2) | |
413 | QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.txtDeviceA.setEnabled) No newline at end of file |
|
416 | QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.txtDeviceA.setEnabled) | |
414 | QtCore.QMetaObject.connectSlotsByName(MainWindow) No newline at end of file |
|
417 | QtCore.QMetaObject.connectSlotsByName(MainWindow) | |
415 | MainWindow.setTabOrder(self.txtDpath, self.btnDpath) No newline at end of file |
|
418 | MainWindow.setTabOrder(self.txtDpath, self.btnDpath) | |
416 | MainWindow.setTabOrder(self.btnDpath, self.txtRpath) No newline at end of file |
|
419 | MainWindow.setTabOrder(self.btnDpath, self.txtRpath) | |
417 | MainWindow.setTabOrder(self.txtRpath, self.btnRpath) No newline at end of file |
|
420 | MainWindow.setTabOrder(self.txtRpath, self.btnRpath) | |
418 | MainWindow.setTabOrder(self.btnRpath, self.lstDtype) No newline at end of file |
|
421 | MainWindow.setTabOrder(self.btnRpath, self.lstDtype) | |
419 | MainWindow.setTabOrder(self.lstDtype, self.txtDtype) No newline at end of file |
|
422 | MainWindow.setTabOrder(self.lstDtype, self.txtDtype) | |
420 | MainWindow.setTabOrder(self.txtDtype, self.chkMST) No newline at end of file |
|
423 | MainWindow.setTabOrder(self.txtDtype, self.chkMST) | |
421 | MainWindow.setTabOrder(self.chkMST, self.txtElabel) No newline at end of file |
|
424 | MainWindow.setTabOrder(self.chkMST, self.txtElabel) | |
422 | MainWindow.setTabOrder(self.txtElabel, self.txtCopys) No newline at end of file |
|
425 | MainWindow.setTabOrder(self.txtElabel, self.txtCopys) | |
423 | MainWindow.setTabOrder(self.txtCopys, self.lstStartDay) No newline at end of file |
|
426 | MainWindow.setTabOrder(self.txtCopys, self.lstStartDay) | |
424 | MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) No newline at end of file |
|
427 | MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) | |
425 | MainWindow.setTabOrder(self.lstStopDay, self.chkDevA) No newline at end of file |
|
428 | MainWindow.setTabOrder(self.lstStopDay, self.chkDevA) | |
426 | MainWindow.setTabOrder(self.chkDevA, self.chkDevB) No newline at end of file |
|
429 | MainWindow.setTabOrder(self.chkDevA, self.chkDevB) | |
427 | MainWindow.setTabOrder(self.chkDevB, self.chkDevC) No newline at end of file |
|
430 | MainWindow.setTabOrder(self.chkDevB, self.chkDevC) | |
428 | MainWindow.setTabOrder(self.chkDevC, self.chkDevD) No newline at end of file |
|
431 | MainWindow.setTabOrder(self.chkDevC, self.chkDevD) | |
429 | MainWindow.setTabOrder(self.chkDevD, self.txtDeviceA) No newline at end of file |
|
432 | MainWindow.setTabOrder(self.chkDevD, self.txtDeviceA) | |
430 | MainWindow.setTabOrder(self.txtDeviceA, self.txtDeviceB) No newline at end of file |
|
433 | MainWindow.setTabOrder(self.txtDeviceA, self.txtDeviceB) | |
431 | MainWindow.setTabOrder(self.txtDeviceB, self.txtDeviceC) No newline at end of file |
|
434 | MainWindow.setTabOrder(self.txtDeviceB, self.txtDeviceC) | |
432 | MainWindow.setTabOrder(self.txtDeviceC, self.txtDeviceD) No newline at end of file |
|
435 | MainWindow.setTabOrder(self.txtDeviceC, self.txtDeviceD) | |
433 | MainWindow.setTabOrder(self.txtDeviceD, self.txtBspeedA) No newline at end of file |
|
436 | MainWindow.setTabOrder(self.txtDeviceD, self.txtBspeedA) | |
434 | MainWindow.setTabOrder(self.txtBspeedA, self.txtBspeedB) No newline at end of file |
|
437 | MainWindow.setTabOrder(self.txtBspeedA, self.txtBspeedB) | |
435 | MainWindow.setTabOrder(self.txtBspeedB, self.txtBspeedC) No newline at end of file |
|
438 | MainWindow.setTabOrder(self.txtBspeedB, self.txtBspeedC) | |
436 | MainWindow.setTabOrder(self.txtBspeedC, self.txtBspeedD) No newline at end of file |
|
439 | MainWindow.setTabOrder(self.txtBspeedC, self.txtBspeedD) | |
437 | MainWindow.setTabOrder(self.txtBspeedD, self.txtBmodeA) No newline at end of file |
|
440 | MainWindow.setTabOrder(self.txtBspeedD, self.txtBmodeA) | |
438 | MainWindow.setTabOrder(self.txtBmodeA, self.txtBmodeB) No newline at end of file |
|
441 | MainWindow.setTabOrder(self.txtBmodeA, self.txtBmodeB) | |
439 | MainWindow.setTabOrder(self.txtBmodeB, self.txtBmodeC) No newline at end of file |
|
442 | MainWindow.setTabOrder(self.txtBmodeB, self.txtBmodeC) | |
440 | MainWindow.setTabOrder(self.txtBmodeC, self.txtBmodeD) No newline at end of file |
|
443 | MainWindow.setTabOrder(self.txtBmodeC, self.txtBmodeD) | |
441 | MainWindow.setTabOrder(self.txtBmodeD, self.btnTdevA) No newline at end of file |
|
444 | MainWindow.setTabOrder(self.txtBmodeD, self.btnTdevA) | |
442 | MainWindow.setTabOrder(self.btnTdevA, self.btnTdevB) No newline at end of file |
|
445 | MainWindow.setTabOrder(self.btnTdevA, self.btnTdevB) | |
443 | MainWindow.setTabOrder(self.btnTdevB, self.btnTdevC) No newline at end of file |
|
446 | MainWindow.setTabOrder(self.btnTdevB, self.btnTdevC) | |
444 | MainWindow.setTabOrder(self.btnTdevC, self.btnTdevD) No newline at end of file |
|
447 | MainWindow.setTabOrder(self.btnTdevC, self.btnTdevD) | |
445 | MainWindow.setTabOrder(self.btnTdevD, self.chkSimultaneously) No newline at end of file |
|
448 | MainWindow.setTabOrder(self.btnTdevD, self.chkSimultaneously) | |
446 | MainWindow.setTabOrder(self.chkSimultaneously, self.chkSequentially) No newline at end of file |
|
449 | MainWindow.setTabOrder(self.chkSimultaneously, self.chkSequentially) | |
447 | MainWindow.setTabOrder(self.chkSequentially, self.chkSalert) No newline at end of file |
|
450 | MainWindow.setTabOrder(self.chkSequentially, self.chkSalert) | |
448 | MainWindow.setTabOrder(self.chkSalert, self.lstDcapacity) No newline at end of file |
|
451 | MainWindow.setTabOrder(self.chkSalert, self.lstDcapacity) | |
449 | MainWindow.setTabOrder(self.lstDcapacity, self.txtDcapacity) No newline at end of file |
|
452 | MainWindow.setTabOrder(self.lstDcapacity, self.txtDcapacity) | |
450 | MainWindow.setTabOrder(self.txtDcapacity, self.chkPSgraphic) No newline at end of file |
|
453 | MainWindow.setTabOrder(self.txtDcapacity, self.chkPSgraphic) | |
451 | MainWindow.setTabOrder(self.chkPSgraphic, self.lineEdit_17) No newline at end of file |
|
454 | MainWindow.setTabOrder(self.chkPSgraphic, self.lineEdit_17) | |
452 | MainWindow.setTabOrder(self.lineEdit_17, self.txtSTATUSa) No newline at end of file |
|
455 | MainWindow.setTabOrder(self.lineEdit_17, self.txtSTATUSa) | |
453 | MainWindow.setTabOrder(self.txtSTATUSa, self.txtSTATUSb) No newline at end of file |
|
456 | MainWindow.setTabOrder(self.txtSTATUSa, self.txtSTATUSb) | |
454 | MainWindow.setTabOrder(self.txtSTATUSb, self.txtSTATUSc) No newline at end of file |
|
457 | MainWindow.setTabOrder(self.txtSTATUSb, self.txtSTATUSc) | |
455 | MainWindow.setTabOrder(self.txtSTATUSc, self.txtSTATUSd) No newline at end of file |
|
458 | MainWindow.setTabOrder(self.txtSTATUSc, self.txtSTATUSd) | |
456 | MainWindow.setTabOrder(self.txtSTATUSd, self.txtINFOa) No newline at end of file |
|
459 | MainWindow.setTabOrder(self.txtSTATUSd, self.txtINFOa) | |
457 | MainWindow.setTabOrder(self.txtINFOa, self.txtINFOb) No newline at end of file |
|
460 | MainWindow.setTabOrder(self.txtINFOa, self.txtINFOb) | |
458 | MainWindow.setTabOrder(self.txtINFOb, self.txtINFOc) No newline at end of file |
|
461 | MainWindow.setTabOrder(self.txtINFOb, self.txtINFOc) | |
459 | MainWindow.setTabOrder(self.txtINFOc, self.txtINFOd) No newline at end of file |
|
462 | MainWindow.setTabOrder(self.txtINFOc, self.txtINFOd) | |
460 | MainWindow.setTabOrder(self.txtINFOd, self.txtSETa) No newline at end of file |
|
463 | MainWindow.setTabOrder(self.txtINFOd, self.txtSETa) | |
461 | MainWindow.setTabOrder(self.txtSETa, self.txtSETb) No newline at end of file |
|
464 | MainWindow.setTabOrder(self.txtSETa, self.txtSETb) | |
462 | MainWindow.setTabOrder(self.txtSETb, self.txtSETc) No newline at end of file |
|
465 | MainWindow.setTabOrder(self.txtSETb, self.txtSETc) | |
463 | MainWindow.setTabOrder(self.txtSETc, self.txtSETd) No newline at end of file |
|
466 | MainWindow.setTabOrder(self.txtSETc, self.txtSETd) | |
464 | MainWindow.setTabOrder(self.txtSETd, self.tabWidget) No newline at end of file |
|
467 | MainWindow.setTabOrder(self.txtSETd, self.tabWidget) | |
465 | MainWindow.setTabOrder(self.tabWidget, self.txtSburn) No newline at end of file |
|
468 | MainWindow.setTabOrder(self.tabWidget, self.txtSburn) | |
466 | MainWindow.setTabOrder(self.txtSburn, self.btnGbkp) No newline at end of file |
|
469 | MainWindow.setTabOrder(self.txtSburn, self.btnGbkp) | |
467 | MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) No newline at end of file |
|
470 | MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) | |
468 | MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) No newline at end of file |
|
471 | MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) | |
469 | MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) No newline at end of file |
|
472 | MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) | |
470 | No newline at end of file |
|
473 | ||
471 | def retranslateUi(self, MainWindow): No newline at end of file |
|
474 | def retranslateUi(self, MainWindow): | |
472 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
475 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) | |
473 | self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
476 | self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) | |
474 | self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
477 | self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) | |
475 | self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
478 | self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) | |
476 | self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
479 | self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) | |
477 | self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
480 | self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) | |
478 | self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
481 | self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) | |
479 | self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
482 | self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) | |
480 | self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
483 | self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) | |
481 | self.chkMST.setText(QtGui.QApplication.translate("MainWindow", "MST-ISR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
484 | self.chkMST.setText(QtGui.QApplication.translate("MainWindow", "MST-ISR Data", None, QtGui.QApplication.UnicodeUTF8)) | |
482 | self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
485 | self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) | |
483 | self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
486 | self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) | |
484 | self.txtCopys.setText(QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
487 | self.txtCopys.setText(QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8)) | |
485 | self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
488 | self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) | |
486 | self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
489 | self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) | |
487 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
490 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |
488 | self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
491 | self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) | |
489 | self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
492 | self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) | |
490 | self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
493 | self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) | |
491 | self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
494 | self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) | |
492 | self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
495 | self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) | |
493 | self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
496 | self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) | |
494 | self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
497 | self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) | |
495 | self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
498 | self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) | |
496 | self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
499 | self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) | |
497 | self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
500 | self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) | |
498 | self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
501 | self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) | |
499 | self.lblBprocess.setText(QtGui.QApplication.translate("MainWindow", "Burning process", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
502 | self.lblBprocess.setText(QtGui.QApplication.translate("MainWindow", "Burning process", None, QtGui.QApplication.UnicodeUTF8)) | |
500 | self.chkSimultaneously.setText(QtGui.QApplication.translate("MainWindow", "Simultaneously", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
503 | self.chkSimultaneously.setText(QtGui.QApplication.translate("MainWindow", "Simultaneously", None, QtGui.QApplication.UnicodeUTF8)) | |
501 | self.chkSequentially.setText(QtGui.QApplication.translate("MainWindow", "Sequentially", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
504 | self.chkSequentially.setText(QtGui.QApplication.translate("MainWindow", "Sequentially", None, QtGui.QApplication.UnicodeUTF8)) | |
502 | self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
505 | self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) | |
503 | self.chkSalert.setText(QtGui.QApplication.translate("MainWindow", "Sound Alert", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
506 | self.chkSalert.setText(QtGui.QApplication.translate("MainWindow", "Sound Alert", None, QtGui.QApplication.UnicodeUTF8)) | |
504 | self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
507 | self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
505 | self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
508 | self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
506 | self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
509 | self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
507 | self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
510 | self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
508 | self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
511 | self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? GB]", None, QtGui.QApplication.UnicodeUTF8)) | |
509 | self.txtDcapacity.setText(QtGui.QApplication.translate("MainWindow", "4482.26928711", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
512 | self.txtDcapacity.setText(QtGui.QApplication.translate("MainWindow", "4482.26928711", None, QtGui.QApplication.UnicodeUTF8)) | |
510 | self.chkPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
513 | self.chkPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) | |
511 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
514 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) | |
512 | self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
515 | self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) | |
513 | self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "INFO", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
516 | self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "INFO", None, QtGui.QApplication.UnicodeUTF8)) | |
514 | self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "SET", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
517 | self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "SET", None, QtGui.QApplication.UnicodeUTF8)) | |
515 | self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
518 | self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) | |
516 | self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
519 | self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) | |
517 | self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
520 | self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) | |
518 | self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
521 | self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) | |
519 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabSburn), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
522 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabSburn), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
520 | self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
523 | self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) | |
521 | self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
524 | self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) | |
522 | self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
525 | self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
523 | self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
526 | self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8)) | |
524 | self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
527 | self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) | |
525 | self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
528 | self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |
526 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
529 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) | |
527 | self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
530 | self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) | |
528 | self.actionSave_Config.setText(QtGui.QApplication.translate("MainWindow", "Save Config", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
531 | self.actionSave_Config.setText(QtGui.QApplication.translate("MainWindow", "Save Config", None, QtGui.QApplication.UnicodeUTF8)) | |
529 | self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
532 | self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) | |
530 | self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file |
|
533 | self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) | |
531 | No newline at end of file |
|
534 | ||
532 | No newline at end of file |
|
535 | ||
533 | if __name__ == "__main__": No newline at end of file |
|
536 | if __name__ == "__main__": | |
534 | import sys No newline at end of file |
|
537 | import sys | |
535 | app = QtGui.QApplication(sys.argv) No newline at end of file |
|
538 | app = QtGui.QApplication(sys.argv) | |
536 | MainWindow = QtGui.QMainWindow() No newline at end of file |
|
539 | MainWindow = QtGui.QMainWindow() | |
537 | ui = Ui_MainWindow() No newline at end of file |
|
540 | ui = Ui_MainWindow() | |
538 | ui.setupUi(MainWindow) No newline at end of file |
|
541 | ui.setupUi(MainWindow) | |
539 | MainWindow.show() No newline at end of file |
|
542 | MainWindow.show() | |
540 | sys.exit(app.exec_()) No newline at end of file |
|
543 | sys.exit(app.exec_()) | |
541 | No newline at end of file |
|
544 |
General Comments 0
You need to be logged in to leave comments.
Login now