1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 20:45:08 +00:00

GTableView: Improve look of column headers, and add sort order indicators.

This commit is contained in:
Andreas Kling 2019-05-04 21:16:41 +02:00
parent 6228503c16
commit a8c856ed3d
4 changed files with 26 additions and 10 deletions

View file

@ -30,6 +30,8 @@ public:
bool is_column_hidden(int) const;
void set_column_hidden(int, bool);
Point adjusted_position(const Point&);
virtual Rect content_rect(const GModelIndex&) const override;
virtual const char* class_name() const override { return "GTableView"; }