Python Forum
[PyQt] [Solved]Help displaying a table with QSqlTableModel
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] [Solved]Help displaying a table with QSqlTableModel
#4
If the database has more columns, you can hide the columns you don't need.

for example hide column 1

self.table.hideColumn(1)
Reply


Messages In This Thread
RE: Help displaying a table with QSqlTableModel - by Axel_Erfurt - Jun-24-2022, 08:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] [Solved]Help displaying SQLite Database Extra 9 3,055 May-21-2022, 08:03 PM
Last Post: Extra

Forum Jump:

User Panel Messages

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