[PyKDE] Property Browser in PyQt

Andreas Pakulat apaku at gmx.de
Sat May 6 13:15:43 BST 2006


On 06.05.06 04:18:08, Donald Atkins wrote:
> I've searched high and low for PyQt version of a
> property browser like in designer and
> http://www.trolltech.com/products/qt/addon/solutions/catalog/4/Widgets/qtpropertybrowser/
> and http://doc.trolltech.com/qq/qq13-attributes.html.
> Before I try to code one from scratch, I was wondering
> if any of you all had seen something I could start
> with. 

I have not seen anything like that, however it shouldn't be really hard
to provide a model for the Q_PROPERTIES and an itemdelegate that
provides comboboxes and such things. 

You could also just look into Qt designer source and try to just convert
the view+model from there to PyQt4.

Andreas

-- 
Try the Moo Shu Pork.  It is especially good today.




More information about the PyQt mailing list