PDA

View Full Version : properties control in wxPython



aquavitae
October 19th, 2007, 10:00 AM
I'm tring to find a control in wxPthon (or wxWidgets) that will display the properties of a class in a table (i.e. name, value pairs) and allow the values to be edited. Something like the Property Editor in QtDesigner. I know I could write my own, but I'm hoping someone has already done it.

archivator
October 19th, 2007, 12:16 PM
I've never used it myself but I think you need something like wx.grid.