PDA

View Full Version : How to make a widget likely Property Editor of QT Desing?



Odelot
5th October 2006, 23:46
Is There any easy way to make a widget likely Propety Editor???

I need that to edit properties of 3d models. I saw that in QT3 it was easy to change the behavior of a QtableItem (forExamble, to a combobox, or a spinBox, or a button), but how can I make it on QT4?

first, i think that to make that they used a QTable, isn't it??? will I have to use QTreeView and make all itens if QAbstractItemModel (that i didnt understad well it) or can I use the QTreeWidget ???

please.... anyone give me a light...

thanks in advance

e8johan
6th October 2006, 09:13
This was discussed in the last issue of Qt Quarterly: http://doc.trolltech.com/qq/qq18-propertybrowser.html .

Odelot
19th October 2006, 20:55
This was discussed in the last issue of Qt Quarterly: http://doc.trolltech.com/qq/qq18-propertybrowser.html .

it isnt free, is it? it seems that u need to have the QT solutions, and it is just for the comercial users.... is there any easy way to make it???

wysota
19th October 2006, 22:13
is there any easy way to make it???

Cut it out from Qt Designer sources. You'll have most of the work already done.