Qt programming experience

1. UI related operations are completed in the main thread. (Sometimes in order to prevent the interface from lagging, we will process some time-consuming operations in other threads. We must ensure that the QWidget api is not called in other threads, otherwise a crash may occur)

Guess you like

Origin blog.csdn.net/heibao111728/article/details/126269121