Source code for pyleecan.GUI.Dialog.DMachineSetup.SBar.PCondType22.Ui_PCondType22

# -*- coding: utf-8 -*-

# File generated according to PCondType22.ui
# WARNING! All changes made in this file will be lost!
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################

from PySide2.QtCore import *
from PySide2.QtGui import *
from PySide2.QtWidgets import *

from ......GUI.Dialog.DMatLib.WMatSelect.WMatSelectV import WMatSelectV
from ......GUI.Dialog.DMachineSetup.SBar.WBarOut.WBarOut import WBarOut


[docs]class Ui_PCondType22(object):
[docs] def setupUi(self, PCondType22): if not PCondType22.objectName(): PCondType22.setObjectName(u"PCondType22") PCondType22.resize(460, 124) self.verticalLayout = QVBoxLayout(PCondType22) self.verticalLayout.setObjectName(u"verticalLayout") self.w_mat = WMatSelectV(PCondType22) self.w_mat.setObjectName(u"w_mat") self.w_mat.setMinimumSize(QSize(100, 0)) self.verticalLayout.addWidget(self.w_mat) self.w_out = WBarOut(PCondType22) self.w_out.setObjectName(u"w_out") self.verticalLayout.addWidget(self.w_out) self.retranslateUi(PCondType22) QMetaObject.connectSlotsByName(PCondType22)
# setupUi
[docs] def retranslateUi(self, PCondType22): PCondType22.setWindowTitle( QCoreApplication.translate("PCondType22", u"Form", None) )
# retranslateUi