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