PySide6 GUI and SQLite Full Course | ADD UPDATE RETRIEVE & DELETE FUNCTIONS (2023)

Sdílet
Vložit
  • čas přidán 19. 11. 2023
  • In this video i will show you how to add, update and delete content from SQLite Tables and how to retrieve them and display on QTableWidget using PySige6 GUI. Its easy. Watch and learn.
    We shall also be using visual studio code to write our python code. When we retrieve the information from the tables we shall load it and display in QTableWidget class.

Komentáře • 13

  • @youshark7
    @youshark7 Před dnem

    Very nice and useful tutorials as always.
    Thanks

  • @ginescap
    @ginescap Před 25 dny

    that was beautiful, thanks, :)

  • @younesdeveloper
    @younesdeveloper Před 4 měsíci

    Awesome

  • @durgam_sumerian7815
    @durgam_sumerian7815 Před měsícem

    I prefer using Qt Designer better than the time-consuming with hard-coded, thanks anyway mate

  • @baloitrinh
    @baloitrinh Před 3 měsíci

    Thanks for great video. Appreciate your advice, how to add one button at main window, once click the button, then the widget window will show the table. Thanks again so much.

  • @laxmansingh6035
    @laxmansingh6035 Před 3 měsíci

    WoW, first time i see the video with great explanation

  • @sennlich
    @sennlich Před 4 měsíci

    Top Top Top

  • @davidreeves8382
    @davidreeves8382 Před 7 měsíci +1

    Looks good. Please add a link to the code. Thanks

  • @vamboo8918
    @vamboo8918 Před 7 měsíci

    Thanks, ❤

  • @ArrowFixcom
    @ArrowFixcom Před 4 měsíci

    Very nice, thank you so much

  • @ArrowFixcom
    @ArrowFixcom Před 4 měsíci

    one little thing, in update_data() the 5. entry in params must be self.name_edit otherwise it does not fit with the WHERE clause :-)