Because some problems with copyright of music some pieces are without sound. Unfortunately, some people release music without copyright and right after having a lot of people using it, they apply copyright.
I love this channel! Always wanted to make clean UIs in Python with Qt but never knew how to maximise Qt Designer's/Creator's potential - thank you very much!
One of the best tutorials I've seen so far about python UI. I could see enormous flexibility for UI development with Pyside and Qt designer. This video opened my mind. The guy built a process bar from scratch with a nice, modern design that is not a standard tool widget. It was that level of creative flexibility I was looking for. Being able to create my own graphical components. Gained another follower.
Every PyQt/PySide programmer must subscribe this channel! Thank you very very much Wanderson, you showed us the power of Qt and taught us how to unleash it in our application!
Bro, you are soo good in your job. No doubt, your contents are the best i found on youtube for user interface design and code (python). Salutes from Turkey
Great performance with this tutorial. Please continue helping us with Pyside2/QtDesigner tutorials, dashboards, blur effects and so on. Thank you always!!!!!
Thank you Wanderson. I've been watching your videos as I'm making my 2nd QT GUI via PyQT. Your UI's look modern and very nice. This is the first video I believe that has some instructions from you. Can you please do more tutorials with even more comments and explanations?
Thank you very much Christopher! This is the third video I think with explanations. The problem is only editing time, I stayed all Saturday to produce this video and unfortunately I'm very busy lately, but I will always try to make videos like this! 😀
@@WandersonItsMe I have to say. This interface looks incredible. So much so that I'm going to mute my sound, step through it, and learn it. This says a LOT considering the one thing I HATE in any video, programming, 3d printing, making, engineering is the video with endless music looping behind it. I know, I know, I'm getting old but, especially with a subject like this? Us geeks (yeah, I prolly should'nt speak for everyone) love the meaty details, the "I decided to do this because of this" stuff so much that not having the creators narration behind it? DRIVES ME INSANE! LOL! So there you go, the content looks so damn amazing I'm going to mute the nose (sorry to the creators of the music, but please) and work through it. That said, I agree, the editing, with voice makes these things herculean. So I understand. Thank you for your great work and more so, for sharing it with us. Namaste.
I never knew you could add the direct conversion to py file inside pyqt5. I always converted them manually via cmd. Thank you! I learned a lot from this.
Magnifique. Félicitation. I try your code with qt design and pyqt5 it works. English is so hard. Lorsque tu avais la première vidéo du circular progress bar avec le Qframe. Après j'avais voulu essayé mais je n'avais pas compris comment fonctionnait le border-radius . Du coup je n'avais pas réussi. Thanks you now you make animation in circular progress bar. Merci, courage
English is hard for me too! I didn't understand your question in French 😕 If it is something related to the gradient in CSS, do some studies until you can better understand the whole process.
but what if i want to actually have something loading rather than just pretending to load. in this example the main window starts loading after the loading bar is full
very cool, thanks for your time and effort here. I do have a question, when i run this code the initial window is too small and the page does not render well . Any pointers on how to set the size of the initial window.
Amazing job as always! You are an inspiration. I appreciate the strong graphic design implementation with Python. Question, will you posting the video solution that shows the process on accomplishing the homework?
Hello Wanderson, Im also programming python. Im trying to learn PySide2 and PyQt5. I need help with plotting Matplotlib graphs. Do you know how to plot with Matplotlib in PySide2 App? Great Video!
if you want to display graphics try to study Q Graphics there, it generates graphics natively in Qt, maybe I can take the ones from that module and send them to Qt. unfortunately I am not able to produce anything about python these days, I am creating an application on spare time that is consuming all my free time.
I have input data of steering and acc. From the controller, but GUI takes the initial value and closes. How to update the values continuously, tried for and while loop but doesn't work.
Hi wanderson. Is it possible to make a datagridview like in asp.net/wpf with custom controls that we add as template columns in pyside2 table? A tutorial on it would be great!
Hello thanks for your tutorials. I'm new in python and QT and not understand something... I want to synchronise a gauge with an external value. I already have a code for an arduino communication, i use your tutorial to build a GUI but i'm not understanding how to combine my both code to move the gauge with an arduino value. In my understanding the gauge code make a loop inside "class mainwindows". How can i call my communication code? Thanks in advance for your help Sorry for my English it's not my native language too😉
Thank you! Thanks to your efforts, I found hope. But I can't find the 'view python code, in QT designer. I couldn't find the 'view python code' in Qt designer even if I installed it again. Please, Help me.
When you install PySide2 it installs that version of Qt Designer that has the option to export in Python. The installation is in the active Python folder. (pip install pyside2 == 5.14.2.2)
how can I make to output print wich letter wit different colors? Ex: if I put inside the input de letter "a" output print "b" RED if i put "c" output print "z" blue and, if write a text and my text have the letters "b" and "z"... b will print RED, and z will print blue like "BAZINGA"
I'm enjoying your content and it helps me a lot. If possible, I would like to know the core code of Progress bar. My development language is c++. If you can buy the core code, please let me know how to contact you. Thank you!
@@WandersonItsMe eu fazia isso com o Glade, mas depois que vi as possibilidades do Qt fiquei mais interessado nas possibilidades dele, e tu tem mostrado umas muito interessantes.
Your all videoa are amazing. There is a software named "Trillium Security MultiSploit Tool" can we make interface like this in python. If you agree, can you please make a video on it. Thanks
The design is good. But the python code.. let's just say there is room for improvements But thanks for the starting point. It's been a while since I used qt the last time.
Hello Wanderson, I have been following you for a long time. Currently, I have a small project at my company, but I'm struggling with UI design. Can you help me with the design? I am willing to pay you for your services. My design requirements are not difficult, so I hope you can assist me. Thank you
Because some problems with copyright of music some pieces are without sound.
Unfortunately, some people release music without copyright and right after having a lot of people using it, they apply copyright.
Thank you som much can you have any idea about how we can creat Gauge with Qt designer and use it on Gui withe python
I love this channel! Always wanted to make clean UIs in Python with Qt but never knew how to maximise Qt Designer's/Creator's potential - thank you very much!
One of the best tutorials I've seen so far about python UI. I could see enormous flexibility for UI development with Pyside and Qt designer. This video opened my mind. The guy built a process bar from scratch with a nice, modern design that is not a standard tool widget. It was that level of creative flexibility I was looking for. Being able to create my own graphical components. Gained another follower.
Every PyQt/PySide programmer must subscribe this channel!
Thank you very very much Wanderson, you showed us the power of Qt and taught us how to unleash it in our application!
Bro, you are soo good in your job. No doubt, your contents are the best i found on youtube for user interface design and code (python). Salutes from Turkey
Thanks man 😃. Salutes from Brazil!
Great performance with this tutorial. Please continue helping us with Pyside2/QtDesigner tutorials, dashboards, blur effects and so on. Thank you always!!!!!
Thank you very much Adriana. 😃
Awesome man! Continue the pyside2 series like this. Thanks for the tutorial!
Thank you man! 😀
Thank you , great video!!! looking forward to some more qt videos using the different widgets available. # lets control the world!
Hello Teacher!!! Thanks for helping us to improve our knowledge about PySide2!!!
Thank you very much. I hope this video can help a little bit 😃
Outstanding Tutorial !!!!, details about QtDesigner use, THANKS !!!!!!!!!!!!
Thank you Wanderson. I've been watching your videos as I'm making my 2nd QT GUI via PyQT. Your UI's look modern and very nice. This is the first video I believe that has some instructions from you. Can you please do more tutorials with even more comments and explanations?
Thank you very much Christopher! This is the third video I think with explanations. The problem is only editing time, I stayed all Saturday to produce this video and unfortunately I'm very busy lately, but I will always try to make videos like this! 😀
@@WandersonItsMe I have to say. This interface looks incredible. So much so that I'm going to mute my sound, step through it, and learn it. This says a LOT considering the one thing I HATE in any video, programming, 3d printing, making, engineering is the video with endless music looping behind it. I know, I know, I'm getting old but, especially with a subject like this? Us geeks (yeah, I prolly should'nt speak for everyone) love the meaty details, the "I decided to do this because of this" stuff so much that not having the creators narration behind it? DRIVES ME INSANE! LOL! So there you go, the content looks so damn amazing I'm going to mute the nose (sorry to the creators of the music, but please) and work through it. That said, I agree, the editing, with voice makes these things herculean. So I understand. Thank you for your great work and more so, for sharing it with us. Namaste.
I never knew you could add the direct conversion to py file inside pyqt5. I always converted them manually via cmd. Thank you! I learned a lot from this.
Is very interesting, but convert using PySide2, you need to change the modules if you use PyQt5 at header
Amazing hot reload, I love your tutorials bro
It would be great if you show qtable widget project. Data should be retrieve from backed like SQL or any dB and show in the qtable.
Amazing! Many Thanks for your time and effort.
Thank you very much 😀
Wow !!! Thank you so much! Expecting more .... :-)
Thank you very much! 😀
By the Way: I like a lot the music that you are using in the TUTORIALS !!!!!!!!
Well, that was fantastic, you got yourself a subscriber!
That was beautiful keep going your the best 😘
Amazing I didn't know how to use qt designer and you showed me how
Thanks Man 😍 for your tutorial s
Magnifique. Félicitation. I try your code with qt design and pyqt5 it works. English is so hard. Lorsque tu avais la première vidéo du circular progress bar avec le Qframe. Après j'avais voulu essayé mais je n'avais pas compris comment fonctionnait le border-radius . Du coup je n'avais pas réussi. Thanks you now you make animation in circular progress bar. Merci, courage
English is hard for me too! I didn't understand your question in French 😕
If it is something related to the gradient in CSS, do some studies until you can better understand the whole process.
but what if i want to actually have something loading rather than just pretending to load. in this example the main window starts loading after the loading bar is full
Great usage example!Highly appreciated! Thumbs up += 10
Great video! Thanks.
Finally the tutorial !!!! Appreciated
very cool, thanks for your time and effort here. I do have a question, when i run this code the initial window is too small and the page does not render well .
Any pointers on how to set the size of the initial window.
Obrigado, parabéns pelo trabalho!
Vlw mano :D
That stuff is awesome
Amazing job as always! You are an inspiration. I appreciate the strong graphic design implementation with Python. Question, will you posting the video solution that shows the process on accomplishing the homework?
I am very happy to see the number of people that I have been able to help with these videos ❤
no module named ui_splash_Screen ?
it is so beautiful and Professional
Hello Wanderson, Im also programming python. Im trying to learn PySide2 and PyQt5. I need help with plotting Matplotlib graphs. Do you know how to plot with Matplotlib in PySide2 App? Great Video!
Hi man, unfortunately I never be used Matplotlib before 😕
Wanderson ok, may you try? For a ver basic plot from google? I’m stuck on it for very long time.
if you want to display graphics try to study Q Graphics there, it generates graphics natively in Qt, maybe I can take the ones from that module and send them to Qt. unfortunately I am not able to produce anything about python these days, I am creating an application on spare time that is consuming all my free time.
Wanderson oh well, thanks for answering! :) if you have any time to try, it would be great
Can you plz give the name of the music at 23:09
Nice, thanks a lot!
Where do you copy and paste the code from
Hello, thank you for this tutorial, I have a question, Does it make a difference in our project to use PyQt5 instead of Pyside2?
Yes, for Qt Quick PySide2 have different classes, but works the same way.
@@WandersonItsMe Thanks, do you think it is better to use PySide2 with QML instead of PySide2 with CSS?
😍🖤
I have input data of steering and acc. From the controller, but GUI takes the initial value and closes. How to update the values continuously, tried for and while loop but doesn't work.
I am unable to change the geometry of frame. Can you please help me with that?
@Wanderson maybe you know why I cant resize main application window with mouse ?
another masterpiece
Amazing channel!
Can I implement this for to present the progress of a CASE_LIST script in Python 2.7??
could you leave a link?
Hi wanderson. Is it possible to make a datagridview like in asp.net/wpf with custom controls that we add as template columns in pyside2 table? A tutorial on it would be great!
Yes, it is possible! But it is a very long process, maybe in the future I will be able to produce something.
is it okay if i use PyCharm ide instead of atom? btw I'm a beginner
hi I am from brazil I like video ty
Olá, seja bem vindo. Também sou brasileiro! 😃
@@WandersonItsMe se nao ensina como criar tipo gerador de key pra usa programa com tempo eu coloca ? 30 dias 10 dias quanto eu quiser pro cliente?
how do you get the view in python code?
cool
Hello thanks for your tutorials.
I'm new in python and QT and not understand something...
I want to synchronise a gauge with an external value.
I already have a code for an arduino communication, i use your tutorial to build a GUI but i'm not understanding how to combine my both code to move the gauge with an arduino value.
In my understanding the gauge code make a loop inside "class mainwindows". How can i call my communication code?
Thanks in advance for your help
Sorry for my English it's not my native language too😉
nice , let try it with just border and hiding the body, :D
i have a probleme in value
Thank youuuu!!
This is a new option to create Circular Progress Bar: ruclips.net/video/E7lhFwcDpMI/видео.html
Thank you! Thanks to your efforts, I found hope. But I can't find the 'view python code, in QT designer. I couldn't find the 'view python code' in Qt designer even if I installed it again. Please, Help me.
If I Use 'cmd -x,-o', my python code(using same ui file(splash_screen.ui)) is diffrent your code(splash_screen.py)
When you install PySide2 it installs that version of Qt Designer that has the option to export in Python. The installation is in the active Python folder.
(pip install pyside2 == 5.14.2.2)
how can I make to output print wich letter wit different colors?
Ex: if I put inside the input de letter "a" output print "b" RED
if i put "c" output print "z" blue
and, if write a text and my text have the letters "b" and "z"... b will print RED, and z will print blue like "BAZINGA"
Cannot download - Most videos do not have a download link
Description of video have Github link!
@@WandersonItsMe I know, thank you, I meant that the video file you uploaded could not be downloaded. Because my internet speed is low!
@@elnaazikhanmohammdi4373 I understand
I'm enjoying your content and it helps me a lot.
If possible, I would like to know the core code of Progress bar. My development language is c++. If you can buy the core code, please let me know how to contact you. Thank you!
how can I get that plugin ! on task bar on your qt Designer: its written as "view python code" or howcan I get your qt Designer setup?
Is Qt Designer PySide2 version, just to install de module and check in the Python folder.
Cara, como tu aprendeu essas coisas do Qt?
Mano foi lendo a documentação, vendo uns vídeos de C++ e adaptando ao Python até ir conseguindo fazer as coisas.
@@WandersonItsMe eu fazia isso com o Glade, mas depois que vi as possibilidades do Qt fiquei mais interessado nas possibilidades dele, e tu tem mostrado umas muito interessantes.
can I get a copy of Qt Designer .exe setup please
Just install PySide2, Qt Designer comes with the module, it is inside the Python folder
@@WandersonItsMe I can't find it it's missing on my way designer
@@WandersonItsMe can you plizz send for me a link to download it , will really appreciate!
@@s.joseph406 pypi.org/project/PySide2/
Install with:
pip install PySide2
Folder:
PYTHON INSTALLATION\Lib\site-packages\QtDesigner\designer.exe
Start a patreon; I’ll pitch some funds in for pyside2 GUI videos 🤙🏽
Thanks you help plz start qt5/pyside2 course
TOP
Your all videoa are amazing. There is a software named "Trillium Security MultiSploit Tool" can we make interface like this in python. If you agree, can you please make a video on it. Thanks
Thank you very much and thanks for the tip!
two word : You awsome :)
The design is good. But the python code.. let's just say there is room for improvements
But thanks for the starting point.
It's been a while since I used qt the last time.
I'm not a programmer, the channel is just to show possibilities about modern design. Feel free to improve all codes 😃
Create APK please 🙏
Hello Wanderson, I have been following you for a long time. Currently, I have a small project at my company, but I'm struggling with UI design. Can you help me with the design? I am willing to pay you for your services. My design requirements are not difficult, so I hope you can assist me. Thank you
it would have been so better if you explain simultaneously (voice).
Who are you, NICEEEEE
Show
Let me covert your code to c++