You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/GUIDialog/GUICalculateDialog/CompTranPhasesWidget_ui.py

31 lines
1.3 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIDialog\GUICalculateDialog\CompTranPhasesWidget.ui'
#
# Created by: PyQt5 UI code generator 5.15.10
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_CompTranPhasesWidget(object):
def setupUi(self, CompTranPhasesWidget):
CompTranPhasesWidget.setObjectName("CompTranPhasesWidget")
CompTranPhasesWidget.resize(400, 300)
self.gridLayout = QtWidgets.QGridLayout(CompTranPhasesWidget)
self.gridLayout.setContentsMargins(0, 0, 0, 0)
self.gridLayout.setObjectName("gridLayout")
self.verticalLayout_Sub = QtWidgets.QVBoxLayout()
self.verticalLayout_Sub.setObjectName("verticalLayout_Sub")
self.gridLayout.addLayout(self.verticalLayout_Sub, 0, 0, 1, 1)
self.retranslateUi(CompTranPhasesWidget)
QtCore.QMetaObject.connectSlotsByName(CompTranPhasesWidget)
def retranslateUi(self, CompTranPhasesWidget):
_translate = QtCore.QCoreApplication.translate
CompTranPhasesWidget.setWindowTitle(_translate("CompTranPhasesWidget", "Form"))