![]() |
|
C++ with QT? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: C++ with QT? (/Thread-C-with-QT) Pages:
1
2
|
C++ with QT? - ShawnReynolds - 09-09-2014 I was doing some searching recently, for how to make a user interface in C++, and I found that it is best done with QT or Visual C++. I could not find Visual C++ free download (full program or demo/trial). I downloaded and installed QT, but can not figure out how to make a C++ program with it. I looked on their website, but I do not have the option that they say to use. Any help would be appreciated. Thanks, Vallex Koten C++ with QT? - ShawnReynolds - 09-09-2014 I was doing some searching recently, for how to make a user interface in C++, and I found that it is best done with QT or Visual C++. I could not find Visual C++ free download (full program or demo/trial). I downloaded and installed QT, but can not figure out how to make a C++ program with it. I looked on their website, but I do not have the option that they say to use. Any help would be appreciated. Thanks, Vallex Koten RE: C++ with QT? - Psycho_Coder - 09-10-2014 Here : http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 A video tutorial series on Qt Programming with C++. RE: C++ with QT? - Psycho_Coder - 09-10-2014 Here : http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 A video tutorial series on Qt Programming with C++. RE: C++ with QT? - testardube - 09-10-2014 try below links may be it's useful to you http://grimaldi.univ-tln.fr/Qt/C++-GUI-Programming-with-Qt-4-1st-ed.pdf http://www.bogotobogo.com/cplusplus/files/c-gui-programming-with-qt-4-2ndedition.pdf RE: C++ with QT? - testardube - 09-10-2014 try below links may be it's useful to you http://grimaldi.univ-tln.fr/Qt/C++-GUI-Programming-with-Qt-4-1st-ed.pdf http://www.bogotobogo.com/cplusplus/files/c-gui-programming-with-qt-4-2ndedition.pdf RE: C++ with QT? - ShawnReynolds - 09-10-2014 (09-10-2014, 02:24 AM)Psycho_Coder Wrote: Here : http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 I do not have the QT C++ option that he has in his videos. RE: C++ with QT? - Psycho_Coder - 09-11-2014 (09-10-2014, 09:06 PM)VallexKoten Wrote:(09-10-2014, 02:24 AM)Psycho_Coder Wrote: Here : http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 What kind of option do you want and you don't see. Please be more descriptive. RE: C++ with QT? - ShawnReynolds - 09-11-2014 (09-11-2014, 02:32 AM)Psycho_Coder Wrote:(09-10-2014, 09:06 PM)VallexKoten Wrote:(09-10-2014, 02:24 AM)Psycho_Coder Wrote: Here : http://www.youtube.com/playlist?list=PL2D1942A4688E9D63 In the second video, the person selects an option "QT C++ Project", I do not have this option. RE: C++ with QT? - Psycho_Coder - 09-11-2014 http://doc.qt.digia.com/qtcreator-2.1/creator-writing-program.html |