diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-15 22:54:41 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-15 17:30:25 -0800 |
commit | 44a72b805cffd64925e7bbcc44d7f4a8a675e82f (patch) | |
tree | eb299870c46c3ce53e0c2cc9828d921823468705 /qt-ui/profile/divecartesianaxis.h | |
parent | 4699363a9ee4d61d6fb0ea0bc10a47d8a01b79ff (diff) | |
download | subsurface-44a72b805cffd64925e7bbcc44d7f4a8a675e82f.tar.gz |
Make it possible to hide some of the grid lines.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r-- | qt-ui/profile/divecartesianaxis.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index 7db47ae9d..1bfb4b913 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -37,6 +37,7 @@ public: void setTextColor(const QColor& color); void animateChangeLine(const QLineF& newLine); void setTextVisible(bool arg1); + void setLinesVisible(bool arg1); void setLineSize(qreal lineSize); int unitSystem; public slots: @@ -57,6 +58,7 @@ protected: double tick_size; QColor textColor; bool textVisibility; + bool lineVisibility; double labelScale; qreal line_size; }; |