Tkinter - Pygubu Designer - Menus

preview_player
Показать описание
I'll show you how to create toplevel menus in Tkinter using Pygubu Designer.

Please consider supporting my work with your donations on Ko-fi:

0:00 Intro
0:42 New Pygubu project
0:58 Create menu
2:52 Create seperator
3:44 Dashed tearoff menu
4:33 Underline menu shortcuts
6:46 Change menu names
7:19 More underline menu shortcuts
7:54 Generate application code
9:40 Menu run command methods
11:19 Menu accelerator
13:24 Outro

#tkinter #pygubu #pygubudesigner #pythonguitutorial #pythongui
Рекомендации по теме
Комментарии
Автор

it will be very useful when i try to port my ttk and ctk program into Pygubu

sovereignlivingsoul
Автор

Great video! One question though, how do you bind the shortcut you showed on the menu options? Like for the Open Command the user has to press Ctrl+O, is there anyway I can bind that shortcut combination in Pygubu?

fauxgil
Автор

Really good tutorials, well explained.
I am trying to find a way to implement a scrolled listbox.
I can see how to do it with tkinter but struggling to see how to connect a scrollbar to a listbox in Pygubu.
Can you please make a tutorial on this.
Phil

philallen
Автор

i have a question here, if have lots of function coding in my .py file and i do some major changes in ui in gubu, and generate the the code and copy paste it to my .py file my all coding work is overlaped. is there solution for this?

praveenremix