@@ -37,7 +37,7 class Ui_InitWindow(object): | |||||
37 | font.setBold(False) |
|
37 | font.setBold(False) | |
38 | font.setWeight(50) |
|
38 | font.setWeight(50) | |
39 | self.label_3.setFont(font) |
|
39 | self.label_3.setFont(font) | |
40 |
self.label_3.setText(QtGui.QApplication.translate("Dialog", "Signal Chain - Ver. |
|
40 | self.label_3.setText(QtGui.QApplication.translate("Dialog", "Signal Chain GUI - Ver. 2.0", None, QtGui.QApplication.UnicodeUTF8)) | |
41 | self.label_3.setObjectName(_fromUtf8("label_3")) |
|
41 | self.label_3.setObjectName(_fromUtf8("label_3")) | |
42 | self.verticalLayout_4.addWidget(self.label_3) |
|
42 | self.verticalLayout_4.addWidget(self.label_3) | |
43 | self.line_2 = QtGui.QFrame(Dialog) |
|
43 | self.line_2 = QtGui.QFrame(Dialog) |
@@ -499,7 +499,7 class VoltageWriter(JRODataWriter, Operation): | |||||
499 | self.blockIndex += 1 |
|
499 | self.blockIndex += 1 | |
500 | self.nTotalBlocks += 1 |
|
500 | self.nTotalBlocks += 1 | |
501 |
|
501 | |||
502 |
print "[Writing] Block = " |
|
502 | # print "[Writing] Block = %04d" %self.blockIndex | |
503 |
|
503 | |||
504 | def putData(self): |
|
504 | def putData(self): | |
505 | """ |
|
505 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now