# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIDialog\GUIGeometryDialog\SphereInfoWidget.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_SphereInfoWidget(object): def setupUi(self, SphereInfoWidget): SphereInfoWidget.setObjectName("SphereInfoWidget") SphereInfoWidget.resize(399, 606) self.gridLayout_3 = QtWidgets.QGridLayout(SphereInfoWidget) self.gridLayout_3.setObjectName("gridLayout_3") self.label_Name = QtWidgets.QLabel(SphereInfoWidget) self.label_Name.setObjectName("label_Name") self.gridLayout_3.addWidget(self.label_Name, 0, 0, 1, 1) self.lineEdit_Name = QtWidgets.QLineEdit(SphereInfoWidget) self.lineEdit_Name.setObjectName("lineEdit_Name") self.gridLayout_3.addWidget(self.lineEdit_Name, 0, 1, 1, 3) self.groupBox_CenterPoint = QtWidgets.QGroupBox(SphereInfoWidget) self.groupBox_CenterPoint.setMaximumSize(QtCore.QSize(16777215, 75)) self.groupBox_CenterPoint.setObjectName("groupBox_CenterPoint") self.gridLayout = QtWidgets.QGridLayout(self.groupBox_CenterPoint) self.gridLayout.setObjectName("gridLayout") self.lineEdit_CenterPoint1 = QtWidgets.QLineEdit(self.groupBox_CenterPoint) self.lineEdit_CenterPoint1.setObjectName("lineEdit_CenterPoint1") self.gridLayout.addWidget(self.lineEdit_CenterPoint1, 0, 0, 1, 1) self.lineEdit_CenterPoint2 = QtWidgets.QLineEdit(self.groupBox_CenterPoint) self.lineEdit_CenterPoint2.setObjectName("lineEdit_CenterPoint2") self.gridLayout.addWidget(self.lineEdit_CenterPoint2, 0, 1, 1, 1) self.lineEdit_CenterPoint3 = QtWidgets.QLineEdit(self.groupBox_CenterPoint) self.lineEdit_CenterPoint3.setObjectName("lineEdit_CenterPoint3") self.gridLayout.addWidget(self.lineEdit_CenterPoint3, 0, 2, 1, 1) self.pushButton_CenterPoint = QtWidgets.QPushButton(self.groupBox_CenterPoint) self.pushButton_CenterPoint.setMaximumSize(QtCore.QSize(30, 30)) self.pushButton_CenterPoint.setText("") self.pushButton_CenterPoint.setObjectName("pushButton_CenterPoint") self.gridLayout.addWidget(self.pushButton_CenterPoint, 0, 3, 1, 1) self.gridLayout_3.addWidget(self.groupBox_CenterPoint, 1, 0, 1, 4) self.groupBox_Radius = QtWidgets.QGroupBox(SphereInfoWidget) self.groupBox_Radius.setMaximumSize(QtCore.QSize(16777215, 75)) self.groupBox_Radius.setObjectName("groupBox_Radius") self.gridLayout_2 = QtWidgets.QGridLayout(self.groupBox_Radius) self.gridLayout_2.setObjectName("gridLayout_2") self.lineEdit_Radius = QtWidgets.QLineEdit(self.groupBox_Radius) self.lineEdit_Radius.setObjectName("lineEdit_Radius") self.gridLayout_2.addWidget(self.lineEdit_Radius, 0, 0, 1, 1) spacerItem = QtWidgets.QSpacerItem(11, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.gridLayout_2.addItem(spacerItem, 0, 1, 1, 1) self.gridLayout_3.addWidget(self.groupBox_Radius, 2, 0, 1, 4) self.pushButton_Cancel = QtWidgets.QPushButton(SphereInfoWidget) self.pushButton_Cancel.setObjectName("pushButton_Cancel") self.gridLayout_3.addWidget(self.pushButton_Cancel, 3, 0, 1, 2) spacerItem1 = QtWidgets.QSpacerItem(227, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.gridLayout_3.addItem(spacerItem1, 3, 2, 1, 1) self.pushButton_CreateOrEdit = QtWidgets.QPushButton(SphereInfoWidget) self.pushButton_CreateOrEdit.setText("") self.pushButton_CreateOrEdit.setObjectName("pushButton_CreateOrEdit") self.gridLayout_3.addWidget(self.pushButton_CreateOrEdit, 3, 3, 1, 1) self.verticalLayout_FaceGroup = QtWidgets.QVBoxLayout() self.verticalLayout_FaceGroup.setObjectName("verticalLayout_FaceGroup") self.gridLayout_3.addLayout(self.verticalLayout_FaceGroup, 4, 0, 1, 4) spacerItem2 = QtWidgets.QSpacerItem(20, 219, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.gridLayout_3.addItem(spacerItem2, 5, 2, 1, 1) self.retranslateUi(SphereInfoWidget) QtCore.QMetaObject.connectSlotsByName(SphereInfoWidget) def retranslateUi(self, SphereInfoWidget): _translate = QtCore.QCoreApplication.translate SphereInfoWidget.setWindowTitle(_translate("SphereInfoWidget", "Form")) self.label_Name.setText(_translate("SphereInfoWidget", "Name:")) self.groupBox_CenterPoint.setTitle(_translate("SphereInfoWidget", "Center Point:")) self.lineEdit_CenterPoint1.setText(_translate("SphereInfoWidget", "0")) self.lineEdit_CenterPoint2.setText(_translate("SphereInfoWidget", "0")) self.lineEdit_CenterPoint3.setText(_translate("SphereInfoWidget", "0")) self.groupBox_Radius.setTitle(_translate("SphereInfoWidget", "Radius")) self.lineEdit_Radius.setText(_translate("SphereInfoWidget", "5")) self.pushButton_Cancel.setText(_translate("SphereInfoWidget", "Cancel"))