Maya wait for Qt window to close

后端 未结 0 1606
离开以前
离开以前 2021-02-15 17:18

Normally in Qt applications you would use this at the start and end of your code:

app = QtWidgets.QApplication(sys.argv)
...
app.exec_()

But in M

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