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.
31 lines
1.2 KiB
Python
31 lines
1.2 KiB
Python
4 weeks ago
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\FITK_Component\FITKPlotWindow\FITKXYPlotWindow.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_FITKXYPlotWindow(object):
|
||
|
def setupUi(self, FITKXYPlotWindow):
|
||
|
FITKXYPlotWindow.setObjectName("FITKXYPlotWindow")
|
||
|
FITKXYPlotWindow.resize(400, 300)
|
||
|
self.gridLayout_2 = QtWidgets.QGridLayout(FITKXYPlotWindow)
|
||
|
self.gridLayout_2.setContentsMargins(0, 0, 0, 0)
|
||
|
self.gridLayout_2.setObjectName("gridLayout_2")
|
||
|
self.gridLayout = QtWidgets.QGridLayout()
|
||
|
self.gridLayout.setObjectName("gridLayout")
|
||
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1)
|
||
|
|
||
|
self.retranslateUi(FITKXYPlotWindow)
|
||
|
QtCore.QMetaObject.connectSlotsByName(FITKXYPlotWindow)
|
||
|
|
||
|
def retranslateUi(self, FITKXYPlotWindow):
|
||
|
_translate = QtCore.QCoreApplication.translate
|
||
|
FITKXYPlotWindow.setWindowTitle(_translate("FITKXYPlotWindow", "Form"))
|