viewpyindesigner #62
892768447
announced in
Announcements
Replies: 1 comment
-
博主,为什么我用这个方法,转换出来的是c++代码?奇怪哎 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://pyqt5.com/viewpyindesigner.html
如果你设置一个线程为守护线程,就表示你在说这个线程是不重要的,在进程退出的时候,不用等待这个线程退出。如果你的主线程在退出的时候,不用等待那些子线程完成,那就设置这些线程的daemon属性。
Beta Was this translation helpful? Give feedback.
All reactions