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
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