ls증권 히스토리 구독 넣음
This commit is contained in:
15
sample_python/button_holder.py
Normal file
15
sample_python/button_holder.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# from PySide2.QtWidgets import QPushButton,QMainWindow
|
||||
|
||||
# class ButtonHolder(QMainWindow):
|
||||
# def __init__(self):
|
||||
# super().__init__()
|
||||
# self.setWindowTitle('Xing Api Client By dev')
|
||||
# btn=QPushButton()
|
||||
# btn.setText('hit me')
|
||||
# btn.clicked.connect(self.on_click)
|
||||
# btn.setCheckable(True)
|
||||
# self.setCentralWidget(btn)
|
||||
|
||||
# def on_click(self,data):
|
||||
# #print('btn is clicked: ',data)
|
||||
# pass
|
||||
Reference in New Issue
Block a user