wxFormBuilder finally supports wxPython

S

sturlamolden

Version 3.1 of wxFormBuilder can generate wxPython code. I have
previously used wxFormBuilder to generate XRC files for my wxPython
projects. Though still in beta, this might be even better. :)


http://wxformbuilder.org/
 
N

Nobody

Version 3.1 of wxFormBuilder can generate wxPython code. I have
previously used wxFormBuilder to generate XRC files for my wxPython
projects. Though still in beta, this might be even better. :)

Is there a reason to prefer code over XRC?
 
S

sturlamolden

Is there a reason to prefer code over XRC?

There is less boilerplate code required. E.g. event handlers are bound
in the GUI builder. You can access GUI objects as attributes of your
Python class. You don't need to request them from an xml. But apart
from that, XRC works well too.
 

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


Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top