New Signals and Slots Features in Qt 5: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:10, 14 January 2015

This small app (cross platform) demonstrates a few new features come with qt5. thats to ability connect c++ functor objects, non member outer class functions and c++11 lambda functions. main.cpp:
test.h
and test.pro