Replies: 1 comment 5 replies
-
The Custom widget template generates three files:
So with the designer open with another myapp.ui you can go to Project->Settings->CustomWidgets and load the foowidgetbo.py. If everything went well, you will be able to see the new widget in the component palette. Some docs about the BuilderObjet is here https://github.com/alejandroautalan/pygubu-designer/wiki/Design-Reuse The custom widget templates are very usefull if you want to split a complex application in little components I think I can make a little video showing how to use it. Let me know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am generating code as a custom widget. And noticed that there is a fooBO.py file generated (and of course you can set where that is stored in settings).
What is its purpose? It doesn't seem to be imported by the "module" file and I can even delete it and the application still runs. When do I need it?
Thanks
Mark
Beta Was this translation helpful? Give feedback.
All reactions