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.
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! 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👍👍👍👍
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.
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?
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.
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?
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?
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.
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.
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 ?
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!
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 :)
Love the video. I keep getting this error Python\Python37-32\lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ValueError: source code string cannot contain null bytes
man, why i got message: "Traceback (most recent call last): File "C:\Users\vital\Documents\defaul\main.py", line 6, in from PySide2.QtWidgets import QApplication, QWidget ModuleNotFoundError: No module named 'PySide2'" I am trying to run my project from QtCreator :(
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
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.
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
Without uttering a word, you made the UI beautiful...
Thank you for this video
Only youtuber who is teaching to create modern UIs in Qt.
Where was your video while I was learning about GUI
it's the completely perfect thing I was looking for
YEHHH, fico muito feliz vendo Brasileiro mandando bem Assim, Vlw pelo inspiração!!
Vlw mano, tamo junto 😁!
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!
Bro i was looking for something like this a long time ago, thank you so much
One of the Best GUI Coders on UA-cam by FAR For Both C# and Python , Much Love Mate ❤ Cheers
spectacular as usual
we need some more video tutorial like this for some more layout . That is great!
sir u r a total genius
awesome... set reminder for today's video
Great Color Combination
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
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. 😀
that's art ngl
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
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!
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.
I love it... So amazing 😍
Holy... :) Nice work.
Amazing, congrats @Wanderson
Thank you man ❤
o brabo tem nome
your videos are to notch , wanderson
your videos help me to upgrade my work with more attractive and modern GUI thanks you.
Wow... Thanks Wanderson ! 2020 Usefull !!
thanks for my first splash screen
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 ❤
That's the best tutorial I've seen in a while. Great job dude, keep it up!
Thank you very much ❤
LOVE IT ❤
SOGOE UI looks so cool, it's also used in windows morden apps.
Is default font of Windows 10 😀
I thought qtwidgets were ugly but seeing your videos proves me otherwise
Wow! this video is wonderful
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.
Love your breakdowns thanks for sharing 🙏🏾
waohooo this is beautiful thanks again
U're awesome!
This looks sick! Thanks for sharing ❤️❤️
Keep up the good designs
Obrigado, my dude! That is so cool! :)
感謝您的教程🎉
man this is great please make more tutorials on this
Great video, thanks for sharing!
Thanks for the vid
Keep it up!
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 ?
you're awesome. Thanks a lot
this video helped me a lot, thank you
really superrrrrr thx for ur time
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’re making really great jobs...
Thanks man 😀
Excellent job ! Be blessed !
Thanks man 😃
Nice work !!
Meh, this is absolute art. Subscribing.
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?
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!
this is so cool tnks
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..👍👍
love it bro
Fica muito bom. Vlw pela dica
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.
Am really greatful for these videos. Really great. I don't know if u cant make a video on making android apk apps
Gostei , ótima aula
Thanks!
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?
Great video! But where do we put the code to initialize the system.?.. for example, loading the database data.
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?
Is there a way to show a list of the packages in the load screen instead of windows?
Thank you
Nice
Thanks a million!!!
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.
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: ua-cam.com/video/jKz_ESy8psQ/v-deo.html
how did you get view python code option in the form section
Fiz uma doação amigo. Abraços.
Muito obrigado mesmo aí Clebson pela força 😀
Hi, how are you, thank you for sharing your knowledge, can you tell me how I can disable the title bar in PQT5, Please?
Now this is something
you are the best thank you 🎓🎓🎓🎓🎓
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...
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 ?
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!
Thanks
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?
on pyqt6 i cant see WA_TranslucentBackground. do you know where can i find it?
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 :)
Love the video. I keep getting this error
Python\Python37-32\lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ValueError: source code string cannot contain null bytes
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
thank you so much
man, why i got message:
"Traceback (most recent call last):
File "C:\Users\vital\Documents\defaul\main.py", line 6, in
from PySide2.QtWidgets import QApplication, QWidget
ModuleNotFoundError: No module named 'PySide2'"
I am trying to run my project from QtCreator :(
@Jimmy Dugan me too (((
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
Can we use IDLE instead of pyside 2??
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.
i got this error :
C:\Python39\Lib\site-packages\PySide6\bin\uic is not working ???
Capo.
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: ua-cam.com/video/9DnaHg4M_AM/v-deo.html