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/GUIMeshDialog/MeshBaseWidget_ui.py

40 lines
1.8 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIDialog\GUIMeshDialog\MeshBaseWidget.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_MeshBaseWidget(object):
def setupUi(self, MeshBaseWidget):
MeshBaseWidget.setObjectName("MeshBaseWidget")
MeshBaseWidget.resize(446, 640)
self.gridLayout = QtWidgets.QGridLayout(MeshBaseWidget)
self.gridLayout.setObjectName("gridLayout")
self.comboBox_Type = QtWidgets.QComboBox(MeshBaseWidget)
self.comboBox_Type.setObjectName("comboBox_Type")
self.gridLayout.addWidget(self.comboBox_Type, 0, 1, 1, 1)
self.label_Type = QtWidgets.QLabel(MeshBaseWidget)
self.label_Type.setMaximumSize(QtCore.QSize(40, 16777215))
self.label_Type.setObjectName("label_Type")
self.gridLayout.addWidget(self.label_Type, 0, 0, 1, 1)
spacerItem = QtWidgets.QSpacerItem(20, 562, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.gridLayout.addItem(spacerItem, 2, 0, 1, 2)
self.gridLayout_SubWidget = QtWidgets.QGridLayout()
self.gridLayout_SubWidget.setObjectName("gridLayout_SubWidget")
self.gridLayout.addLayout(self.gridLayout_SubWidget, 1, 0, 1, 2)
self.retranslateUi(MeshBaseWidget)
QtCore.QMetaObject.connectSlotsByName(MeshBaseWidget)
def retranslateUi(self, MeshBaseWidget):
_translate = QtCore.QCoreApplication.translate
MeshBaseWidget.setWindowTitle(_translate("MeshBaseWidget", "Form"))
self.label_Type.setText(_translate("MeshBaseWidget", "Type:"))