PDA

View Full Version : Help with a tutorial



PeterUK
23rd July 2009, 19:32
Hi Everybody,

I am doing the following tutorial :
http://www.cs.usfca.edu/~afedosov/qttut/

I have been doing some Qt programming but using text edior and then going to the console, compiling and running it.

now I want to learn more working with qt editor environment

But if you notice the tutorial is for qt3 and I am trying to get to the windows where you can create/edit functions

I know how to go to the files and added manually but I cannot find the similarity in qt 4 to easy create functions on a visual interface.

Could anyone please help?

Regards

tjm
23rd July 2009, 21:33
In Qt Creator, right-click your project and choose "Add new...", then choose "Qt Designer Form"

PeterUK
24th July 2009, 11:11
In Qt Creator, right-click your project and choose "Add new...", then choose "Qt Designer Form"

I am using Qt 4.5.2 (32 bit) there is no such as thing like you said! the only thing I can do is in the creator go to, File, and then, New, there is Qt Designer Form in there but that is no the goal. I want to go where you can create new functions, I tried Qt Designer Form Class but this option only allow to create class already pre determinate