About qt closing the window by signal

After loading the data, you need to send a signal to close the progress bar window.

At this time, we only need to send a signal and directly call one of the three slots provided by qt to close the window.

quit(), exit() and close().

No need to write slot functions

Guess you like

Origin blog.csdn.net/weixin_41012767/article/details/110070823