To add c++ code in gui
-
Welcome to devnet.
Yes, you can add lateron a gui to your application. Prebuilds for vs 2010 may be found "here in the download area.":http://qt-project.org/downloads
There are a lot of possibilities to connect your application with Qt gui. Check out some of the tutorials or examples. This will give the best impressions on Qt.
-
Hi!
You can start from here "http://qt-project.org/doc/":http://qt-project.org/doc/
or from some "video tutorials":http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 -
You can also go to the download page and choose* Visual Studio Add-in 1.1.11 for Qt4 (does not work with the Express edition)* and use Qt libraries right from your visual studio setup.
Once you install them you might want to look at "this link":http://www.wisegai.com/2012/10/24/creating-a-guiinterface-using-visual-studio-2010-and-qt/ for instructions on how to get started if you are new to this.
Good luck!