Really appreciate for the tutorial! Thank you very much. If I am not mistaken there is a little error in the video on 26:45 - resources transformation to Python file. Actually we use PySide6 so something might be changed since PySide2 time. It has been used command "pyrcc5 resources.qrc -o resources_rc.py" instead of "pyside6-rcc resources.qrc -o resources_rc.py" As result there is a wrong string in the "resources_rc.py" file "from PyQt5 import QtCore". As result icons cannot be seen in the running form. The right string in "resources_rc.py" file is "from PySide6 import QtCore" which generated via "pyside6-rcc resources.qrc -o resources_rc.py" command makes all resources visible. (In PySide2 case the string would be "from PySide2 import QtCore" if I am not mistaken). Thank you again for your work!
Sub for part 2. Download the source code www.patreon.com/posts/54387662 Updated source code with dark and light theme settings www.spinncode.com/designs/7L2t5aUL# www.patreon.com/posts/68317290
Hello, this is really useful as I'm trying to work on a desktop app with the purpose of analyzing water quality, mostly their parameters, nitrate and phosphate. One question,how can I make it so that I offer the user to upload sample's parameters, which will then generate the graphs and perhaps save them seperately in case the user wants to analize another samble or maybe check he sample's data. Also, are there any additional libraries could you recommend me? Like matplotlib?
What a beautiful content deliver by you.. you video always inspire me to work hard and hard... big fan sir.. very soon i send you a "Cup Of Coffee". Have a great day sir. Love from India❤️
Thank you for this tutorial and all your efforts! It is great and super helpful! I was wondering if it would be possible to add a treeview too to select the type of the chart and/or maybe a legend in graph? Thanks if you can and I look forward to the next development of this interface!!
What python version did you have? I'm currently using pYthon 3.12 but it says that I cant use PySide2 and some sites tell me that it can only run on Python 3.7. Do i have to download the python version for it to run?
@@SpinnTV Oh I see, and is PySide6 the same as PySide2? And can it work with PyQt5? Unfortubately, QTDesigner only supports PyQt5 and I don't think i have enough time to convert my PyQt5 file into PyQt6 lol
@@luiscruz2595 Look for qt designer inside pyside6 folder after you install pyside6, it generates pyside6 code or you can use pyside6 rcc, ask gpt for further help
The best Qt Tutorial ever.... 1000x likes if I can...❤❤❤❤❤❤❤❤ Anyway, where can I get the style sheet you are using in the tutorial? Once again, thanks for such a great effort to create this video...
Thank you so much for this tutorial. you just saved a soul. However, I am getting this error when i try to run the program from my VScode IDE, ModuleNotFoundError: No module named 'Custom_Widgets', what do i do?
Great sir!! Sir I have one question, can we update all this chart after some seconds or after some mouse/button click? if yes,how?It would be better if you can make short video on that
Great tutorial! I'm running in to an issue where the main.py file runs but it doesn't load any of the resources (icons etc.). Would appreciate any help!
Your channel is a real treasure !
Thanks!!
Really appreciate for the tutorial! Thank you very much.
If I am not mistaken there is a little error in the video on 26:45 - resources transformation to Python file. Actually we use PySide6 so something might be changed since PySide2 time.
It has been used command "pyrcc5 resources.qrc -o resources_rc.py"
instead of "pyside6-rcc resources.qrc -o resources_rc.py"
As result there is a wrong string in the "resources_rc.py" file "from PyQt5 import QtCore".
As result icons cannot be seen in the running form.
The right string in "resources_rc.py" file is "from PySide6 import QtCore" which generated via
"pyside6-rcc resources.qrc -o resources_rc.py" command makes all resources visible.
(In PySide2 case the string would be "from PySide2 import QtCore" if I am not mistaken).
Thank you again for your work!
I appreciate your feedback
Best Qt Tutorial ever seen
Thank you ☺️
дякую бро, дуже крутий туторіал, дуже допоміг)
Great! Thanks from Russia
Our pleasure! Спасибо тоже
Sub for part 2.
Download the source code www.patreon.com/posts/54387662
Updated source code with dark and light theme settings
www.spinncode.com/designs/7L2t5aUL#
www.patreon.com/posts/68317290
Great tutorial, great music!!
Thank you
Thank you Hemesi, it was very helpful for me and I am waiting for the second part.
Glad to hear that
best Qt tutorial !
Wow, thanks!
thanks Sir, i'm learning a lot thanks to your videos.
Glad to hear that
Thank so much bro, this is a rich content
Glad you think so!
how do i get the images, icons and other additional files, someone help please!!
feather icons .com
You are a genius :OOO
Hello, this is really useful as I'm trying to work on a desktop app with the purpose of analyzing water quality, mostly their parameters, nitrate and phosphate. One question,how can I make it so that I offer the user to upload sample's parameters, which will then generate the graphs and perhaps save them seperately in case the user wants to analize another samble or maybe check he sample's data.
Also, are there any additional libraries could you recommend me? Like matplotlib?
For libraries, QT charts and matplotlib and pandas are enough for me. For user file upload you can use QFileDialog
That's a perfect job bro 👍 thanks
Thank you too!
What a beautiful content deliver by you.. you video always inspire me to work hard and hard... big fan sir.. very soon i send you a "Cup Of Coffee". Have a great day sir. Love from India❤️
So nice of you, thanks a lot!
What is the OFL.txt file in the font folder is for? is it nessesary?
It was attached by the font provider, you can open and read it
Thank you for this tutorial and all your efforts! It is great and super helpful! I was wondering if it would be possible to add a treeview too to select the type of the chart and/or maybe a legend in graph? Thanks if you can and I look forward to the next development of this interface!!
Great suggestion! But unfortunately I have already recorded the tutorial, but I will mention this.
How to add graph?
why does layout alignment option sometimes not appear in my case ?
U don't why but closing and reopening the ui should solve that problem
@@SpinnTV that works,
thanks
Thank you for your video. would you mind to tell me how to change qt designer ide into dark mode??
In this video I am using linux Manjaro os
Wow 👍👍👍
so useful, thanks
i was downloaded QTDesigner . But its Statndard Windows theme. Wyh in this video its dark ?
How can i do Dark ?
Am using Linux Manjaro OS
What python version did you have? I'm currently using pYthon 3.12 but it says that I cant use PySide2 and some sites tell me that it can only run on Python 3.7. Do i have to download the python version for it to run?
I think I used (3.7). But you can update the code to Pyside6
@@SpinnTV Oh I see, and is PySide6 the same as PySide2? And can it work with PyQt5? Unfortubately, QTDesigner only supports PyQt5 and I don't think i have enough time to convert my PyQt5 file into PyQt6 lol
@@luiscruz2595 Look for qt designer inside pyside6 folder after you install pyside6, it generates pyside6 code or you can use pyside6 rcc, ask gpt for further help
@@SpinnTV thanks! Oh and btw, did you generate the code with PySide6? I managed to generate mine with PyQt5. Is that acceptable?
Where did you get your icons?
Search for feather icons
How to get this black frame?
your videos are awesome.I have to as though> how can i change my qt designer to dark mode like yours?
I have that video on my channel, check it out
@@SpinnTV sweeet
The best Qt Tutorial ever.... 1000x likes if I can...❤❤❤❤❤❤❤❤
Anyway, where can I get the style sheet you are using in the tutorial?
Once again, thanks for such a great effort to create this video...
In the description
@font-face {
font-family: NovaFlat;
src: url(/fonts/Nova_Flat/NovaFlat_Regular.ttf) format("truetype"):
}
*{
color:#fff;
font-size:12px;
border: nine;
background: none;
}
#centralwidget{
background-color: rgb(33, 43, 51);
}
#left_menu_widget, #percentage_bar_chart, #nested_donuts,
#line_charts, #bar_charts, #temperatura_bar_chart
{
background-color: rgba(61, 80, 95, 100);
}
#header_frame, #frame_3, #frame_5{
background-color: rgb(61, 80, 95);
}
#frame_4 QPushButton{
padding: 10px;
border-radius: 5px;
background-color: rgba(33, 43, 51, 100);
}
#frame_11 QPushButton{
background-color: rgb(61, 80, 95);
border-radius: 15px;
border: 3px solid rgb(120, 157, 186);
}
#frame_11 QPushButton:hover{
background-color: rgb(120, 157, 186);
}
Hi bro. Thanks for you kind explanation. I have a question. How can I change the font color of the labels and widgest?
Hey man, don't know if it was intended or not but video is 360p res only. Thanks for all the qt tutorial videos, i learned a lot.
Hello, the full resolution is in 4k, youtube is still processing the video. Please check back later
is pyqt is free for commercial use?
Thank you so much for this tutorial. you just saved a soul. However, I am getting this error when i try to run the program from my VScode IDE,
ModuleNotFoundError: No module named 'Custom_Widgets', what do i do?
install it, check the link in description
@@SpinnTV Thanks a lot. But is it compatible with PySide6?
@@patrickenenchesk yes
Great sir!! Sir I have one question, can we update all this chart after some seconds or after some mouse/button click? if yes,how?It would be better if you can make short video on that
Yes, you can. I will try and make that video
How to make a dark theme in Qt Desinger?
Great tutorial! I'm running in to an issue where the main.py file runs but it doesn't load any of the resources (icons etc.). Would appreciate any help!
Noticed my mistake was that I was importing PySide6 on the ui_interface.py file rather than PySide2
whata version u using qtdesinger give how to install
I guess you want the dark mode, Am running QT designer on a Linux manjao OS with dark mode.
@@SpinnTV some widgets are missing lke kuserlabel what version u using
@@ArunKumar-sg6jf Ill check, but it comes pre-installed in Linux Manjaro, so you might have to install Linux manjaro OS
Epic :d
Thanks🙌