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/FITK_Kernel/FITKEasyParam/FITKWidgetRadioGroup_ui.py

33 lines
1.4 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\FITK_Kernel\FITKEasyParam\FITKWidgetRadioGroup.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_FITKWidgetRadioGroup(object):
def setupUi(self, FITKWidgetRadioGroup):
FITKWidgetRadioGroup.setObjectName("FITKWidgetRadioGroup")
FITKWidgetRadioGroup.resize(300, 90)
self.gridLayout = QtWidgets.QGridLayout(FITKWidgetRadioGroup)
self.gridLayout.setContentsMargins(9, 9, 9, 9)
self.gridLayout.setObjectName("gridLayout")
self.verticalLayout = QtWidgets.QVBoxLayout()
self.verticalLayout.setObjectName("verticalLayout")
self.gridLayout.addLayout(self.verticalLayout, 0, 0, 1, 1)
spacerItem = QtWidgets.QSpacerItem(20, 79, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.gridLayout.addItem(spacerItem, 1, 0, 1, 1)
self.retranslateUi(FITKWidgetRadioGroup)
QtCore.QMetaObject.connectSlotsByName(FITKWidgetRadioGroup)
def retranslateUi(self, FITKWidgetRadioGroup):
_translate = QtCore.QCoreApplication.translate
FITKWidgetRadioGroup.setWindowTitle(_translate("FITKWidgetRadioGroup", "Form"))