▶️ 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
@jeremyho46743 жыл бұрын
10:29 It didn't work , pls help me !
@Codemycom3 жыл бұрын
@@jeremyho4674 What did you do differently?
@someoneontheinternetuvenev62683 жыл бұрын
Cant even make a hero joke on this. You are both the hero we needed and wanted!
@Codemycom3 жыл бұрын
Ha thanks
@BCmodo4 жыл бұрын
Thursday is from now my favourite day :)
@Codemycom4 жыл бұрын
Glad to hear it!
@katmanduYT3 жыл бұрын
keep this series going, thank you so much
@Codemycom3 жыл бұрын
More to come!
@kzazar_cz2481 Жыл бұрын
i seem to get "DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead class mainwindow(qtw.QWidget): " i dont know how to fix it. after i look it up i tried updating python and that didnt help. please help
@AaronEstebanSEO4 жыл бұрын
Great video. You should continue on with more PyQt5 gui videos. I'd like to see you cover the tables eventually
@Codemycom4 жыл бұрын
Yeah every Thursday is PyQT5 day.
@brunoimai89784 жыл бұрын
I don't know if that was already in the plans, but could you do a video on doing a "next" button, to take the user to another window? I tried doing that and failed miserably, thank you!
@Codemycom4 жыл бұрын
We'll probably look at that at some point
@wolfgang25873 жыл бұрын
Great videos. Thank you. 😊
@Codemycom3 жыл бұрын
Thanks for watching!
@elitecoder92464 жыл бұрын
i liked this video two times 😂😂😂
@Codemycom4 жыл бұрын
Ha, then you unliked it lol
@elitecoder92464 жыл бұрын
@@Codemycom ok trying again to like once. 😁
@JamieJoystick3 жыл бұрын
Can you add a dictionary with addItems to also import data?
@alexisdiniz82154 жыл бұрын
hello, the Qwidget that the class inherits would be like passing root or the main window in tkinter, right? and the other question: if you want a button to open a window as a topLevel in tkinter, should you call a method of the same class or instantiate another class?
@Codemycom4 жыл бұрын
You really shouldn't think of Tkinter when thinking about pyqt..they're fairly fundamentally different.
@thelostman56253 жыл бұрын
How can we add padding to the drop-down items?
@ApplySkills3 жыл бұрын
Hi, anyone body why when you create any widget you don't reference self like "self.my_label" or "self.my_combo"?
@danielzheleznov724 жыл бұрын
Hey what is your favorite gui designer in python. What i mean is which one do tou likek the most pyqt, tkinter, or kivy?
@Codemycom4 жыл бұрын
Hard to say
@wizrider8883 жыл бұрын
when using the addItems method, is there a way to add both text and data?
@someoneontheinternetuvenev62683 жыл бұрын
try entering a dictionary as array values, might work?
@saisornanathanct26603 жыл бұрын
why r u using classes for PyQt5 instead we can write snippets with out classes and objects ??
@Codemycom3 жыл бұрын
Don't know what you mean
@eddw1232 жыл бұрын
👍Very good tutorial, I wrote the full script as John did it, but running the script without the related lines for ‘my_entry’, the script just shows a white screen😵…So, in my case the script works if I don’t delete the lines for ‘my_entry’ with a small modification in the line of the >self.layout< replacing the assignation of ‘my_entry’ with ‘my_combo’🤪
@ahsanyousuf90113 жыл бұрын
But John, how to set placeholder text, means unselectable text??
@Codemycom3 жыл бұрын
Think I talk about that in a later video on the playlist
@ahsanyousuf90113 жыл бұрын
@@Codemycom, in your qlineedit video but I am talking about in placeholder in combo box...
@Carelli192 жыл бұрын
how to insert text after selecting a combox item
@KaziMdTawhid4 жыл бұрын
Assalamualikum(May peace be upon you )Hello sir.Here I am (again!).Do you remember me?and there is on more request:please upload more often
@Codemycom4 жыл бұрын
I upload videos every week day. PyQT is every Thursday
@ak7syoutubechannel513 жыл бұрын
What python idle u are using
@Codemycom3 жыл бұрын
None...I use the git bash terminal git-scm.com and submlime text
@nabeelshoukat21333 жыл бұрын
hey sir, please help me how to resize widgets to fit screen while resizing the window in Pyqt5 Please
@Codemycom3 жыл бұрын
we'll look at that in the future
@nabeelshoukat21333 жыл бұрын
@@Codemycom please do it as soon as possible I'm waiting.
@Ghazal_ban0014 ай бұрын
tanks , it was excellent
@Codemycom4 ай бұрын
welcome
@TOP123ization3 жыл бұрын
Hi, how can we do a relative combox? thanks
@Codemycom3 жыл бұрын
What is a relative combobox?
@TOP123ization3 жыл бұрын
@@Codemycom its a combox if we chose 1s item then in a second combox shows items A, if we choose 2 it shows another items and so one
@someoneontheinternetuvenev62683 жыл бұрын
@@TOP123ization thats not gui logic though, you can just write a python script to handle that
@komodojackgaming78024 жыл бұрын
You know why i no longer comment that 'yay one of first ones to comment'? Well its because that im always one of the first ones to comment!!!¡¡ ha ha ha ha LOL
@elitecoder92464 жыл бұрын
how to create my own gui library in python as tkinter?
@Codemycom4 жыл бұрын
If you have to ask, you couldn't ever do it :-p
@elitecoder92464 жыл бұрын
@@Codemycom whg not?
@Codemycom4 жыл бұрын
@@elitecoder9246 Because it's very difficult, and if you have to ask then you don't have the skill to do it. Teams of people build things like Tkinter.
@elitecoder92464 жыл бұрын
@@Codemycom please help me to create a minimalist sample of it. because i like python and also love too much. i wish i meet you!
@almaghror12 жыл бұрын
I should always pick John Elder.
@Codemycom2 жыл бұрын
Agreed!
@kabir737222 жыл бұрын
Thanks Alot Dear
@s.aravindh62274 жыл бұрын
👍👍👍👍
@Codemycom4 жыл бұрын
👍👍👍👍
@hiwab414 жыл бұрын
Wow 🤩
@Codemycom4 жыл бұрын
thanks
@legendarynick54253 жыл бұрын
👌👌👌👌👌
@Codemycom3 жыл бұрын
:-)
@IlmBuSabr8 ай бұрын
Always i see your videos but sometimes i forget subscribe and press like button😊😊. Sorry!
@Codemycom8 ай бұрын
Ha, do it now and all is forgiven ;-)
@ahsanyousuf90114 жыл бұрын
1st view 1st comment
@Codemycom4 жыл бұрын
Nice!
@stevenalexander62623 жыл бұрын
weeeeeeeeeeeeeeeeeeeee
@Codemycom3 жыл бұрын
lol
@haithemabdelmoumenathmani13868 ай бұрын
Dude why you wearing a bra
@Codemycom8 ай бұрын
what in the world are you talking about? Maybe time to get your eyes checked.