Peter JOHN Matecsa

Results 22 issues of Peter JOHN Matecsa

In the options part of the code generator, please add a drop-down for selecting the initial menu widget, if any. When running the code generator on [menu.ui](https://github.com/alejandroautalan/pygubu-designer/blob/master/examples/toplevel_menu/menu.ui), it would be...

enhancement

Imagine for a moment: - That a new widget has a blank id. - In the rare cases that the designer intends for the programmer to manipulate the widget, they...

The order of children on the tree view does not change when using the grid layout and changing the row, and column numbers, the order of children on the tree...

I want to swap Help and Buy. How can I change the menu order? ![Screen Shot 2022-03-28 at 4 45 47 PM](https://user-images.githubusercontent.com/8467919/160484108-8c9e389a-030f-4e95-b6cd-c76615dec12d.png) ![Screen Shot 2022-03-28 at 4 43 17 PM](https://user-images.githubusercontent.com/8467919/160483846-41d3399a-b833-45f0-a1eb-c058bc7387b3.png)...

The handwritten code I put in the generated .py file gets overwritten when making subsequent versions of my application. Reapplying my changes consumes labour and, more importantly, is an opportunity...

The generator's default "ClassName" and "SAVE filename" can be changed, which is nice. But, when I save and reload the *.ui file, my changes get lost.

enhancement

The use of [asynchio](https://docs.python.org/3/library/asyncio.html) is becoming increasingly common. To those using it, it would be helpful if your generator had an option to enable it. The generator could import the...

Python 2 is obsolete and that is what the Custom Widget options handled.

The code generates so quickly can the Generate button be removed; it would eliminate a step for the user? Perhaps the code could be generated whenever the code tab is...

When generating code, there is an opportunity to make the imports more Pythonic, more specifically [PEP 8](**url**) compliant. This: ``` import pathlib import pygubu import tkinter as tk import tkinter.ttk...