how to create GUI dynamically

Larry Bates larry.bates at websafe.com`
Mon Jul 21 12:54:25 EDT 2008


hitechpundir at gmail.com wrote:
> Hi;
> 
> i m working on a project where i need  run time creation of GUI.
> 
> i have some no. of entities for which i want checkboxes in front of
> them which can be checked/ unchecked by user.
> 
> But the problem is that the number and name of entities is not fixed
> and it depends on the file which is used as input.
> 
> So is there any way to tackle this problem.
> 
> By the way ; i use Boa constructor (zope editor) for GUI now.
> 
> regards
> pawan pundir

All the GUI tookits (Tkinter, wxWindows, QT) allow you to build the GUI dynamically.

-Larry



More information about the Python-list mailing list