Nice. I love your PyQT tutorials, Hala. They helped me a lot. Btw I thought the splash screen served other purpose , but it just make things start pretty lol but nice anyway
That’s right ☺️ Usually, splash screens are used if there’s a particularly large application that requires some loading time. The screen would be there while the app is loading. Most PyQt5 apps are pretty light weight. You can use the splash screen for a nice startup. :)
the progress bar isnt actually doing anything though... since its just `sleeping` instead of waiting for the program to load 😕 also, super does not require QSplashScreen as a parameter, python3 has been updated to know what to override without specifying the class inheritance
fam you are amazing can make a video and explain how to set a backgrong image? i did this in qt designer but when i execute the python code,it does not show the image can you help me plz? thank you so much
could you please share the code and splash screen & background with us? i checked on Github but nothing for splash screen and i could not find any in the video description. thanks in advance
HI, when I run the code ( 5 min 55) I get TypeError: ('Wrong base class of toplevel widget', (, 'QMainWindow')). I googled it and haven't find any usefull solution. Any Idea what I doing wrong. Thanks
🚨IMPORTANT🚨 ok so i faced the issue of Type class error : wrong base class of top level widget the solution is While creating the ui in the QTdesigner you need select widget instead of Dialog thats it. Actually she didn't mentioned it explicitly in this video as she had in her previous video, if u are following the playlist.. p.s:- thanks Hala for making such videos..
One of the only creators in this platform that covers some fundamental concepts from pyqt in a simple manner. Appreciate it!
Such a simple and to the point tutorial! Amazing!
Thank you.
There is not Git repository in the video description as you mentioned at 2:22 :(
Nice. I love your PyQT tutorials, Hala. They helped me a lot.
Btw I thought the splash screen served other purpose , but it just make things start pretty lol but nice anyway
That’s right ☺️ Usually, splash screens are used if there’s a particularly large application that requires some loading time. The screen would be there while the app is loading. Most PyQt5 apps are pretty light weight. You can use the splash screen for a nice startup. :)
Very helpful video. Thank you so much
8:22
Thank you, but in my program the result is 'MainWindow' object has no attribute 'finish'
Can someone help me?
also i'm trying to get my QDialog to be frame less but when i put yore code in,it does not work.any ideas?
Nice video, see you after 2 months.
Great tutorial ! Thank you very much. I have a question. Why my splash screen doesn't appear centered in my screen ? It appears at the bottom right.
My progress isn't changing using this method. Any suggestions for why?
the progress bar isnt actually doing anything though... since its just `sleeping` instead of waiting for the program to load 😕
also, super does not require QSplashScreen as a parameter, python3 has been updated to know what to override without specifying the class inheritance
fam you are amazing
can make a video and explain how to set a backgrong image?
i did this in qt designer but when i execute the python code,it does not show the image
can you help me plz?
thank you so much
Great work!
Thank you for the good work
Thank you! Great help!!😍
could you please share the code and splash screen & background with us? i checked on Github but nothing for splash screen and i could not find any in the video description. thanks in advance
code is not in the description as mentioned in the video :(
Which IDE and SDK you are using for this project, and can you tell me how can we build windows setup files for java applications?
HI, when I run the code ( 5 min 55) I get TypeError: ('Wrong base class of toplevel widget', (, 'QMainWindow')). I googled it and haven't find any usefull solution. Any Idea what I doing wrong. Thanks
same problem. did you fnd any solution?
@@eclipse.de.escapada Because in qt designer, probably you chose qmainwindow instead of qwidget.
@@mesad1
Thank you. That was bothering me as well and was not clear in the video.
@@kuahara my pleasure
Brilliant!!!
Where can we find the git repository?
Really Helpful 😆
🚨IMPORTANT🚨
ok so i faced the issue of
Type class error : wrong base class of top level widget
the solution is
While creating the ui in the QTdesigner you need select widget instead of Dialog
thats it.
Actually she didn't mentioned it explicitly in this video as she had in her previous video, if u are following the playlist..
p.s:- thanks Hala for making such videos..
thank you so much
Many Thanks
Can u make next video on QScrollArea ? I am waiting for long time
where is code and GIT repo ?
Hala, have you ever heard of something called window radius? those corners are giving papercuts to my eyes