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

Поделиться
HTML-код
  • Опубликовано: 19 ноя 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.

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

  • @durgam_sumerian7815
    @durgam_sumerian7815 21 день назад

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

  • @younesdeveloper
    @younesdeveloper 3 месяца назад

    Awesome

  • @laxmansingh6035
    @laxmansingh6035 2 месяца назад

    WoW, first time i see the video with great explanation

  • @baloitrinh
    @baloitrinh 2 месяца назад

    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.

  • @ArrowFixcom
    @ArrowFixcom 3 месяца назад

    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 :-)

  • @sennlich
    @sennlich 3 месяца назад

    Top Top Top

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

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

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

    Thanks, ❤

  • @ArrowFixcom
    @ArrowFixcom 3 месяца назад

    Very nice, thank you so much