GUI component interaction: Difference between revisions

Merging C++11 into C++
(Merging C++11 into C++)
(Merging C++11 into C++)
Line 382:
}</lang>
 
===header|C++11===
with library Qt 5.4, using (under Linux) first run qmake -project, add CONFIG+=c++11 and QT+=widgets to the resulting .pro file, and then run make.