|
|
@@ -33,35 +33,35 @@ class Ui_ReportClocks(object):
|
|
|
|
|
|
self.gridLayout_2 = QGridLayout()
|
|
|
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
|
- self.end_point = QLabel(ReportClocks)
|
|
|
- self.end_point.setObjectName(u"end_point")
|
|
|
+ self.label_end_point = QLabel(ReportClocks)
|
|
|
+ self.label_end_point.setObjectName(u"label_end_point")
|
|
|
|
|
|
- self.gridLayout_2.addWidget(self.end_point, 1, 0, 1, 1)
|
|
|
+ self.gridLayout_2.addWidget(self.label_end_point, 1, 0, 1, 1)
|
|
|
|
|
|
self.label = QLabel(ReportClocks)
|
|
|
self.label.setObjectName(u"label")
|
|
|
|
|
|
self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1)
|
|
|
|
|
|
- self.exclude = QLabel(ReportClocks)
|
|
|
- self.exclude.setObjectName(u"exclude")
|
|
|
+ self.label_exclude = QLabel(ReportClocks)
|
|
|
+ self.label_exclude.setObjectName(u"label_exclude")
|
|
|
|
|
|
- self.gridLayout_2.addWidget(self.exclude, 2, 0, 1, 1)
|
|
|
+ self.gridLayout_2.addWidget(self.label_exclude, 2, 0, 1, 1)
|
|
|
|
|
|
self.start_point = QLineEdit(ReportClocks)
|
|
|
self.start_point.setObjectName(u"start_point")
|
|
|
|
|
|
self.gridLayout_2.addWidget(self.start_point, 0, 1, 1, 1)
|
|
|
|
|
|
- self.lineEdit_2 = QLineEdit(ReportClocks)
|
|
|
- self.lineEdit_2.setObjectName(u"lineEdit_2")
|
|
|
+ self.end_point = QLineEdit(ReportClocks)
|
|
|
+ self.end_point.setObjectName(u"end_point")
|
|
|
|
|
|
- self.gridLayout_2.addWidget(self.lineEdit_2, 1, 1, 1, 1)
|
|
|
+ self.gridLayout_2.addWidget(self.end_point, 1, 1, 1, 1)
|
|
|
|
|
|
- self.lineEdit_3 = QLineEdit(ReportClocks)
|
|
|
- self.lineEdit_3.setObjectName(u"lineEdit_3")
|
|
|
+ self.exclude = QLineEdit(ReportClocks)
|
|
|
+ self.exclude.setObjectName(u"exclude")
|
|
|
|
|
|
- self.gridLayout_2.addWidget(self.lineEdit_3, 2, 1, 1, 1)
|
|
|
+ self.gridLayout_2.addWidget(self.exclude, 2, 1, 1, 1)
|
|
|
|
|
|
|
|
|
self.horizontalLayout.addLayout(self.gridLayout_2)
|
|
|
@@ -133,9 +133,9 @@ class Ui_ReportClocks(object):
|
|
|
|
|
|
def retranslateUi(self, ReportClocks):
|
|
|
ReportClocks.setWindowTitle(QCoreApplication.translate("ReportClocks", u"ReportClocks", None))
|
|
|
- self.end_point.setText(QCoreApplication.translate("ReportClocks", u"Endpoint Clocks", None))
|
|
|
+ self.label_end_point.setText(QCoreApplication.translate("ReportClocks", u"Endpoint Clocks", None))
|
|
|
self.label.setText(QCoreApplication.translate("ReportClocks", u"Startpoint Clocks", None))
|
|
|
- self.exclude.setText(QCoreApplication.translate("ReportClocks", u"Exclude Clocks", None))
|
|
|
+ self.label_exclude.setText(QCoreApplication.translate("ReportClocks", u"Exclude Clocks", None))
|
|
|
self.auto_include.setText(QCoreApplication.translate("ReportClocks", u"Auto Include Generated Clocks", None))
|
|
|
self.include_ascync.setText(QCoreApplication.translate("ReportClocks", u"Include Asynchronous Clock Relations", None))
|
|
|
self.btn_ok.setText(QCoreApplication.translate("ReportClocks", u"OK", None))
|