#1169 Added text on the x-axis

This commit is contained in:
Jacob Støren
2017-02-08 13:23:52 +01:00
parent d5ec760ddd
commit a736d41eb7
5 changed files with 37 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ public:
void setDepthZoom(double minDepth, double maxDepth);
void setDepthTitle(const QString& title);
void setXTitle(const QString& title);
void setXRange(double min, double max);