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!!!
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!!!
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
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 :(
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?
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
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) ) ?
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.
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??
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.
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
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.
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?
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?
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 ?
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
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?
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?
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.
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
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
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)
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!!!
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!!!
can agree, just seen TWT yesterday and this one is way better ! Thanks to her :)
thank you so much, and yes we are interested in CSS with QDesigner, i hope more people here are interested as well
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
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
Thanks for the great suggestion! Will keep it in mind
Explained the things very well and helped me a lot with my chore. Huge thanks for your effort. Thumbs up.
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 :(
Hello from India....Thank you very much for this easy to understand and very helpful tutorial...looking forward for more....Subscribed.
Thank you for the tutorials...It helped me and my team mate to develop our project. Thank you!!!
keep going ,waiting for your css file for fancy designing!!!!
Working on it, keep an eye out for it in the next few days!
This all can be done inside the Designer tool. No need to write code. Is a learning experiencing writing code, however. Great video.
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?
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
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) ) ?
Hello @manonthedollar did you find the correct answer to this question?
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.
Thank you so much, keep up the good work!
This tutorial is very helpful for me 😘
ThankU maam
Great tutorial, but I don't understand how do you get "widget" within class?
Your channel deserve a lot more subscriptions...
wow, thank you for this amazing tutorial!
Big thanks for your wonderful lesson! It really help me a lot. Wish Hala has gorgeous life in the coming 2022 : )
thank you so much (from vietnam)
This is a very helpful video. Thank you.
Wow wonderful video indeed. Great work
خیلی ممنون از شما
it was so useful for me thanks alot for creating this serios of video
Thank you for this video.
keep it up
thank you very much for sharing the source code. It helped so much to my project.
Very Great Tutorial
Thanks a lot
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??
Convert
you lecture is very oswome and very informative . A lot of thaxnks with give us source code..
Which version of PyCharm you used ? It seems to not working with new version.
How we make android app using pyQt5 ?
If it is possible then please make a video.
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.
Nice video, thanks for you help!!
Excellent tutorial.
Could you do a video of styling with css?
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
Well done tutorial and thank you for the source code for the pgm and two .ui
Very informative! Thanks!
Since Firebase might be not available in some countries, is there a similar way to mandate all users with pymsql?
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.
Verry well explained!
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?
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
@@nanakiinc.1441 Hi did you solve the problem, if so how.
man really god bless you
love ur videos! helped me alot but is there anyway that i can sign the users out of the app after login?
you are so great
Thank you!
@@codefirstwithhala where do u live??
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
It says AttributeError: type object 'Login' has no attribute 'self'
Your voice is like Google Assistant😄
firstly thanks for great video, but what about if i´m using another path where my UI are storage?
Your content is great!
Very good video. keep up the good work. you got a discord?
very very Excellent
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.
btw its a nice tutorial video.
Excellent
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?
hey i am facing the same problem.. did you get any solution?
try to change your scale. setting>system>display>custom scalling
greate video
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
I created UI and also done same code shown in tutorial. But I am getting error. I am using spyder not pycharm.
6:40 when I do the exact same things, I get "Invalid Style Sheet"
add "background-color:" in front of the actual color
Traceback (most recent call last):
line 20, in
mainwindow = login()
NameError: name 'login' is not defined
why this occures
the same problem i'm facing please help me out
How do i store the usernames and passwords?
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 ?
You are doing great.. Please provide tutorial for displaying images Thanks
a channel called tech with tim has made a good video on that
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
how did you fix it??
PyQt.uic doesnt exist for me ti import from, help
pip install pyuic5-tool
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?
I am getting attribute error with create account button, please help
The create button in your code is crashing
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?
It is possible to add or embed python turtle graphics in PyQt5 GUI ?
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.
Use QtGraphics. It's way better than turtle
why not PySide2?
how can i change the 2nd window size? please anyone help?
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
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
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)
its showing me: AttributeError: 'Login' object has no attribute 'login_button' i cant find how to solve it please help
That atribute depends on the name that you assigned to the button.
Check the name in QtDesigner.
@@leonardorosales3122 thank you! i needed this
Waiting for followup videos
Watch out for more PyQt5 in the coming week!
sorry but the audio is really bad and its messing up the tutorial
Unresolved reference 'loadUi' could you help me out
Are you on PyQt5 or Pyside2?
@@manonthedollar I am using PyQt5 and faced the same issue
pip install pyuic5-tool
@@kesavguru415 pip install pyuic5-tool
god damn it s fucking good
1
2
босс кфс
Hello ma;am your email is not correct
please send the original email thank you
self.loginbutton.clicked.connect(self.loginfunction)
AttributeError: 'Login' object has no attribute 'loginbutton'
where is the problem ?
man really god bless you
Excellent
greate video
man really god bless you
greate video