35 lines
1.2 KiB
Python
35 lines
1.2 KiB
Python
# # -*- coding: utf-8 -*-
|
|
|
|
# ################################################################################
|
|
# ## Form generated from reading UI file 'third-window.ui'
|
|
# ##
|
|
# ## Created by: Qt User Interface Compiler version 5.15.2
|
|
# ##
|
|
# ## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
# ################################################################################
|
|
|
|
# from PySide2.QtCore import *
|
|
# from PySide2.QtGui import *
|
|
# from PySide2.QtWidgets import *
|
|
|
|
|
|
# class Ui_Third_Window(object):
|
|
# def setupUi(self, Third_Window):
|
|
# if not Third_Window.objectName():
|
|
# Third_Window.setObjectName(u"Third_Window")
|
|
# Third_Window.resize(400, 300)
|
|
# self.label = QLabel(Third_Window)
|
|
# self.label.setObjectName(u"label")
|
|
# self.label.setGeometry(QRect(110, 80, 56, 12))
|
|
|
|
# self.retranslateUi(Third_Window)
|
|
|
|
# QMetaObject.connectSlotsByName(Third_Window)
|
|
# # setupUi
|
|
|
|
# def retranslateUi(self, Third_Window):
|
|
# Third_Window.setWindowTitle(QCoreApplication.translate("Third_Window", u"Form", None))
|
|
# self.label.setText(QCoreApplication.translate("Third_Window", u"3", None))
|
|
# # retranslateUi
|
|
|