Simple implementation of Qt signal slot

The signal slot in qt is essentially a callback function, which can be implemented using some syntax features in C++11.

Guess you like

Origin blog.csdn.net/oTianLe1234/article/details/114104226