# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\FITK_Component\FITKRenderWindowVTK\FITKGraph3DWindowVTK.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_FITKGraph3DWindowVTK(object): def setupUi(self, FITKGraph3DWindowVTK): FITKGraph3DWindowVTK.setObjectName("FITKGraph3DWindowVTK") FITKGraph3DWindowVTK.resize(498, 387) self.gridLayout = QtWidgets.QGridLayout(FITKGraph3DWindowVTK) self.gridLayout.setContentsMargins(0, 0, 0, 0) self.gridLayout.setObjectName("gridLayout") self.retranslateUi(FITKGraph3DWindowVTK) QtCore.QMetaObject.connectSlotsByName(FITKGraph3DWindowVTK) def retranslateUi(self, FITKGraph3DWindowVTK): _translate = QtCore.QCoreApplication.translate FITKGraph3DWindowVTK.setWindowTitle(_translate("FITKGraph3DWindowVTK", "Form"))