Commit graph

3 commits

Author SHA1 Message Date
eelke
c6faafec59 Renamed HorizontalProxyModel to PropertyProxyModel as the original name didn't reflect
what we are going to morph it into.
2018-08-26 07:14:25 +02:00
eelke
3080523b0d First step in using HorizontalProxyModel to show selected row in properties table.
HorizontalProxyModel now inherits from QIdentityProxyModel which provides a more complete base implementation (maybe to much?)
for now it seems to do what we want, forward relevant signals which the abstract base didn't.
Issues: Properties table needs formatting and shows all rows as columns instead of values of a single row.
2018-08-26 07:11:46 +02:00
eelke
68a1a8e7c9 Addded HorizontalProxyModel which is used to effictively rotate a table 90 degrees. 2018-08-25 18:14:08 +02:00