„QT Gui Application“
-
Hi and welcome to devnet,
You'll have to be more specific. Are you talking about the QGuiApplication class ?
On a side note, it's Qt, QT stands for Apple QuickTime that your question might also cover.
-
"Your text to link here...":http://www.youtube.com/watch?v=HiOOWDb4YjE
I upload a link... I guess I'm talking about QGuiApplication class....
-
Ok I see. Creating a Qt GUI Application will get you a default constructed application ready to run.
From there, it depends on what you want to achieve. You should take a look at Qt's documentation tutorials, examples and demos.
You can also share what you would like to achieve so more people can help you.
-
The tutorial is very old.
"Qt Gui Application" has been replaced with "Qt Widgets Application".
Here is a newer tutorial: http://doc.qt.io/qt-5/gettingstartedqt.html
(For SGaist and other experienced users: This is the "change":https://qt.gitorious.org/qt-creator/qt-creator/commit/668849cad6f7105122d8c2c2ffa213d853b0155d in Qt Creator that kind of broke the old tutorials)
-
This tutorial teaches you how to make buttons: http://doc.qt.io/qt-5/gettingstartedqt.html
-
[quote author="Wantautas" date="1422024662"]Hello again... How make button (for example) "Operating-room" and when I'm pushing it I can see this room parameters... (temperature, humidity, Heat Index) [/quote]You are asking us to design your app for you for free. I think that's too much.
First, you should follow the tutorial and learn how to do simple things in Qt. Then, when you have experience, you can design your "operating-room" button.
Or, you can hire someone to design it for you.