ls증권 히스토리 구독 넣음
This commit is contained in:
34
sample_python/ui/ui_third_window.py
Normal file
34
sample_python/ui/ui_third_window.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# # -*- 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
|
||||
|
||||
Reference in New Issue
Block a user