I love it. Did you ever see the sort of splash screen of professional ides like pycharm? Beautiful. Gorgeous. This is exactly that sort of thing. Thank you so much!
@@WandersonItsMe I have a question if you don't mind.. can you do a python gui and execute C++ code with a python checkbox for example? That would be awesome if you could do a video about that.
Muito bom! Seus vídeos sempre agregam muito, Wanderson! Parabéns! Comecei a usar o Qt+Python ao invés de outras ferramentas como Visual Studio+C# graças ao seu primeiro vídeo sobre o assunto. Tem atendido muito bem! Obs.: Particularmente acho a ideia do time lapse muito melhor do que tutoriais longos e trabalhosos.
Vlw mano, feliz que tenho conseguido ajudar de alguma forma 😁. O Timelapse é meio que o que está dando para produzir, como estou desenvolvendo um projeto grande aqui em WPF + C# nas horas vagas, um tutorial grande seria sem chances haha. E C# acho muito bom também, a flexibilidade do WPF é uma coisa linda para trabalhar interfaces, você consegue customizar praticamente tudo.
wow wow wow, best video I ever seen about Pyside2. Thank you for these kind of videos. I subscribe you and share your video with my friends. Thankyou again. I'll be back here soon👍👍👍👍
Eu nem me imaginava codar forms focados em python... depois dos videos dele com Morder Gui fui lá dei uma estuda. muito bom e cada vídeo agrega muito. Seria top um curso aprendendo do zero, nem que seja pago eu queria participar :)
Muito bom o conteúdo. +1 inscrito e +1 follower no GH. Excepcional o design das suas interfaces, já tava cansado de procurar UI em Python e só achar o mesmo exemplo de calculadora no Tkinter. Mto obg por disponibilizar o código, tmj irmão
Vlw mano 😃. E sei bem como é isso, quando comecei a estudar Python até achei que era impossível criar aplicações com interface sem ser de Windows 98 haha. Saí estudando que loucos as bibliotecas até achar no PyQt5 e PySide2 a salvação para esse problema.
This is great work! Thank you for the post. One challenge I've had in the past is trying to create an executable. Do you have a video that shows how to take your app done with pyside, qt designer and package it up for distribution?
Wanderson thank you for your response. I greatly appreciate it. I will give it a try. Just curious, will this only work for Windows? Do you recommend a Mac utility to distribute the app?
TypeError: QWidget(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()): argument 1 has unexpected type 'SplashScreen' I get this error can you help me ?
Why do I get attribute error even when I have already made the label? It says - Attribute error: there is no Attribute label in MainWindow I wanted to play gif in the label that I already created in the MainWindow Can someone pls help me out
This is awesome. Can you do a video on how to install python gui's into windows system? I could be mistaken but I created a python gui database and when I created an exe of it and ran the database it is running off memory, or is using more system resources vs if you are able to install, I think.
Hey! I'm so happy to see someone finally create these amazing modern UI's using QT!!! One Question: is there any reason you compile the .UI files to .py files? Can the QUiLoader class be used for that as well? or does that limit functionality?
thanks for sharing really valuable, I've a question is there a way to resize a frameless window whithout using the QSizegrap and using the border of the Qframe, if you have any clue please let me know. Thank you.
Ok, this is awesome. How much would I have to donate for you to kill the music loop and narrate this build, slowing down the pace and taking us through this? Some things weren't made for the good old muzak loop. This is one of them ;-) lol. I love it, if I had the money I'd pay you a full time salary to actually narrate / teach it as you are building it. If I could create a bumper sticker it would say "Death to the Muzak Loops on design videos"... lol, thanks, I'll have to slow it down 50%, bump my quality up so I can see it better, and mute it.
Hi, do you know how can I use QTimeLine to create a SplashScreen? I mean, in one of your videos you have a SplashScreen with TimeLine but it was created with QtQuick and I'm trying to do the same but with Qt Designer and PySide6. Any idea of how to do that?
Sir is it possible to add music playing in the background of the splash screen when it startsup..? Please do make one video on adding music playing in background of the splash screen.. Your all videos are great 👍👍 I like all the projects you make..👍👍
Bro, I am becoming your fan day by day. Please upload some beginner tutorial bro. Like how we can get something input form user and work with that input. Please, bro. We are with you bro. 😃
@@WandersonItsMe Thank you bro. I just completed a encryption and decryption software myself in Python. I also designed a GUI in Tkinter. But it looks very classic. I want to make it modern and I came to know about QT Designer and downloaded it. Now I am looking for a beginner level QT Designer tutorial. Basically how to get user input and work with this input in QT. Scene transition etc. I am awaiting for your those type of videos bro. Thank you bro. You are doing very insane jobs.
Cara, na hora que coloco o código self.timer.timeout o programa já se perde todo. Tem algo que faltou importar é não estou enxergando? Desde já muito obrigado!
@@WandersonItsMe Thank you for answering! But I meant Atom plugin that suggests you class' methods (i.e. when you type Qt.s it shows you the menu with methods and attributes (Qt.show(),Qt.select() etc)
Hey, copied your main file but can`t run the code due to: "Parameter 'parent' unfilled " in the classes and "Unexpected argument " in sys.agv. Why is that?
@@WandersonItsMe Hey. I have a lot of errors although I made step by step according to your clip. These are the main probs: "Parameter 'parent' unfilled " and a lot like this one: "Unresolved attribute reference 'dropShadowFrame' for class 'Ui_Splashscreen' ".
@@hasson2349 Compare your code with what I posted on Github: github.com/Wanderson-Magalhaes/Splash_Screen_Python_PySide2 It must be a typo or missing variable
Hi, love the video, I just have a problem: I don't have the button that allows me to see the code of the window I just created, do you know where does that come from ?
Hi 😀, unfortunately I don't know about books of PyQt5 or PySide2. I learned by reading the official Qt Company documentation, Stackoverflow and adapting video from C++ to Python.
Thanks for the quick response! I finally got your program running on Pycharm. Will take a look at it and learn from there! Subscribed! Can’t wait for more content
There are a few books on PyQt5 and POyQt6 that you can purchase . A few of them are as follows:- Create Gui Applications with Python & Qt5 and Qt6 both by Martin Fitzpatrick. The author also has a PySide edition of Qt5
I appreciate this, but how practical is it? Actually loading things behind the scenes and providing visual feedback (eg "loading a database" and "loading the ui") is a lot more complicated and not possible without major rewrites. I was hoping to learn about threading and signals/slots here.
Fala irmão! Tranquilo? Ótimo video, mas poderia me ajudar com uma questão? Traceback (most recent call last): File "main.py", line 188, in window = SplashScreen() File "main.py", line 133, in __init__ self.ui.setupUi(self) File "C:\python\ui_splash_screen.py", line 15, in setupUi self.centralwidget = QtWidgets.QWidget(SplashScreen) TypeError: QWidget(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()): argument 1 has unexpected type 'SplashScreen' Deu esse erro e não sei como contorná-lo, ja que o erro vem do arquivo produzido pelo 'pyuic5'. Consegue me dar uma ajuda?
Is there anyway you make a tkinter gui that modern and good? because my whole application is made with tkinter, if there is, please make a video about it, thanks :)
this is so lit, finally some videos that have 2020 UI rather than 1999 UI
OH MY GOD, BRO PEOPLE SHOULD DISCOVER YOU! YOU ARE A LIVING LEGEND!!!
Bro ur designs and pyqt work is so INSANE
I was about to give up learning python just because of bad GUI but noe just because of you, I have a reason to keep going
I have never seen this channel.
The second I saw the loading for the app, I subscribed
Only youtuber who is teaching to create modern UIs in Qt.
YEHHH, fico muito feliz vendo Brasileiro mandando bem Assim, Vlw pelo inspiração!!
Vlw mano, tamo junto 😁!
Without uttering a word, you made the UI beautiful...
Thank you for this video
Where was your video while I was learning about GUI
it's the completely perfect thing I was looking for
Bro i was looking for something like this a long time ago, thank you so much
awesome... set reminder for today's video
Python was never meant for graphical gui
This hero : hold my beer
Hahaha 😅🤣😂
@Ninja_Ace looks like the game has changed 😊😏❤️
@Ninja_Ace Python very often used as a scripting language in complex applications and creating custom ui elements is only possible with python and Qt.
@Ocean Blues
To use you enemy power points
Is a power point it self 😉🙂
@@Al-ward-Al-aswed
bruh what? no beer, just zam-zam
One of the Best GUI Coders on RUclips by FAR For Both C# and Python , Much Love Mate ❤ Cheers
I love it. Did you ever see the sort of splash screen of professional ides like pycharm?
Beautiful. Gorgeous. This is exactly that sort of thing.
Thank you so much!
sir u r a total genius
Holy... :) Nice work.
Bro you are the best! If I had 100k accounts I would subscribe with all of my accounts.
Keep up the great work. Can't wait for new tutorials.
Thank you very much 😁😀
@@WandersonItsMe I have a question if you don't mind.. can you do a python gui and execute C++ code with a python checkbox for example? That would be awesome if you could do a video about that.
@@impulse_ger Yes, it's possible, C++ is the main language of Qt. But I don't know anything about C++ haha
we need some more video tutorial like this for some more layout . That is great!
Wow... Thanks Wanderson ! 2020 Usefull !!
Great Color Combination
spectacular as usual
I love it... So amazing 😍
your videos are to notch , wanderson
Amazing, congrats @Wanderson
Thank you man ❤
That's the best tutorial I've seen in a while. Great job dude, keep it up!
Thank you very much ❤
thanks for my first splash screen
Great again, I'm going to create a Python course for free and I will use your projects as a Milestone to my students. Thanks
I am very happy to be able to help the Python community. 😀
Muito bom!
Seus vídeos sempre agregam muito, Wanderson! Parabéns!
Comecei a usar o Qt+Python ao invés de outras ferramentas como Visual Studio+C# graças ao seu primeiro vídeo sobre o assunto. Tem atendido muito bem!
Obs.: Particularmente acho a ideia do time lapse muito melhor do que tutoriais longos e trabalhosos.
Vlw mano, feliz que tenho conseguido ajudar de alguma forma 😁. O Timelapse é meio que o que está dando para produzir, como estou desenvolvendo um projeto grande aqui em WPF + C# nas horas vagas, um tutorial grande seria sem chances haha. E C# acho muito bom também, a flexibilidade do WPF é uma coisa linda para trabalhar interfaces, você consegue customizar praticamente tudo.
o brabo tem nome
These are so coooooooool! I am literally your fan now
Thanks man 😀.
wow wow wow, best video I ever seen about Pyside2. Thank you for these kind of videos. I subscribe you and share your video with my friends. Thankyou again. I'll be back here soon👍👍👍👍
Thank you very much! This helps the channel a lot ❤
Eu nem me imaginava codar forms focados em python... depois dos videos dele com Morder Gui fui lá dei uma estuda.
muito bom e cada vídeo agrega muito.
Seria top um curso aprendendo do zero, nem que seja pago eu queria participar :)
Vlw mano, hahaha. Quem sabe no futuro se eu conseguir melhorar a didática e ter um tempo extra 😃
@@WandersonItsMe Fiz uma versão baseado na sua ~ muito bom vlw github.com/MrCl0wnLab/ProgressBarPyQT
@@INURLBrasil haha que legal mano, muito bom!!! Deixei aquela estrelinha lá. Bons estudos!
Love your breakdowns thanks for sharing 🙏🏾
Wow! this video is wonderful
Obrigado, my dude! That is so cool! :)
Muito bom o conteúdo. +1 inscrito e +1 follower no GH. Excepcional o design das suas interfaces, já tava cansado de procurar UI em Python e só achar o mesmo exemplo de calculadora no Tkinter. Mto obg por disponibilizar o código, tmj irmão
Vlw mano 😃. E sei bem como é isso, quando comecei a estudar Python até achei que era impossível criar aplicações com interface sem ser de Windows 98 haha. Saí estudando que loucos as bibliotecas até achar no PyQt5 e PySide2 a salvação para esse problema.
waohooo this is beautiful thanks again
that's art ngl
this video helped me a lot, thank you
Great video, thanks for sharing!
your videos help me to upgrade my work with more attractive and modern GUI thanks you.
SOGOE UI looks so cool, it's also used in windows morden apps.
Is default font of Windows 10 😀
Keep up the good designs
I thought qtwidgets were ugly but seeing your videos proves me otherwise
man this is great please make more tutorials on this
U're awesome!
LOVE IT ❤
Nice work !!
Keep it up!
you're awesome. Thanks a lot
You’re making really great jobs...
Thanks man 😀
Excellent job ! Be blessed !
Thanks man 😃
really superrrrrr thx for ur time
感謝您的教程🎉
Meh, this is absolute art. Subscribing.
Thanks for the vid
Fiz uma doação amigo. Abraços.
Muito obrigado mesmo aí Clebson pela força 😀
Fica muito bom. Vlw pela dica
This looks sick! Thanks for sharing ❤️❤️
how did you get view python code option in the form section
Gostei , ótima aula
This is great work! Thank you for the post. One challenge I've had in the past is trying to create an executable. Do you have a video that shows how to take your app done with pyside, qt designer and package it up for distribution?
I use AutoPyToExe, works fine and is Very simple to use.
Wanderson thank you for your response. I greatly appreciate it. I will give it a try. Just curious, will this only work for Windows? Do you recommend a Mac utility to distribute the app?
Is there a way to show a list of the packages in the load screen instead of windows?
TypeError: QWidget(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()): argument 1 has unexpected type 'SplashScreen' I get this error can you help me ?
this is so cool tnks
Why do I get attribute error even when I have already made the label?
It says - Attribute error: there is no Attribute label in MainWindow
I wanted to play gif in the label that I already created in the MainWindow
Can someone pls help me out
you are the best thank you 🎓🎓🎓🎓🎓
This is awesome. Can you do a video on how to install python gui's into windows system? I could be mistaken but I created a python gui database and when I created an exe of it and ran the database it is running off memory, or is using more system resources vs if you are able to install, I think.
love it bro
Hey! I'm so happy to see someone finally create these amazing modern UI's using QT!!!
One Question: is there any reason you compile the .UI files to .py files? Can the QUiLoader class be used for that as well? or does that limit functionality?
I convert in ".py" because with .UI a have a lot of problems with runtime, with .py all events works for me!
@@WandersonItsMe AWESOME! thanks for the super fast reply I'll do it that way as well then!
Am really greatful for these videos. Really great. I don't know if u cant make a video on making android apk apps
thanks for sharing really valuable, I've a question is there a way to resize a frameless window whithout using the QSizegrap and using the border of the Qframe, if you have any clue please let me know. Thank you.
With Qt Widgets I don't now 🙁, with Qt Quick is possible: ruclips.net/video/jKz_ESy8psQ/видео.html
Great video! But where do we put the code to initialize the system.?.. for example, loading the database data.
Ok, this is awesome. How much would I have to donate for you to kill the music loop and narrate this build, slowing down the pace and taking us through this? Some things weren't made for the good old muzak loop. This is one of them ;-) lol. I love it, if I had the money I'd pay you a full time salary to actually narrate / teach it as you are building it. If I could create a bumper sticker it would say "Death to the Muzak Loops on design videos"... lol, thanks, I'll have to slow it down 50%, bump my quality up so I can see it better, and mute it.
Hi, do you know how can I use QTimeLine to create a SplashScreen? I mean, in one of your videos you have a SplashScreen with TimeLine but it was created with QtQuick and I'm trying to do the same but with Qt Designer and PySide6. Any idea of how to do that?
Thanks!
Hi, how are you, thank you for sharing your knowledge, can you tell me how I can disable the title bar in PQT5, Please?
Sir is it possible to add music playing in the background of the splash screen when it startsup..?
Please do make one video on adding music playing in background of the splash screen..
Your all videos are great 👍👍
I like all the projects you make..👍👍
Thank you
Thanks a million!!!
Bro, I am becoming your fan day by day. Please upload some beginner tutorial bro. Like how we can get something input form user and work with that input. Please, bro. We are with you bro. 😃
As soon as I have some extra time I'll be recording others videos 😀
@@WandersonItsMe Thank you bro.
I just completed a encryption and decryption software myself in Python. I also designed a GUI in Tkinter. But it looks very classic. I want to make it modern and I came to know about QT Designer and downloaded it.
Now I am looking for a beginner level QT Designer tutorial. Basically how to get user input and work with this input in QT. Scene transition etc.
I am awaiting for your those type of videos bro. Thank you bro. You are doing very insane jobs.
Now this is something
Can we use IDLE instead of pyside 2??
Cara, na hora que coloco o código self.timer.timeout o programa já se perde todo. Tem algo que faltou importar é não estou enxergando? Desde já muito obrigado!
When you use a loading screen just because it looks good 😓
haha splash screen can be useful, like check by modules, check for update, recent files opened...
Nice
I can't seem to find the view python code option in the Qt Designer is there a plugin or package for that?
Is Qt Designer PySide2 version, this version have a option to export as Python. Install PySide2 and check in the installation folder.
@@WandersonItsMe No I was hoping to get PyQt5 code, Will try with PySide2
Hey! You have awesome styling lesson. By the way, which Atom plugin do you use in this tutorial (it shows all method available while you typing)?
Thank you very much. It's an OBS plugin, not Atom. It shows everything that was typed.
@@WandersonItsMe Thank you for answering! But I meant Atom plugin that suggests you class' methods (i.e. when you type Qt.s it shows you the menu with methods and attributes (Qt.show(),Qt.select() etc)
@@richarddoggies3038 I use in Atom: Atom-Python-Run, Ide-Python and Script plugins.
thank you so much
Hey, copied your main file but can`t run the code due to: "Parameter 'parent' unfilled " in the classes and "Unexpected argument " in sys.agv. Why is that?
stackoverflow.com/questions/36088269/what-is-sys-argv-used-for-in-python-pyqt4
@@WandersonItsMe Hey. I have a lot of errors although I made step by step according to your clip. These are the main probs: "Parameter 'parent' unfilled " and a lot like this one: "Unresolved attribute reference 'dropShadowFrame' for class 'Ui_Splashscreen' ".
@@hasson2349 Compare your code with what I posted on Github:
github.com/Wanderson-Magalhaes/Splash_Screen_Python_PySide2
It must be a typo or missing variable
Hi, love the video,
I just have a problem: I don't have the button that allows me to see the code of the window I just created, do you know where does that come from ?
Can I use this in tkinter
Que sistema operacional você usa?
Eu uso Windows
Thanks
on pyqt6 i cant see WA_TranslucentBackground. do you know where can i find it?
Any good books or tips ? I been trying to use pyqt5 for while but have trouble when it comes to putting actual code onto the gui
Hi 😀, unfortunately I don't know about books of PyQt5 or PySide2. I learned by reading the official Qt Company documentation, Stackoverflow and adapting video from C++ to Python.
Thanks for the quick response! I finally got your program running on Pycharm. Will take a look at it and learn from there! Subscribed! Can’t wait for more content
There are a few books on PyQt5 and POyQt6 that you can purchase . A few of them are as follows:- Create Gui Applications with Python & Qt5 and Qt6 both by Martin Fitzpatrick. The author also has a PySide edition of Qt5
I appreciate this, but how practical is it? Actually loading things behind the scenes and providing visual feedback (eg "loading a database" and "loading the ui") is a lot more complicated and not possible without major rewrites. I was hoping to learn about threading and signals/slots here.
Fala irmão! Tranquilo? Ótimo video, mas poderia me ajudar com uma questão?
Traceback (most recent call last):
File "main.py", line 188, in
window = SplashScreen()
File "main.py", line 133, in __init__
self.ui.setupUi(self)
File "C:\python\ui_splash_screen.py", line 15, in setupUi
self.centralwidget = QtWidgets.QWidget(SplashScreen)
TypeError: QWidget(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()): argument 1 has unexpected type 'SplashScreen'
Deu esse erro e não sei como contorná-lo, ja que o erro vem do arquivo produzido pelo 'pyuic5'. Consegue me dar uma ajuda?
I didn't have that view in python code option so how can i add that
Only Qt Designer PySide version have this option, see in this video: ruclips.net/video/9DnaHg4M_AM/видео.html
Is there anyway you make a tkinter gui that modern and good? because my whole application is made with tkinter, if there is, please make a video about it, thanks :)