PDA

View Full Version : How do I get started?



neigaard
5th March 2007, 20:25
Hi

Im a Java programmer completly new to QT. I tried to follow the turorials in the help system, and ofcourse I can create forms and what not, but there are some essential point Im missing. For the record, Im using Mac OS X.

Can I "only" make forms/dialogs with QT designer? I cant make complete C++ projects with it?

How do I get to write some actual code in the different events/slots? Is there a good tutorial for this?

So far I just have a IDE to create pretty forms in that do nothing, so please help :p

Best regards
Søren

wysota
5th March 2007, 21:21
Can I "only" make forms/dialogs with QT designer?
No, it's an option, not a requirement.


I cant make complete C++ projects with it?
Designer is only meant to design widgets. Then you have to write some code that uses the design to create an application.


How do I get to write some actual code in the different events/slots? Is there a good tutorial for this?
Look into our wiki and links section.


So far I just have a IDE to create pretty forms in that do nothing, so please help :p
Designer is not an IDE.

Georgest
12th March 2007, 09:42
The begining of a Qt4 book:
www.mechta34.com/it/qt4 (http://www.mechta34.com/it/qt4/)
GUI, Model/View, Databases tables and so on...