Python QT Charts | Creating And Customizing Charts | Graphs | Pyside | PyQt | Interface Design #1

preview_player
Показать описание
Design a beautiful interface then add and animate QT Charts and graphs using:
Qt Designer
PySide/PyQt
QT Custom widgets module
CSV file to read charts/graphs data
Json file to Style and animate the UI

This tutorial is useful for your data science project, data presentation, and analysis.

In this part #1 we are going to design the user interface in QT Designer then in part 2, we'll add the charts/graphs and also read, analyze and present CSV data.

Download the updated source code with dark and light theme settings

#dataScience #qt #charts #graphs #GUI #modernDesign #python

-----------------------------------------------------------------------------------------------------------------------------------------
MAKE YOUR CONTRIBUTIONS
--------------------------------------------------------------------------------------------------------------------------------------
Send Me A Cup Of Coffee
Support Me
I use Payoneer to send and receive money online:
-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

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!

pavelstambul
Автор

дякую бро, дуже крутий туторіал, дуже допоміг)

eleberet
Автор

Sub for part 2.
Updated source code with dark and light theme settings

SpinnTV
Автор

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❤️

chauhandharmraj
Автор

Thank you Hemesi, it was very helpful for me and I am waiting for the second part.

manjunathneelmath
Автор

how do i get the images, icons and other additional files, someone help please!!

PapisShow
Автор

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...

yohanprakoso
Автор

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?

theoneandonly
Автор

thanks Sir, i'm learning a lot thanks to your videos.

lassinaouattara
Автор

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.

bilenbaris
Автор

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!!

emanueleraggi
Автор

Thank so much bro, this is a rich content

ryanantonio
Автор

That's a perfect job bro 👍 thanks

DevBossMa
Автор

i was downloaded QTDesigner . But its Statndard Windows theme. Wyh in this video its dark ?
How can i do Dark ?

serkankrks
Автор

Thank you for your video. would you mind to tell me how to change qt designer ide into dark mode??

razouren
Автор

why does layout alignment option sometimes not appear in my case ?

abdelrahmanyousef
Автор

Hi bro. Thanks for you kind explanation. I have a question. How can I change the font color of the labels and widgest?

withus_ontrip
Автор

What is the OFL.txt file in the font folder is for? is it nessesary?

nabeelsaifoo
Автор

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

pratikbarve
Автор

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?

luiscruz