PoC convert wxPython top-level widgets to wxGlade design files
Carsten Grohmann <[email protected]> Wed, 24 Jun 2020 06:49:39 +0200
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi wxGlade users, I wrote a program to convert manually written top-level widgets like dialogs or panels in wxPython into wxGlade designs. The program is a proof of concept and therefore has some limitations: * one class per file * only one top-level widget (wx.Dialog/wx.Frame/wx.Panel) per class * variables are ignored - inline it An example is shown in the documentation on the project page at https://sr.ht/~carstengrohmann/wxPython2wxGlade/ . I am happy to receive feedback. Regards, Carsten