# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\FITK_Component\FITKWidget\FITKDrawerWidget.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_FITKDrawerWidget(object): def setupUi(self, FITKDrawerWidget): FITKDrawerWidget.setObjectName("FITKDrawerWidget") FITKDrawerWidget.resize(379, 704) self.verticalLayout = QtWidgets.QVBoxLayout(FITKDrawerWidget) self.verticalLayout.setContentsMargins(0, 0, 0, 0) self.verticalLayout.setSpacing(0) self.verticalLayout.setObjectName("verticalLayout") self.retranslateUi(FITKDrawerWidget) QtCore.QMetaObject.connectSlotsByName(FITKDrawerWidget) def retranslateUi(self, FITKDrawerWidget): _translate = QtCore.QCoreApplication.translate FITKDrawerWidget.setWindowTitle(_translate("FITKDrawerWidget", "Form"))