Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all I want to know this is wrong way to Create Widget Projects With mix of standard C++ And Qt? Thanks
Hi,
Are you asking if it's wrong to use Qt and STL together ?
No Not STL Like use the following Class in Qt Widget Application: thread (C++11) chrono (C++11) time.h fstream And Use Qt Class Like QFile QSystemTrayIcon QTextstream All this Class in One Program
Then you need to add
@CONFIG+=c++11@
to your profile and you should be good to go