I have a table in a database. It’s a standard simple little table (Columns: id, name, brand, Rows(example): 3, Nokia, 3310, etc.). I want to get the data from the database table and show it in QTableView as vertical. Basically rotating the table 90 degrees counter-clockwise. Turning horizontal headers into vertical headers.
What is the simplest way to do this?
Thanks in advance.
↧