mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/summary: add section headers
Add section headers to the dive summaries on mobile by adding a section-property. Of course, this will not work on desktop. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1809dbd00a
commit
a93c303b8b
3 changed files with 28 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ public:
|
|||
HEADER_ROLE = Qt::UserRole + 1,
|
||||
COLUMN0_ROLE,
|
||||
COLUMN1_ROLE,
|
||||
SECTION_ROLE,
|
||||
};
|
||||
|
||||
struct Result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue