Alternatives for creation of object from dictionary, pyqt5 example, using exec()

前端 未结 0 1044
悲哀的现实
悲哀的现实 2021-01-15 03:09

I have a dictionary that is set up like this

self.widgetDict = {
    0: ["Widget1", [240, 100, 101, 31], True],
    1: ["Widget2", [350, 1         


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