PyQt5 Tutorial - MenuBar (Shortcuts, Status Bar and Triggers)

preview_player
Показать описание
This pyqt5 tutorial will show you how to create menubars with qt. We will be adding shortcuts, status bar hints and triggering functions to run when certain menubar items are pressed.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- Python Tutorials
- PyQt5 Tutorial
- PyQt5 Menu Bar Tutorial
- Menubars PyQt5

#python #pyqt5 #pythongui
Рекомендации по теме
Комментарии
Автор

I know I'm a little late to the party here, but I just wanted to let you know that you're doing God's work with these tutorials. You keep them short and simple, no mumbling or rambling, and one can easily understand what's going on. Super impressive :)

Stagedrengen
Автор

Holy Cow! These vids are just fantastic! I've got GUI's up in running in a matter of an hour watching you. Absolutely incredible tutorials. Thank you much.

georgescidmore
Автор

You have opened my dream which I have thought for creating the App a long time ago. I just wanted to make a software which is able to connect with an Arduino board. Thank you it is so understandable. I will watch all your videos in the quarantine time. Sorry for my English if it is incorrect. I am from Kazakhstan.

ruslan.zhumabai
Автор

I have to say that you are very well spoken, and mild-mannered. Please keep the videos coming!

kristypolymath
Автор

I am new to python and QT designer, your video is great help. Thanks Man

CarlosGarcia-dikn
Автор

Thanks for the tutorial. It helped A LOT. Some other QT tutorials on YT are over 5 years old and cause newbs like me major confusion. This series is very helpful.

jimbaker
Автор

YOU ROCK! Keep going with PyQt!


May offer a suggestion? Plan your UI, name every object that you want to access using code as you go along. It should be the first thing you do. However, you do not need to name items that you will not be accessing codes (ex.: labels). Maybe a suggestion for a short video?

davidgrove
Автор

another way to pass arguments to assigned functions (without calling them instantly) is partial function (from functools import partial)
example assignment would look like:
self.actionNew.triggered.connect(partial(self.clicked, ‘New was clicked’))
for this purpose both methods work the same, but some advanced cases may favour partial function... it's not redundant to lambda ;-)

vxsniffer
Автор

God bless you brother. I love your tutorials so far. To think you're giving us such an amazing information for free at the expense of your own time, man you're simply amazing. Thank you brother, I'll be forever grateful

ashish
Автор

Bro, you always make it look easy, that's awesome

drkknnys
Автор

This is the 3rd video I'm watching. Great videos man, I love the effort you put into making every step clear but not overwhelming for newbies! Keep up the good work :)

alexisrdevitre
Автор

Thank you! I always find your tutorials to be really helpful, you explain everything really good

paccooper
Автор

Simple and easy to understand tutorials. Thanks Tim...

mayureshgawai
Автор

This guy is so freaking Canadian, it's wonderful

wiloghby
Автор

good job Tim!! everything is clear. Thank you

igorzukowicz
Автор

Excellent tutorial and great explanation of the lambda function

dankusanovic
Автор

Good job! Really helpful for beginners!

zjason
Автор

Awesome tutorials on qt. I was struggling to understand from other people on youtube and on web and I like your approach of going from basic and building up bit by bit. Keep them coming.

cptprice
Автор

You can also just go Form > View Python Code directly in the Qt Designer menu

CaliberBeats
Автор

To clarify, once you generate the .py code and you start to make manual edits to it, you cannot go back and use the QTDesigner again and re-generate the .py file because it will wipe out all of your manual changes...correct?

rfresh
welcome to shbcf.ru