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/GUIGeometryDialog/BoolInfoWidget_ui.py

39 lines
1.8 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIDialog\GUIGeometryDialog\BoolInfoWidget.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_BoolInfoWidget(object):
def setupUi(self, BoolInfoWidget):
BoolInfoWidget.setObjectName("BoolInfoWidget")
BoolInfoWidget.resize(391, 532)
self.gridLayout = QtWidgets.QGridLayout(BoolInfoWidget)
self.gridLayout.setObjectName("gridLayout")
self.label_Name = QtWidgets.QLabel(BoolInfoWidget)
self.label_Name.setObjectName("label_Name")
self.gridLayout.addWidget(self.label_Name, 0, 0, 1, 1)
self.lineEdit_Name = QtWidgets.QLineEdit(BoolInfoWidget)
self.lineEdit_Name.setObjectName("lineEdit_Name")
self.gridLayout.addWidget(self.lineEdit_Name, 0, 1, 1, 1)
self.verticalLayout_FaceGroup = QtWidgets.QVBoxLayout()
self.verticalLayout_FaceGroup.setObjectName("verticalLayout_FaceGroup")
self.gridLayout.addLayout(self.verticalLayout_FaceGroup, 1, 0, 1, 2)
spacerItem = QtWidgets.QSpacerItem(20, 226, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.gridLayout.addItem(spacerItem, 2, 1, 1, 1)
self.retranslateUi(BoolInfoWidget)
QtCore.QMetaObject.connectSlotsByName(BoolInfoWidget)
def retranslateUi(self, BoolInfoWidget):
_translate = QtCore.QCoreApplication.translate
BoolInfoWidget.setWindowTitle(_translate("BoolInfoWidget", "Form"))
self.label_Name.setText(_translate("BoolInfoWidget", "Name:"))