Adding Toolbars and Menus with PyQt5 Designer - PyQt5 GUI Thursdays #10

  Рет қаралды 35,894

Codemy.com

Codemy.com

Күн бұрын

In this video I'll show you how to add toolbars and menus with the PyQt5 Designer.
We'll add basic menus to the top of our app. Things like File, Edit, Help, etc. And we'll add drop down submenu items to each of those menus.
Then we'll create a toolbar with the PyQT5 Designer and add icons or images to it.
I'll also show you where to download a bunch of free icons that you can use.
p.yusukekamiyamane.com

Пікірлер: 77
@Codemycom
@Codemycom 3 жыл бұрын
▶️ Watch Entire PyQt5 GUI Thursdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3sHT8dc bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code: bit.ly/394NQ3R
@TunodeGaming
@TunodeGaming 3 жыл бұрын
PyQt5 Course in Codemy.com? and what you think is the best way to swap between different layouts if I may ask? :D
@Codemycom
@Codemycom 3 жыл бұрын
@@TunodeGaming not yet
@christressler3857
@christressler3857 Жыл бұрын
I don't see a link to the windows icon site?
@Codemycom
@Codemycom Жыл бұрын
@@christressler3857 what windows icon site?
@christressler3857
@christressler3857 Жыл бұрын
@@Codemycom shortly after 5:02 ? You said you would put a link but I don't see such a link
@ledung907
@ledung907 3 жыл бұрын
Your PyQt5 tutorial series is awesome :D, hope you will keep your enthusiasm to continue this series
@Codemycom
@Codemycom 3 жыл бұрын
Thanks, will do!
@adistar-964
@adistar-964 3 жыл бұрын
I appreciate your work for putting tutorials on gui in python. Keep it up!!
@Codemycom
@Codemycom 3 жыл бұрын
Thanks, will do!
@chislongg3117
@chislongg3117 3 жыл бұрын
Found your channel by searching some PyQt tutorials on youtube. Your videos are awesome. All the steps you made are easy to follow. Keep it going
@Codemycom
@Codemycom 3 жыл бұрын
Awesome, thank you!
@ogjohan
@ogjohan Жыл бұрын
Thank you so much for this tutorial. I couldn't figure out how to get things on the toolbar but now I can thanks to you.
@Codemycom
@Codemycom Жыл бұрын
Glad you enjoyed it!
@ehtesham.ali2006
@ehtesham.ali2006 3 жыл бұрын
I really love this tutorial series!! Please don't quit this series like *cough cough* techwithtim does... all kidding aside, this tutorial series has really helped me out because I was getting really tired with tkinter XD
@Codemycom
@Codemycom 3 жыл бұрын
Ha
@greatindianbuilder2491
@greatindianbuilder2491 3 жыл бұрын
Tkinter is simple to use but you can't express yourself with it and is not very versatile and that's why I don't like it.
@Codemycom
@Codemycom 3 жыл бұрын
@@greatindianbuilder2491 nonsense it’s plenty versatile and expresionable, you just aren’t good at it lol
@laurentreynaud4404
@laurentreynaud4404 3 жыл бұрын
Excellent video, well done !!!
@Codemycom
@Codemycom 3 жыл бұрын
Thanks!
@Johlacrasse
@Johlacrasse 2 жыл бұрын
Dude you are the best
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!
@latochannel
@latochannel 3 жыл бұрын
thank to give us some new amazing tool :)
@Codemycom
@Codemycom 3 жыл бұрын
More to come!
@miyurux
@miyurux 3 жыл бұрын
Thanks for the Video :- )
@Codemycom
@Codemycom 3 жыл бұрын
My pleasure!
@daveclosinger6697
@daveclosinger6697 3 жыл бұрын
Love how you are teaching about a specific python gui editor, yet you still point out where the downloads go in your browser and how to unzip them haha
@Codemycom
@Codemycom 3 жыл бұрын
Some people don't know
@bishalroy360
@bishalroy360 3 жыл бұрын
Please continue this video series.
@Codemycom
@Codemycom 3 жыл бұрын
Every Thursday!
@samuelm-b5211
@samuelm-b5211 3 жыл бұрын
Maybe a video about how to open directories and files via menus and toolbars? Great vid as usuall!!
@Codemycom
@Codemycom 3 жыл бұрын
Good idea
@jiangwenxing
@jiangwenxing 3 жыл бұрын
Thanks so much for the Tkinter and PyQt video! Been learning for months. When there is a chance, could you give us a suggestion about if we should put more effort on PyQt5 or Tkinter?
@Codemycom
@Codemycom 3 жыл бұрын
I have a video on the kivy playlist discussing that exactly.
@jiangwenxing
@jiangwenxing 3 жыл бұрын
@@Codemycom Found it, thank you! I should not limit myself with knowing screw driver only:)
@Codemycom
@Codemycom 3 жыл бұрын
@@jiangwenxing yep!
@Inksaver
@Inksaver 3 жыл бұрын
When you start using CSS in the StyleSheet property of PyQt5 to make a really modern looking app, it knocks TKinter out of the ring. I have written a guide to show teachers how to run it in a school environment where access to Cmd and Powershell is disabled, using Python scripts only to install pip, PyQt5 and PyQt5 Designer. This series will be compulsory viewing for my CS students.
@eustaceebhotemhen6248
@eustaceebhotemhen6248 2 жыл бұрын
If you make changes to the design, how do you update the code without losing your personal changes?
@hiwab41
@hiwab41 3 жыл бұрын
Nice vid
@Codemycom
@Codemycom 3 жыл бұрын
Thanks!
@dimitriosdesmos4699
@dimitriosdesmos4699 3 жыл бұрын
hello, sometime ago you said that if we wanted, you would do a few videos on the fundamentals of matlplot lib. I am really interested in live charts updated in a TK frame. thanks in advance !
@Codemycom
@Codemycom 3 жыл бұрын
Will get to that one of these days
@ivyuntiveros411
@ivyuntiveros411 3 жыл бұрын
How about the continuation of the last tutorial? Would be great if you finish that project/calculator... Love your tutorials btw
@Codemycom
@Codemycom 3 жыл бұрын
I finished everything I wanted to do with that simple calculator
@armandomorales8182
@armandomorales8182 3 жыл бұрын
mi heroe
@Codemycom
@Codemycom 3 жыл бұрын
Ha thanks
@learnwithnawf246
@learnwithnawf246 3 жыл бұрын
Hey, waiting for next video
@Codemycom
@Codemycom 3 жыл бұрын
I’m out of town with a family emergency
@bryantfoo9816
@bryantfoo9816 2 жыл бұрын
sir, in cmd i cant seem to convert .ui file to .py. can u pls help?
@leventefarkas4163
@leventefarkas4163 Жыл бұрын
How do I activate a function with the buttons in Qtoolbar?
@aadianand9338
@aadianand9338 3 жыл бұрын
Can u make a chrome extension course? That would be great!
@Codemycom
@Codemycom 3 жыл бұрын
sorry I've never done that
@aunoa7704
@aunoa7704 2 жыл бұрын
Good
@Codemycom
@Codemycom 2 жыл бұрын
Thanks
@tantruong3283
@tantruong3283 5 күн бұрын
hi , How can I add a menu to a tool bar action? thanks
@IceQueen67
@IceQueen67 3 жыл бұрын
are you planning to do one on opengl rendering?
@Codemycom
@Codemycom 3 жыл бұрын
Could be
@FighterAceee94
@FighterAceee94 Жыл бұрын
Why do I see only the text appear in the toolbar instead of the icon itself? Did something change in Qt Designer since last year?
@Codemycom
@Codemycom Жыл бұрын
No clue...sorry.
@FighterAceee94
@FighterAceee94 Жыл бұрын
@@Codemycom I figured it out... there is an option in Qt Designer property editor for the toolbar called toolButtonStyle, which by default was set to ToolButtonTextOnly for whatever reason. However that only showed the icon in Qt Designer, not when the program ran. I tried making a resource root with no success. Ended up setting the icons using .setIcon(QtGui.QIcon(icon.png)) and giving it a filepath manually to make it work.
@Codemycom
@Codemycom Жыл бұрын
@@FighterAceee94 Weird...glad you got it sorted out!
@bilalgujjar2627
@bilalgujjar2627 3 жыл бұрын
Can you make video about tableview?
@Codemycom
@Codemycom 3 жыл бұрын
sure
@RandomGuy-df1oy
@RandomGuy-df1oy 2 жыл бұрын
The menu does not come with the designer unfortunately and there is no menubar
@Codemycom
@Codemycom 2 жыл бұрын
I think you're mistaken, as shown in this video.
@latochannel
@latochannel 3 жыл бұрын
:)
@Codemycom
@Codemycom 3 жыл бұрын
:-)
@SURYA_M07
@SURYA_M07 3 жыл бұрын
Sir , what happened to you🙄🙄. There's no video for a week🤔
@Codemycom
@Codemycom 3 жыл бұрын
Family medical emergency
@sivanandkaranam4515
@sivanandkaranam4515 3 жыл бұрын
Sir can you please give your mail id.Because I'm working to building an app in Kivy...I'm getting the output but not as app in Kivy tool as you have done a calculator app. Sir it's a humble request..
@Codemycom
@Codemycom 3 жыл бұрын
Sorry, no.
@adeesh6tha799
@adeesh6tha799 3 жыл бұрын
Bro home tour
@Codemycom
@Codemycom 3 жыл бұрын
coming soon
@programmerlol2041
@programmerlol2041 3 жыл бұрын
Bro what is your age
@Codemycom
@Codemycom 3 жыл бұрын
I'm the oldest I've ever been today
@programmerlol2041
@programmerlol2041 3 жыл бұрын
@@Codemycom bro please tell your age
Tabs With PyQT5 Designer - PyQt5 GUI Thursdays #11
7:10
Codemy.com
Рет қаралды 26 М.
PyQT5 Designer Drag and Drop GUI - PyQt5 GUI Thursdays #6
13:25
Codemy.com
Рет қаралды 158 М.
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 120 МЛН
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 6 МЛН
How To Open A Second Window - PyQt5 GUI Thursdays #24
13:41
Codemy.com
Рет қаралды 65 М.
PyQt5 Tutorial - How to Use Qt Designer
10:53
Tech With Tim
Рет қаралды 786 М.
Don't use VSCode
35:31
PyCon South Africa
Рет қаралды 213 М.
PyQt5 Tutorial - ComboBoxes with Examples
11:45
Tech With Tim
Рет қаралды 121 М.
CUDA Programming on Python
21:34
Ahmad Bazzi
Рет қаралды 1,1 МЛН
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,5 МЛН
Browse Files Dialog with PyQt5 [use file explorer]
11:30
Code First with Hala
Рет қаралды 50 М.
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01