PDA

View Full Version : absolut beginer in qt4



djvujke
22nd April 2006, 20:19
hi everyone...
i need help starting with qt4

i made my test.ui file which consists of label an pushbutton...
and made main.cpp ...that far i can..
i dont know how to do coding
i want to make connection to pushbutton in cpp file but dont know how to do it
i just need a litle help...

i tried qt3 once and made pretty god program for a beginer (at least i think so)
its a dictionary,which i'm using write now. But qt4 is a bit different so cant start
at all.please help me

you could send me an example on my email vujkexx2003@yahoo.com
or link to good tutorial on qt4 designer and coding with GUI,im just looking one from link that i found on this site
(sorry i'm not good in expresing ,english is not my language)

jacek
22nd April 2006, 20:40
http://doc.trolltech.com/4.1/designer-using-a-component.html#the-single-inheritance-approach

djvujke
24th April 2006, 18:02
thank you for helping... i'll read it and see what i can do ..
thanks again

Brandybuck
24th April 2006, 19:03
i dont know how to do coding
You will need to learn how then. There is very very little you can do in Qt without knowing how to code. May I suggest "Practical C++ Programming", from O'Reilly. It is very good for beginners. Along with the Qt documentation, you should be fine.