PyQt5 QtDesigner Login and Signup Forms tutorial: for COMPLETE beginners

  Рет қаралды 116,726

Code First with Hala

Code First with Hala

Күн бұрын

Пікірлер: 123
@nanakiinc.1441
@nanakiinc.1441 3 жыл бұрын
This is one of the best coding tutorials on youtube. Most coding tutorial: Write this code and see it works This tutorial: If you do that, this will happens, because... Thank you very much!!!
@ishudshutup
@ishudshutup 4 жыл бұрын
Wow, this was actually way better than the tutorials from Tech With Tim! Perhaps what could help is to divide the tutorials into around 10 min part, people may be intimidated by the 30 min video. Keep up the great work, thanks!!!
@rryann088
@rryann088 4 жыл бұрын
can agree, just seen TWT yesterday and this one is way better ! Thanks to her :)
@gojosenpai9461
@gojosenpai9461 3 жыл бұрын
thank you so much, and yes we are interested in CSS with QDesigner, i hope more people here are interested as well
@ramizquliyev394
@ramizquliyev394 3 жыл бұрын
You have an amazing voice but If you speak a little bit louder or use a mic everything would be perfect. Thanks For Video. Liked
@garyt2185
@garyt2185 2 жыл бұрын
This all can be done inside the Designer tool. No need to write code. Is a learning experiencing writing code, however. Great video.
@ahmedhashem5330
@ahmedhashem5330 4 жыл бұрын
i think your series will be great if you add some how dash board in the side of your screen just to demonstrate what are the functions of things that you have imported
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
Thanks for the great suggestion! Will keep it in mind
@rezasadjadian4603
@rezasadjadian4603 4 жыл бұрын
Explained the things very well and helped me a lot with my chore. Huge thanks for your effort. Thumbs up.
@sameerk12982
@sameerk12982 3 жыл бұрын
Hello from India....Thank you very much for this easy to understand and very helpful tutorial...looking forward for more....Subscribed.
@Ashi_1608
@Ashi_1608 10 ай бұрын
Thank you for the tutorials...It helped me and my team mate to develop our project. Thank you!!!
@ahmedhashem5330
@ahmedhashem5330 4 жыл бұрын
keep going ,waiting for your css file for fancy designing!!!!
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
Working on it, keep an eye out for it in the next few days!
@narrenturn
@narrenturn 2 жыл бұрын
Traceback (most recent call last): File "C:\Users\ASUS\PycharmProjects\main.py", line 19, in mainwindow=Login() File "C:\Users\ASUS\PycharmProjects\main.py", line 10, in __init__ self.loginbutton.clicked.connect(self.loginfunction) AttributeError: 'Login' object has no attribute 'loginbutton' no idea what's happen :(
@markobudimir4153
@markobudimir4153 3 жыл бұрын
Thank you so much, keep up the good work!
@allwinaugustine
@allwinaugustine 4 жыл бұрын
Your channel deserve a lot more subscriptions...
@amosfalcon6190
@amosfalcon6190 3 жыл бұрын
Big thanks for your wonderful lesson! It really help me a lot. Wish Hala has gorgeous life in the coming 2022 : )
@Rajesh_Kumar-153
@Rajesh_Kumar-153 Жыл бұрын
This tutorial is very helpful for me 😘 ThankU maam
@TheSpiralnotizblock
@TheSpiralnotizblock 3 жыл бұрын
wow, thank you for this amazing tutorial!
@simform2415
@simform2415 2 жыл бұрын
you lecture is very oswome and very informative . A lot of thaxnks with give us source code..
@ThickontheWatch
@ThickontheWatch 2 жыл бұрын
thank you very much for sharing the source code. It helped so much to my project.
@dansonchipili3357
@dansonchipili3357 2 жыл бұрын
Wow wonderful video indeed. Great work
@Bobheinlein
@Bobheinlein 2 жыл бұрын
Great tutorial, but I don't understand how do you get "widget" within class?
@manonthedollar
@manonthedollar 4 жыл бұрын
Excellent tutorial. Thanks! I noticed at the end (around 28:30), the gotocreate() function creates a "second" login screen. Is that the "standard" way of doing this, or is it okay to go back to the first widget ( self.setCurrentIndex(self.currentIndex()-1) ) ?
@rryann088
@rryann088 3 жыл бұрын
Hello @manonthedollar did you find the correct answer to this question?
@denno445
@denno445 3 жыл бұрын
once you add more screens it would get a bit messy unless you manage your indexes and just doing +1 every time make its a whole lot easier to manage, but its less memory efficient.
@mirhosseinseednasiri3037
@mirhosseinseednasiri3037 2 жыл бұрын
it was so useful for me thanks alot for creating this serios of video
@kuahara
@kuahara 2 жыл бұрын
This is a very helpful video. Thank you.
@Loksy
@Loksy 4 жыл бұрын
Thank you for this video. keep it up
@danishali8335
@danishali8335 2 жыл бұрын
Some concepts are missing, if you had converted the .ui file with the pyuic5, then it would be good, because you can see the whole code of the gui there
@guytrout7101
@guytrout7101 2 жыл бұрын
Well done tutorial and thank you for the source code for the pgm and two .ui
@rohmetl
@rohmetl 2 ай бұрын
at minute 19:42 I can't run the code, even though the ui file and the code file are in the same directory, so what's the error problem? can anyone help?
@28843
@28843 Ай бұрын
when she created her drawing she used a dialog. for me i used a window, so i had an error on that part when i called the function. maybe check that and change it to the one you made
@bharadhwaj2145
@bharadhwaj2145 3 жыл бұрын
Very Great Tutorial Thanks a lot
@alejozen3457
@alejozen3457 3 жыл бұрын
Your content is great!
@g3lon0s
@g3lon0s 11 ай бұрын
Could you do a video of styling with css?
@Jeffrich308
@Jeffrich308 3 жыл бұрын
Very informative! Thanks!
@cedricsipakam2601
@cedricsipakam2601 2 жыл бұрын
Verry well explained!
@joelkklein8760
@joelkklein8760 3 жыл бұрын
Good channel, for leaning PYQT5, i have a question?/ I have a question?? what is better.. use PyQt5.uic Import [file.ui] or convert File .ui to Python code??
@ahmadmaaz4178
@ahmadmaaz4178 3 жыл бұрын
Convert
@rohitsonawane4592
@rohitsonawane4592 4 жыл бұрын
How we make android app using pyQt5 ? If it is possible then please make a video.
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
It is possible! While it is not recommended as the top choice for Android with Python (check out Kivy) there are multiple ways this can be done. Thanks for the suggestion. I'll keep it in mind for a future video.
@hare.gator23
@hare.gator23 Жыл бұрын
when I ran the python file we created, the GUI loads but is blank and dosent have anything from the QTdesigner :(. I made sure the UI file i created was the one from the QTdesigner but its still a blank GUI that pops up when executed.
@egutube99
@egutube99 3 жыл бұрын
love ur videos! helped me alot but is there anyway that i can sign the users out of the app after login?
@DFAutoArena
@DFAutoArena Жыл бұрын
hii, please if I want to create other boxes or spaces like firstname in the create account page how do I initialize it in the code
@Music-qm4pw
@Music-qm4pw Жыл бұрын
Which version of PyCharm you used ? It seems to not working with new version.
@arturoikkileon1159
@arturoikkileon1159 3 жыл бұрын
firstly thanks for great video, but what about if i´m using another path where my UI are storage?
@inhthanhtung5199
@inhthanhtung5199 2 жыл бұрын
thank you so much (from vietnam)
@xilin1063
@xilin1063 3 жыл бұрын
Since Firebase might be not available in some countries, is there a similar way to mandate all users with pymsql?
@aaronjaffetgutierrez1345
@aaronjaffetgutierrez1345 2 жыл бұрын
Nice video, thanks for you help!!
@warwickrigby6894
@warwickrigby6894 Жыл бұрын
Excellent tutorial.
@orhansrml
@orhansrml 3 жыл бұрын
First of all thank you. I have a question. You define widget variable at the buttom of your code but you use it in the class above. When I do the same thing, it says "widget not defined". Can anyone help?
@nanakiinc.1441
@nanakiinc.1441 3 жыл бұрын
i have the same problem :/ If i press tab and put it under the class it works. But then it doesnt open the window/class
@stevemorse5052
@stevemorse5052 3 жыл бұрын
@@nanakiinc.1441 Hi did you solve the problem, if so how.
@jyotipandita8552
@jyotipandita8552 4 жыл бұрын
Your voice is like Google Assistant😄
@yashchaurasia1830
@yashchaurasia1830 3 жыл бұрын
I would like to suggest here is that loadUI is not that efficient in the long run better we convert the ui to py file and use it.
@yashchaurasia1830
@yashchaurasia1830 3 жыл бұрын
btw its a nice tutorial video.
@majestic_makes
@majestic_makes 4 жыл бұрын
You are doing great.. Please provide tutorial for displaying images Thanks
@TP-mv6en
@TP-mv6en 2 жыл бұрын
a channel called tech with tim has made a good video on that
@donny9748
@donny9748 3 жыл бұрын
It says AttributeError: type object 'Login' has no attribute 'self'
@sonelay
@sonelay 3 жыл бұрын
Hello, thanks for the tutorial, I'm facing the TypeError: ('Wrong base class of toplevel widget', (, 'QMainWindow')). Could you please able to advise on it
@Aayush-vn6ef
@Aayush-vn6ef 2 жыл бұрын
how did you fix it??
@sauravwagh560
@sauravwagh560 3 жыл бұрын
when i connect two pages size of first page is apply size of another pages but i want different size for different pages, what i can do pls help
@TriStyleXI
@TriStyleXI 3 жыл бұрын
hey, this tutorial is very good, when i run the ui file from pycharm, the window is way smaller than it shows in your video, so all the text and shit are cropped out. i've specified the fixed width and height. how do i fix?
@kainatirfan8364
@kainatirfan8364 2 жыл бұрын
hey i am facing the same problem.. did you get any solution?
@rifkireynaldi9155
@rifkireynaldi9155 Жыл бұрын
try to change your scale. setting>system>display>custom scalling
@1n4007-j
@1n4007-j 2 жыл бұрын
man really god bless you
@Sirisha099
@Sirisha099 3 жыл бұрын
I installed a PYQT5 by using pip but it showing like this ,defaulting to user installation because normal site-packages is not writable how to overcome this problem ?
@fatemenikkhah8780
@fatemenikkhah8780 3 жыл бұрын
خیلی ممنون از شما
@zeyadrhadi2285
@zeyadrhadi2285 3 жыл бұрын
very very Excellent
@feniladesara
@feniladesara 3 жыл бұрын
I created UI and also done same code shown in tutorial. But I am getting error. I am using spyder not pycharm.
@binodreddy9881
@binodreddy9881 2 жыл бұрын
I have developed application using qt designer in 100% resolution window but while I am running the same application in 150% resolution window images in that application are not appearing...can any one give solution for it?
@onehokim563
@onehokim563 4 жыл бұрын
you are so great
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
Thank you!
@onehokim563
@onehokim563 4 жыл бұрын
@@codefirstwithhala where do u live??
@madinafazli8394
@madinafazli8394 4 жыл бұрын
When I click the create acc button in the sign up form, it does not redirect me to the sign in page and prints nothing even though I have the exact same code! Can anyone please help me with this?
@Tri_3D
@Tri_3D 4 жыл бұрын
Very good video. keep up the good work. you got a discord?
@gagankarnati643
@gagankarnati643 2 жыл бұрын
How do i store the usernames and passwords?
@momowangle4781
@momowangle4781 3 жыл бұрын
6:40 when I do the exact same things, I get "Invalid Style Sheet"
@yestin3509
@yestin3509 3 жыл бұрын
add "background-color:" in front of the actual color
@kaindradjoemena7789
@kaindradjoemena7789 3 жыл бұрын
ummmm does anyone know how to fix the designer where it's so clunky. The fonts are so big and the panels on the editor are too big that it clutters the screen. Help pls I cant I now cant use it
@nguyentu-mc5nl
@nguyentu-mc5nl 3 жыл бұрын
how can i change the 2nd window size? please anyone help?
@iAmStealty
@iAmStealty 3 жыл бұрын
Traceback (most recent call last): line 20, in mainwindow = login() NameError: name 'login' is not defined why this occures
@vaishnavikapure8959
@vaishnavikapure8959 3 жыл бұрын
the same problem i'm facing please help me out
@rohitsonawane4592
@rohitsonawane4592 4 жыл бұрын
It is possible to add or embed python turtle graphics in PyQt5 GUI ?
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
Hi! Turtle actually uses tkinter, another Python GUI library, behind the scenes. Tkinter and PyQt5 work a bit differently, so I don't think it would be possible, or perhaps not recommended. Anyways, there are some alternatives to drawing with PyQt5, or you can use Turtle with Tkinter.
@NphiniT
@NphiniT 4 жыл бұрын
Use QtGraphics. It's way better than turtle
@rubotok3703
@rubotok3703 3 жыл бұрын
PyQt.uic doesnt exist for me ti import from, help
@gandalfilgrigio97
@gandalfilgrigio97 3 жыл бұрын
pip install pyuic5-tool
@zeyadrhadi2285
@zeyadrhadi2285 3 жыл бұрын
Excellent
@aritramondal8452
@aritramondal8452 3 жыл бұрын
I am getting attribute error with create account button, please help
@mspsas12345
@mspsas12345 4 жыл бұрын
The create button in your code is crashing
@1n4007-j
@1n4007-j 2 жыл бұрын
greate video
@asapdexter6410
@asapdexter6410 4 жыл бұрын
why not PySide2?
@yasirh2004
@yasirh2004 4 жыл бұрын
How to hide signup form after pressing signup button i tried Form.hide but it doesn’t work inside a function only in constructor i want to close or hide the form from a function can you help pls
@OmgSAN
@OmgSAN 4 жыл бұрын
Suppose your signup button's variable name is "signupbutton" and page's index number is 1, and your Sign in or main page's index number is 0. If you're using stacked widgets then you can add the following code. self.signupbutton.clicked.connect(self.MainMenu) def MainMenu(self): stackedWidget.setCurrentIndex(0)
@yuvalnoyman1660
@yuvalnoyman1660 4 жыл бұрын
its showing me: AttributeError: 'Login' object has no attribute 'login_button' i cant find how to solve it please help
@leonardorosales3122
@leonardorosales3122 4 жыл бұрын
That atribute depends on the name that you assigned to the button. Check the name in QtDesigner.
@TriStyleXI
@TriStyleXI 3 жыл бұрын
@@leonardorosales3122 thank you! i needed this
@randomNunber
@randomNunber 4 жыл бұрын
Waiting for followup videos
@codefirstwithhala
@codefirstwithhala 4 жыл бұрын
Watch out for more PyQt5 in the coming week!
@زانغت_ساما
@زانغت_ساما 3 жыл бұрын
sorry but the audio is really bad and its messing up the tutorial
@srikar8718
@srikar8718 4 жыл бұрын
Unresolved reference 'loadUi' could you help me out
@manonthedollar
@manonthedollar 4 жыл бұрын
Are you on PyQt5 or Pyside2?
@kesavguru415
@kesavguru415 3 жыл бұрын
@@manonthedollar I am using PyQt5 and faced the same issue
@gandalfilgrigio97
@gandalfilgrigio97 3 жыл бұрын
pip install pyuic5-tool
@gandalfilgrigio97
@gandalfilgrigio97 3 жыл бұрын
@@kesavguru415 pip install pyuic5-tool
@dedpihto680
@dedpihto680 2 жыл бұрын
god damn it s fucking good
@alasochek6139
@alasochek6139 Ай бұрын
босс кфс
@1n4007-j
@1n4007-j 2 жыл бұрын
2
@1n4007-j
@1n4007-j 2 жыл бұрын
1
@saqibuzair7670
@saqibuzair7670 8 ай бұрын
Hello ma;am your email is not correct please send the original email thank you
@narrenturn
@narrenturn 2 жыл бұрын
self.loginbutton.clicked.connect(self.loginfunction) AttributeError: 'Login' object has no attribute 'loginbutton' where is the problem ?
@1n4007-j
@1n4007-j 2 жыл бұрын
man really god bless you
@zeyadrhadi2285
@zeyadrhadi2285 3 жыл бұрын
Excellent
@1n4007-j
@1n4007-j 2 жыл бұрын
greate video
@1n4007-j
@1n4007-j 2 жыл бұрын
man really god bless you
@1n4007-j
@1n4007-j 2 жыл бұрын
greate video
PyQt5 QTableWidget tutorial: Load data, fill tables, format tables [Table Widget]
18:04
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
3. Python   PyQt Containers and Layouts
12:07
PanoPython
Рет қаралды 3,4 М.
PyVisual - A new GUI Builder for Python
9:27
Murtaza's Workshop - Robotics and AI
Рет қаралды 45 М.
Django Tutorial for Beginners - Build Powerful Backends
1:02:36
Programming with Mosh
Рет қаралды 2,8 МЛН
Learn Python GUI Development for Desktop - PySide6 and Qt Tutorial
5:08:27
freeCodeCamp.org
Рет қаралды 440 М.
QtDesigner and PyQt5:  The right and wrong way to use them together
37:16
Alan D Moore Codes
Рет қаралды 109 М.
How to use Qt Layouts
19:18
Velcode
Рет қаралды 99 М.
Retro MS-DOS Coding - Recreating the Iconic Award BIOS Screen
18:16
NCOT Technology
Рет қаралды 74 М.
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН