How Install PyQt5 in Pycharm

后端 未结 0 1998
走了就别回头了
走了就别回头了 2020-12-21 05:44

I try:

import PyQt5.QtWidgets as qtw

class MainWindow(qtw.QtWidgets):
    def __init__(self):
        super().__init__()

        self.show()


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