ls증권 히스토리 구독 넣음

This commit is contained in:
Your Name
2026-07-30 18:05:07 +09:00
parent 61bec4bd1d
commit 67eab24603
1593 changed files with 135733 additions and 1232 deletions

View 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