C++ with QT?

How do I make GUIs in QT? I have looked at tutorials, but I do not have the same version and cannot do the same things.
Look at the tutorials for the version you're using.
I cannot find any tutorials for my version. If I could, I would not be asking for help.
After about ~5 clicks from the Qt homepage:
http://qt-project.org/doc/qt-5/qtexamplesandtutorials.html
I do not see C++ under any of those.
Qt is a C++ (or QML) library...?

http://qt-project.org/resources/getting_started
iHutch105 wrote:
Qt is a C++ (or QML) library...?


Really? They used to be for multiple languages.
admkrk wrote:
Try this series: [url]https://www.youtube.com/watch?v=6KtOzh0StTc&list=PL2D1942A4688E9D63[/url]


I have already tried that, but I do not have the "QT C++ Project" option.
Last edited on
Do you mean Plain C++ Project? In the New window select Non-Qt Project then you have the options of C or C++ projects. The GUI parts just use Application. The UI for creating projects is a little different, but it is not hard to figure out the differences.
I cannot find non-QT project
What version of creator are you using? File > New File or Project... should open a new window where you "choose" a template. On the left is one section for Projects and another for Files and Classes. In the Projects section I have listed; Applications, Libraries, Other Projects, Non-Qt Projects, and Import Projects. If you do not see that or the one in the videos, I can only guess that your version of Creator is way outdated and goes back before Creator 3.0 and Qt4.8 at least.
Topic archived. No new replies allowed.