Some advice for a table application
-
I'm very new on Qt, I've done some c++ some years ago, but the most I used .net for my hobby projects.
Now since I would an application that run on things like RPI, I'm considering to jump into Qt world.
My app will display a table like the one attached, to show championship result in real time, taking data from a postgresql DB.
Numbers of P(points) is not fixed : I mean in a competition can be 5 in another can be 10 etc.
Number of match(the lines of P) is also not fixed.
attached 2 picture of what I mean.
Could be done?
Since I found that Qt world is very huge, and things can be done in different ways, anyone have any advice?
-
@Hannibal
Hi,
Have a look at:
QTableView
Model/View Tutorial
and
SQL Programming -
@Hannibal said in Some advice for a table application:
What about the first and last columns, should I merge the cell for have the same look as pics?
https://forum.qt.io/topic/123343/qtableview-qtablewidget-cell-span-range
Search the web and this forum, there's numerus topics on this.