Re: [PyQt] Designer Customer Widget

2013-05-10 Thread David Boddie
On Wed, 08 May 2013 15:20:26 -0500, Stephen Funkhouser wrote: [...] > Is it possible to get Qt Designer to save custom properties of the > inherited QTreeWidgetItems objects? I guess it's more of a Qt Designer question than a PyQt question but you would need to find out if a C++ custom widget s

[PyQt] Designer Customer Widget

2013-05-08 Thread Stephen Funkhouser
I'm working on creating a custom widget inherited from QTreeWidget. The purpose of this is I'm using the Designer for another programming language which doesn't have any of it's own developer tools. I'm creating custom widgets to mimic each of this programming language's widgets. The language