Hi, i am new to QT .Please give me example wi program using QT4.3 designer, with compiling steps and also how to use signals and slot in Qt4.3, should we must creat *.cpp and *.h file be created manually?,
Hi, i am new to QT .Please give me example wi program using QT4.3 designer, with compiling steps and also how to use signals and slot in Qt4.3, should we must creat *.cpp and *.h file be created manually?,
Welcome to the forum and Qt.
You should really start by reading the docs, since they are very good, and most of your questions here are answered in the docs.
From Qt4, designer is only a UI design tool, you do not program with it.lease give me example wi program using QT4.3 designer
About using designer, read the this.
Do you mean general compiling C++, or Qt specific?with compiling steps
If you mean C++, then I would suggest that you let go of Qt for now, and learn C++ first.
If its Qt you mean, read this.
Here you go.and also how to use signals and slot in Qt4.3,
What do you mean by that?should we must creat *.cpp and *.h file be created manually?,
You have to code... Qt is a UI library, not a "autogen" tool....
Also, we have a very nice wiki, have a look there too.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks