mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create a toolbox on the left side of the new profile
For quick acess of preferences the show / hide stuff from the Settings dialog is now in that toolbox and in the future we can put a few more, like 'Show Notifications Panel' and 'Enable Legend' Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a9289ac99
commit
c84ef319a2
5 changed files with 524 additions and 11 deletions
|
@ -105,6 +105,21 @@ private slots:
|
|||
|
||||
void on_actionImportDiveLog_triggered();
|
||||
|
||||
/* TODO: Move those slots below to it's own class */
|
||||
void on_profCalcAllTissues_clicked(bool triggered);
|
||||
void on_profCalcCeiling_clicked(bool triggered);
|
||||
void on_profDcCeiling_clicked(bool triggered);
|
||||
void on_profEad_clicked(bool triggered);
|
||||
void on_profIncrement3m_clicked(bool triggered);
|
||||
void on_profMod_clicked(bool triggered);
|
||||
void on_profNtl_tts_clicked(bool triggered);
|
||||
void on_profPO2_clicked(bool triggered);
|
||||
void on_profPhe_clicked(bool triggered);
|
||||
void on_profPn2_clicked(bool triggered);
|
||||
void on_profRuler_clicked(bool triggered);
|
||||
void on_profSAC_clicked(bool triggered);
|
||||
void on_profUnusedTanks_clicked(bool triggered);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue