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:
parent
6228503c16
commit
a8c856ed3d
4 changed files with 26 additions and 10 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue