mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show the profile again.
This patch re-enables a few items on the profile, most notably, the profile itself. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed72aabde5
commit
0ad2a69c42
5 changed files with 43 additions and 20 deletions
|
|
@ -27,6 +27,8 @@ public:
|
|||
void setTickSize(qreal size);
|
||||
double minimum() const;
|
||||
double maximum() const;
|
||||
double tickInterval() const;
|
||||
double tickSize() const;
|
||||
qreal valueAt(const QPointF& p);
|
||||
qreal percentAt(const QPointF& p);
|
||||
qreal posAtValue(qreal value);
|
||||
|
|
@ -49,7 +51,7 @@ protected:
|
|||
double min;
|
||||
double max;
|
||||
double interval;
|
||||
double tickSize;
|
||||
double tick_size;
|
||||
QColor textColor;
|
||||
bool showTicks;
|
||||
bool showText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue