mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add context menu to dive list
So far we support "expand all" and "collapse" all. This still needs to be restricted to only be shown when in trip / tree mode. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4b405caa2c
commit
74d23ed83b
2 changed files with 17 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ public:
|
|||
bool eventFilter(QObject* , QEvent* );
|
||||
void unselectDives();
|
||||
void selectDive(struct dive *, bool scrollto = false);
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
|
||||
public slots:
|
||||
void toggleColumnVisibilityByIndex();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue