First time here? Check out the FAQ!

Revision history  [back]

Wing doesn't provide any templates for GUI development. You can use wxPython, PyQt/PySIde with Qt, Tkinter, or other UI development framework with Wing and some of those provide templates and GUI builders, but we don't replicate those.

Depending on what you're doing, particularly if making many similar forms, you may want to obtain or write a module for yourself that builds the form UI automatically from a high-level description of the form data and UI elements. That may actually be easier than using templates or laying out and implementing forms individually. I don't have any specific suggestions for this, though, so you would have to search based on which GUI framework you plan to use.