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,22 @@
# from PySide2.QtWidgets import QWidget,QPushButton,QHBoxLayout,QVBoxLayout
# class RockWidget(QWidget):
# def __init__(self):
# super().__init__()
# btn=QPushButton()
# btn.setText('hit me')
# btn2=QPushButton('hit me too')
# btn3=QPushButton('hit me too3')
# btn_layout=QVBoxLayout()
# btn_layout2=QHBoxLayout()
# btn_layout.addWidget(btn)
# btn_layout.addWidget(btn2)
# # btn_layout2.addLayout(btn_layout)
# self.setLayout( btn_layout)