PyQT, automatically creating GUI for configuration options

G

Guest

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

Anthony Baxter

Дамјан ГеоргиевÑки said:
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.
 
D

David Fraser

Anthony said:
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.
Any hope for a wxPython version of Shtoom?

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: PyQt v5.2 Released 0
ANN: PyQt v5.3 Released 0
user login session for stand alone PyQt 0
Python GUI? 46
ANN: PyQt v4.8.1 Released 11
PyQt v4.7 Released 0
Using PyQT with QT Designer 0
ANN: PyQt v4.6 Released 0

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top