PDA

View Full Version : Qt widget



Rui
21st June 2009, 15:28
I've worked with Java Swing several times and there I can create JPanel's to be later included in my application as a normal component. The concept of widget in Qt means something like a JPanel? If so, can that be made graphically or only through code? If not, if there any similar approach like JPanel's and so on or other usual/correct way to do it in Qt?

spirit
21st June 2009, 20:09
take a look at Qt Designer (http://doc.trolltech.com/4.5/designer-manual.html).