Python Forum
PyQt5 form not displaying my data from SQLite3 Database
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyQt5 form not displaying my data from SQLite3 Database
#3
(Dec-09-2019, 02:49 PM)Denni Wrote: Okay before we get started on deciphering what you got I want to state -- first you are hurting yourself by using Designer code for you Gui as a pure Python-Qt (aka PyQt5 or PySide2) version created as it was meant to be used is just as quick and simple once you have learned how it works and what you end up with is not only code you understand but a better understanding of how Qt works.

Next when it comes to your Database and your Gui -- I hope that you are using MVC methodology but I expecting that you are not and that is another major issue that will cause you much pain.

So let me know if you want to address both of these things and learn how to do it properly so that you pain is minimized -- coding always comes with a little pain but no pain no gain ;-)

Quote totally.
I would add to that, PyQt5 has also QtSql package which helps a lot making things easier in a MVC sense, I would use that instead of bare sqlite3.
Reply


Messages In This Thread
RE: PyQt5 form not displaying my data from SQLite3 Database - by gradlon93 - Jan-10-2023, 09:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Error verify data in database TomasSanchexx 2 940 Aug-11-2023, 12:37 PM
Last Post: TomasSanchexx
  PyQt5, QtSql: connection to database does not work gradlon93 4 1,727 Jan-12-2023, 05:26 PM
Last Post: deanhystad
  [PyQt] [Solved]Help displaying SQLite Database Extra 9 2,827 May-21-2022, 08:03 PM
Last Post: Extra
Question [Tkinter] data enterred through gui is not storing in sqlite3 database Hilal 21 7,733 Dec-15-2021, 08:48 PM
Last Post: Hilal
  [Tkinter] TKINTER quiz using sqlite3 database hezza_23 45 21,860 Nov-29-2021, 09:42 PM
Last Post: Hilal
  [Tkinter] load sqlite3 data into pdf rwahdan 5 4,437 Nov-29-2021, 07:58 PM
Last Post: Hilal
  [PyQt] How to update selected data in combobox displaying DB data? JokerSob 3 3,509 Aug-02-2021, 04:39 AM
Last Post: JokerSob
  Displaying database info in QTableWidget thewolf 6 5,373 Apr-03-2021, 02:49 PM
Last Post: thewolf
  Button to add data to database and listbox SalsaBeanDip 1 2,916 Dec-06-2020, 10:13 PM
Last Post: Larz60+
  Help with PySimpleGUI INSERT INTO sqlite3 database jrbond 5 7,204 Jul-20-2020, 01:24 PM
Last Post: jrbond

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020