How to increment the variable name in PYQT initUI function?

前端 未结 0 2027
梦如初夏
梦如初夏 2020-12-17 06:43

this is my code blew:

class Example(QWidget):

def __init__(self, fname):
    self.fname=fname
    super().__init__()
    self.initUI()


def initUI(sel         


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