Multiple Toplevel window classes in Code Script Template #292
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello @deepukutty1994 thanks for trying pygubu.
You'll need to save each toplevel widget in its own UI file and configure it appropriately. Pygubu does not currently support generating code for multiple windows from a single file. However, I think having each window in a separate file can improve code organization and management. You can study the following example for guidance on how to organize multiple top levels in your project. Multiple toplevels project example Let me know if this helps you. |
Beta Was this translation helpful? Give feedback.



Hello @deepukutty1994 thanks for trying pygubu.
You'll need to save each toplevel widget in its own UI file and configure it appropriately.
Pygubu does not currently support generating code for multiple windows from a single file.
However, I think having each window in a separate file can improve code organization and management.
You can study the following example for guidance on how to organize multiple top levels in your project. Multiple toplevels project example
Let me know if this helps you.
Regards
Alejandro A.