XML GUI

Jarek Zgoda jzgoda at o2.usun.pl
Fri Nov 11 06:37:30 EST 2005


py napisał(a):

> Looking for information on creating a GUI using a configuration file
> (like an XML file or something).  Also, how do you map actions (button
> clicks, menu selections, etc) to the XML?

Depending on GUI toolkit, you will have a range of choices: Glade for
GTK, XRC for wxPython, Qt dialog editor also produces XML files with UI
description. Each of these toolkits has its own way to process GUI events.

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list