Tkinter - Pygubu Designer - New Version Features

preview_player
Показать описание
I'll show you the new features of the latest version of Pygubu Designer (as of April 2024).

Pygubu Designer Github page:

0:00 Intro
0:41 New interface
1:45 Rearrange panels
3:29 Generating code
6:57 Ttk style definition file
9:42 Generated class name
10:15 Generated file name
10:58 Regenerate code when saving
11:30 Preferences window
11:49 Outro

To support my work, visit:

#tkinter #tkintertutorial
Рекомендации по теме
Комментарии
Автор

I've read half the tutorials in the playlist one year ago. I'm trying to follow along while adapting to the new code structure and I got stuck at the very beginning:
I can't figure out where to put the bulk of my code, starting with a basic

my_label =
Print(my_label)

I'm guessing in the new code base, `builder` now has to be referenced through `app`, but where?
I've tried tracing in debug with breakpoints but after app.run() it doesn't hit any breakpoint.

If you could redo a basic tutorial it would be great!

mireazma
Автор

Pygubu introduces widgets and helpers that are neither in tk nor ttk! Can you do tutorials about it?

ahmedragala
Автор

Hello, and thanks for posting the videos. I am searching for the code generated, and as mentioned, I am going to the location of the *.ui file, but there is nothing there, just the *.ui file. I tried going into the project setting menu and giving the module a name but when I hit "ok" the menu just sits there, I have to cancel to close the menu. Any guidance on why I cannot generate the code, or where it might be? Thanks

ErikHI
Автор

Thank you so much,
I have a little problem with the new interface! the "Components Palette" and "Project Tree" tabs invade the entire interface and I can't reach the other "Preview" and "Properties" tabs! Any help will be welcome!

ahmedragala
Автор

Thanks very much.
Your videos are intertesting.
What about a pseudo real complete project tuto.

AnnamirAlmoqanaa