# -*- coding: utf-8 -*- ################################################################################ ## Form generated from reading UI file 'ReportClocks.ui' ## ## Created by: Qt User Interface Compiler version 5.15.0 ## ## WARNING! All changes made in this file will be lost when recompiling UI file! ################################################################################ from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject, QObject, QPoint, QRect, QSize, QTime, QUrl, Qt) from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont, QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter, QPixmap, QRadialGradient) from PySide2.QtWidgets import * class Ui_ReportClocks(object): def setupUi(self, ReportClocks): if not ReportClocks.objectName(): ReportClocks.setObjectName(u"ReportClocks") ReportClocks.resize(413, 348) self.gridLayout = QGridLayout(ReportClocks) self.gridLayout.setObjectName(u"gridLayout") self.verticalLayout = QVBoxLayout() self.verticalLayout.setObjectName(u"verticalLayout") self.horizontalLayout = QHBoxLayout() self.horizontalLayout.setObjectName(u"horizontalLayout") self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.horizontalLayout.addItem(self.horizontalSpacer) self.gridLayout_2 = QGridLayout() self.gridLayout_2.setObjectName(u"gridLayout_2") self.label_end_point = QLabel(ReportClocks) self.label_end_point.setObjectName(u"label_end_point") 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.label_exclude = QLabel(ReportClocks) self.label_exclude.setObjectName(u"label_exclude") 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.end_point = QLineEdit(ReportClocks) self.end_point.setObjectName(u"end_point") self.gridLayout_2.addWidget(self.end_point, 1, 1, 1, 1) self.exclude = QLineEdit(ReportClocks) self.exclude.setObjectName(u"exclude") self.gridLayout_2.addWidget(self.exclude, 2, 1, 1, 1) self.horizontalLayout.addLayout(self.gridLayout_2) self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.horizontalLayout.addItem(self.horizontalSpacer_2) self.verticalLayout.addLayout(self.horizontalLayout) self.gridLayout_3 = QGridLayout() self.gridLayout_3.setObjectName(u"gridLayout_3") self.auto_include = QCheckBox(ReportClocks) self.auto_include.setObjectName(u"auto_include") self.auto_include.setChecked(True) self.gridLayout_3.addWidget(self.auto_include, 0, 1, 1, 1) self.include_ascync = QCheckBox(ReportClocks) self.include_ascync.setObjectName(u"include_ascync") self.include_ascync.setChecked(True) self.gridLayout_3.addWidget(self.include_ascync, 1, 1, 1, 1) self.horizontalSpacer_6 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.gridLayout_3.addItem(self.horizontalSpacer_6, 1, 2, 1, 1) self.horizontalSpacer_5 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.gridLayout_3.addItem(self.horizontalSpacer_5, 1, 0, 1, 1) self.verticalLayout.addLayout(self.gridLayout_3) self.horizontalLayout_2 = QHBoxLayout() self.horizontalLayout_2.setObjectName(u"horizontalLayout_2") self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.horizontalLayout_2.addItem(self.horizontalSpacer_3) self.btn_ok = QPushButton(ReportClocks) self.btn_ok.setObjectName(u"btn_ok") self.horizontalLayout_2.addWidget(self.btn_ok) self.btn_cancel = QPushButton(ReportClocks) self.btn_cancel.setObjectName(u"btn_cancel") self.horizontalLayout_2.addWidget(self.btn_cancel) self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) self.horizontalLayout_2.addItem(self.horizontalSpacer_4) self.verticalLayout.addLayout(self.horizontalLayout_2) self.gridLayout.addLayout(self.verticalLayout, 0, 0, 1, 1) self.retranslateUi(ReportClocks) self.btn_cancel.clicked.connect(ReportClocks.close) QMetaObject.connectSlotsByName(ReportClocks) # setupUi def retranslateUi(self, ReportClocks): ReportClocks.setWindowTitle(QCoreApplication.translate("ReportClocks", u"ReportClocks", None)) self.label_end_point.setText(QCoreApplication.translate("ReportClocks", u"Endpoint Clocks", None)) self.label.setText(QCoreApplication.translate("ReportClocks", u"Startpoint 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)) self.btn_cancel.setText(QCoreApplication.translate("ReportClocks", u"Cancel", None)) # retranslateUi