BASIC WIDGET PyQt5 self.setLayout(layout) self.setWindowTitle(“toolbar demo”) def toolbtnpressed(self,a): print “pressed tool button is”,a.text() def ...
確定! 回上一頁