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/InitialCreatePatchDialog_ui.py

72 lines
4.2 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIDialog\GUICalculateDialog\InitialCreatePatchDialog.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_InitialCreatePatchDialog(object):
def setupUi(self, InitialCreatePatchDialog):
InitialCreatePatchDialog.setObjectName("InitialCreatePatchDialog")
InitialCreatePatchDialog.resize(317, 124)
self.gridLayout = QtWidgets.QGridLayout(InitialCreatePatchDialog)
self.gridLayout.setObjectName("gridLayout")
self.comboBox_Geometry = QtWidgets.QComboBox(InitialCreatePatchDialog)
self.comboBox_Geometry.setObjectName("comboBox_Geometry")
self.gridLayout.addWidget(self.comboBox_Geometry, 0, 1, 1, 1)
self.label = QtWidgets.QLabel(InitialCreatePatchDialog)
self.label.setObjectName("label")
self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
self.verticalLayout_Fields = QtWidgets.QVBoxLayout()
self.verticalLayout_Fields.setObjectName("verticalLayout_Fields")
self.gridLayout.addLayout(self.verticalLayout_Fields, 1, 0, 1, 2)
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.label_2 = QtWidgets.QLabel(InitialCreatePatchDialog)
self.label_2.setObjectName("label_2")
self.horizontalLayout_2.addWidget(self.label_2)
self.radioButton_Cell = QtWidgets.QRadioButton(InitialCreatePatchDialog)
self.radioButton_Cell.setChecked(True)
self.radioButton_Cell.setObjectName("radioButton_Cell")
self.horizontalLayout_2.addWidget(self.radioButton_Cell)
self.radioButton_Face = QtWidgets.QRadioButton(InitialCreatePatchDialog)
self.radioButton_Face.setObjectName("radioButton_Face")
self.horizontalLayout_2.addWidget(self.radioButton_Face)
self.radioButton_Both = QtWidgets.QRadioButton(InitialCreatePatchDialog)
self.radioButton_Both.setObjectName("radioButton_Both")
self.horizontalLayout_2.addWidget(self.radioButton_Both)
self.gridLayout.addLayout(self.horizontalLayout_2, 2, 0, 1, 2)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.pushButton_OK = QtWidgets.QPushButton(InitialCreatePatchDialog)
self.pushButton_OK.setObjectName("pushButton_OK")
self.horizontalLayout.addWidget(self.pushButton_OK)
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem)
self.pushButton_Cancel = QtWidgets.QPushButton(InitialCreatePatchDialog)
self.pushButton_Cancel.setObjectName("pushButton_Cancel")
self.horizontalLayout.addWidget(self.pushButton_Cancel)
self.gridLayout.addLayout(self.horizontalLayout, 3, 0, 1, 2)
spacerItem1 = QtWidgets.QSpacerItem(20, 167, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.gridLayout.addItem(spacerItem1, 4, 0, 1, 1)
self.retranslateUi(InitialCreatePatchDialog)
QtCore.QMetaObject.connectSlotsByName(InitialCreatePatchDialog)
def retranslateUi(self, InitialCreatePatchDialog):
_translate = QtCore.QCoreApplication.translate
InitialCreatePatchDialog.setWindowTitle(_translate("InitialCreatePatchDialog", "Dialog"))
self.label.setText(_translate("InitialCreatePatchDialog", "Geometry:"))
self.label_2.setText(_translate("InitialCreatePatchDialog", "Apply To"))
self.radioButton_Cell.setText(_translate("InitialCreatePatchDialog", "Cells"))
self.radioButton_Face.setText(_translate("InitialCreatePatchDialog", "Faces"))
self.radioButton_Both.setText(_translate("InitialCreatePatchDialog", "Both"))
self.pushButton_OK.setText(_translate("InitialCreatePatchDialog", "OK"))
self.pushButton_Cancel.setText(_translate("InitialCreatePatchDialog", "Cancel"))