20 May
2004
20 May
'04
10:20
On Wednesday 19 May 2004 11:07, Prabu Subroto wrote:
Dear my friends...
I tried to develop an application with qt. As the beginning I try to make a very simple application with qt. just display a form contain a label "Hello Qt".
In QT designer: 1. create a new C++ project 2. create your form as a Main Window 3. in the form properties window, give your form the name you want 4. do File/SaveAll, saving the form under the same name as 3. 5. then do File/New to create your main.cpp; this will ask for the main window name. This should get you round the unnamed problem. You do not need to write any constructors or destructors for the form. Cheers, TonyB