/ Published in: Python
Expand |
Embed | Plain Text
[widget.metaObject().method(j).signature() \ for j in range(widget.metaObject().methodCount()) \ if widget.metaObject().method(j).methodType() == 1]
You need to login to post a comment.
[widget.metaObject().method(j).signature() \ for j in range(widget.metaObject().methodCount()) \ if widget.metaObject().method(j).methodType() == 1]
You need to login to post a comment.