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