How to make a widget likely Property Editor of QT Desing?
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
Re: How to make a widget likely Property Editor of QT Desing?
This was discussed in the last issue of Qt Quarterly: http://doc.trolltech.com/qq/qq18-propertybrowser.html .
Re: How to make a widget likely Property Editor of QT Desing?
Quote:
Originally Posted by
e8johan
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???
Re: How to make a widget likely Property Editor of QT Desing?
Quote:
Originally Posted by
Odelot
is there any easy way to make it???
Cut it out from Qt Designer sources. You'll have most of the work already done.