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

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 78

  • @seghirissam2662
    @seghirissam2662 3 года назад +5

    Your channel is a real treasure !

  • @pavelstambul5319
    @pavelstambul5319 Год назад +2

    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!

    • @SpinnTV
      @SpinnTV  Год назад +1

      I appreciate your feedback

  • @sathyamech3226
    @sathyamech3226 2 года назад

    Best Qt Tutorial ever seen

    • @SpinnTV
      @SpinnTV  2 года назад

      Thank you ☺️

  • @eleberet
    @eleberet 2 года назад +2

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

  • @ДмитрийДобровлянский

    Great! Thanks from Russia

    • @SpinnTV
      @SpinnTV  3 года назад

      Our pleasure! Спасибо тоже

  • @SpinnTV
    @SpinnTV  3 года назад +2

    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

  • @manzuree9904
    @manzuree9904 Год назад +1

    Great tutorial, great music!!

  • @manjunathneelmath2104
    @manjunathneelmath2104 3 года назад +1

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

    • @SpinnTV
      @SpinnTV  3 года назад

      Glad to hear that

  • @ЕвгенийСпирин-ф8ю
    @ЕвгенийСпирин-ф8ю 2 года назад +1

    best Qt tutorial !

    • @SpinnTV
      @SpinnTV  2 года назад

      Wow, thanks!

  • @lassinaouattara1213
    @lassinaouattara1213 3 года назад +1

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

    • @SpinnTV
      @SpinnTV  3 года назад +1

      Glad to hear that

  • @ryanantonio4589
    @ryanantonio4589 Год назад +1

    Thank so much bro, this is a rich content

    • @SpinnTV
      @SpinnTV  Год назад

      Glad you think so!

  • @PapisShow
    @PapisShow Год назад +3

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

    • @SpinnTV
      @SpinnTV  Год назад

      feather icons .com

  • @JrZ929
    @JrZ929 4 месяца назад

    You are a genius :OOO

  • @theoneandonly2441
    @theoneandonly2441 8 месяцев назад +1

    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?

    • @SpinnTV
      @SpinnTV  8 месяцев назад

      For libraries, QT charts and matplotlib and pandas are enough for me. For user file upload you can use QFileDialog

  • @DevBossMa
    @DevBossMa 3 года назад +1

    That's a perfect job bro 👍 thanks

    • @SpinnTV
      @SpinnTV  3 года назад +1

      Thank you too!

  • @chauhandharmraj3536
    @chauhandharmraj3536 3 года назад +1

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

    • @SpinnTV
      @SpinnTV  3 года назад

      So nice of you, thanks a lot!

  • @nabeelsaifoo6012
    @nabeelsaifoo6012 2 года назад +1

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

    • @SpinnTV
      @SpinnTV  2 года назад +1

      It was attached by the font provider, you can open and read it

  • @emanueleraggi272
    @emanueleraggi272 3 года назад +5

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

    • @SpinnTV
      @SpinnTV  3 года назад

      Great suggestion! But unfortunately I have already recorded the tutorial, but I will mention this.

    • @tejeshwvardhan1165
      @tejeshwvardhan1165 2 года назад

      How to add graph?

  • @abdelrahmanyousef2237
    @abdelrahmanyousef2237 2 года назад +1

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

    • @SpinnTV
      @SpinnTV  2 года назад

      U don't why but closing and reopening the ui should solve that problem

    • @abdelrahmanyousef2237
      @abdelrahmanyousef2237 2 года назад

      @@SpinnTV that works,
      thanks

  • @razouren
    @razouren 6 месяцев назад +1

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

    • @SpinnTV
      @SpinnTV  6 месяцев назад

      In this video I am using linux Manjaro os

  • @feruzrajabboyev1835
    @feruzrajabboyev1835 2 года назад

    Wow 👍👍👍

  • @rezarst5734
    @rezarst5734 Год назад

    so useful, thanks

  • @serkankrks9071
    @serkankrks9071 11 месяцев назад +1

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

    • @SpinnTV
      @SpinnTV  11 месяцев назад

      Am using Linux Manjaro OS

  • @luiscruz2595
    @luiscruz2595 8 месяцев назад +1

    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
      @SpinnTV  8 месяцев назад +1

      I think I used (3.7). But you can update the code to Pyside6

    • @luiscruz2595
      @luiscruz2595 8 месяцев назад +1

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

    • @SpinnTV
      @SpinnTV  8 месяцев назад +1

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

    • @luiscruz2595
      @luiscruz2595 8 месяцев назад

      @@SpinnTV thanks! Oh and btw, did you generate the code with PySide6? I managed to generate mine with PyQt5. Is that acceptable?

  • @OhioValleyEV
    @OhioValleyEV 3 года назад +1

    Where did you get your icons?

    • @SpinnTV
      @SpinnTV  3 года назад

      Search for feather icons

  • @tejeshwvardhan1165
    @tejeshwvardhan1165 2 года назад

    How to get this black frame?

  • @franklinmchana4955
    @franklinmchana4955 2 года назад +1

    your videos are awesome.I have to as though> how can i change my qt designer to dark mode like yours?

  • @yohanprakoso6908
    @yohanprakoso6908 3 года назад +1

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

    • @SpinnTV
      @SpinnTV  3 года назад

      In the description

  • @institutocunhaconsultoriat4951
    @institutocunhaconsultoriat4951 2 года назад +3

    @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);
    }

  • @withus_ontrip9324
    @withus_ontrip9324 2 года назад

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

  • @bilenbaris97
    @bilenbaris97 3 года назад +1

    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.

    • @SpinnTV
      @SpinnTV  3 года назад +1

      Hello, the full resolution is in 4k, youtube is still processing the video. Please check back later

  • @PANDURANG99
    @PANDURANG99 2 года назад

    is pyqt is free for commercial use?

  • @patrickenenchesk
    @patrickenenchesk 2 года назад +1

    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?

    • @SpinnTV
      @SpinnTV  2 года назад

      install it, check the link in description

    • @patrickenenchesk
      @patrickenenchesk 2 года назад +1

      @@SpinnTV Thanks a lot. But is it compatible with PySide6?

    • @SpinnTV
      @SpinnTV  2 года назад +1

      @@patrickenenchesk yes

  • @pratikbarve887
    @pratikbarve887 3 года назад

    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

    • @SpinnTV
      @SpinnTV  3 года назад

      Yes, you can. I will try and make that video

  • @ОлегПаламарчук-в9у
    @ОлегПаламарчук-в9у 2 года назад

    How to make a dark theme in Qt Desinger?

  • @jamiewilliams3946
    @jamiewilliams3946 2 года назад

    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!

    • @jamiewilliams3946
      @jamiewilliams3946 2 года назад

      Noticed my mistake was that I was importing PySide6 on the ui_interface.py file rather than PySide2

  • @ArunKumar-sg6jf
    @ArunKumar-sg6jf 3 года назад

    whata version u using qtdesinger give how to install

    • @SpinnTV
      @SpinnTV  3 года назад

      I guess you want the dark mode, Am running QT designer on a Linux manjao OS with dark mode.

    • @ArunKumar-sg6jf
      @ArunKumar-sg6jf 3 года назад

      @@SpinnTV some widgets are missing lke kuserlabel what version u using

    • @SpinnTV
      @SpinnTV  3 года назад +1

      @@ArunKumar-sg6jf Ill check, but it comes pre-installed in Linux Manjaro, so you might have to install Linux manjaro OS

  • @maumau4369
    @maumau4369 3 года назад

    Epic :d