PyQT, automatically creating GUI for configuration options

Anthony Baxter anthony at interlink.com.au
Mon Jun 21 12:55:38 EDT 2004


Дамјан Георгиевски wrote:
> Hi,
> I'm making a small PyQT app, and it will also have a config file (any type
> is ok) for several options.
> 
> I would also like to add a gui for changing the config options but I don't
> want to make design the GUI. I'd be satisfied if the GUI is automatically
> generated from the config file (or config file specification).
> 
> Is there some sollution for this?

Shtoom (shtoom.divmod.org) has code that does exactly this, for Qt and
Tk so far - I hope to have a Gtk version in the not-too-distant future.
It also uses the same code to handle ConfigParser .ini files and command
line arguments.


-- 
Anthony Baxter     <anthony at interlink.com.au>
It's never too late to have a happy childhood.




More information about the Python-list mailing list