Python UI application with Qt designer (SQLite with tableWidget) #8

preview_player
Показать описание

In this video I am going to show you, how to use your SQLiteHelper class, which we created in previous video. We will read data from SQLite database and display it in table widget of PyQt5 widgets.
Рекомендации по теме
Комментарии
Автор

I love how you structure this tutorial series. And it's very well presented. Just perfect. The best PyQt5 / QtDesigner tutorial I have seen so far. Bravo!

matthiasruppel
Автор

Hi!
First, I want to thank you for this videos. In my country, in my language, there's no many videos about making Pyhthon UI apps with PyQt5 and QtDesigner.
There's lots of way to connecting .ui's in python, Your way is the simplest and best one that I've seen.
But I need a help about a thing.
When I pushed to the 'Load data' button, I'm getting a problem that my shell is getting restart and dont show nothing.
How can I getting fix it?
Thanks for the answers..

hamzahologlu