Why won't it print after you click the button?

后端 未结 0 1073
离开以前
离开以前 2021-01-06 19:01
from PyQt5 import QtCore, QtGui, QtWidgets
from sys import argv

class Ui_Form(object):
    def hi(self):
        print(111111)
        print(self.label.text())

            


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