How can I create a PyQt5 UI that can be modified using a terminal that runs as a subprocess

后端 未结 0 402
借酒劲吻你
借酒劲吻你 2021-01-19 04:35

I want to create a PyQt5 program that has the following:
A basic window:

app = QApplication([])  
root = QMainWindow()  
root.show()  
app.exec_()  


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题