mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
qt-models: add suffix Display to unit system aware asc/desc setters
Change ascent/descent setter function names to set_<name>Display to show the value is prepared for displaying (common for desktop and QML). Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1751ac0c6
commit
d924afdf52
3 changed files with 15 additions and 15 deletions
|
@ -104,11 +104,11 @@ slots:
|
|||
void setSurfaceSegment(int duration);
|
||||
void setSacFactor(double factor);
|
||||
void setProblemSolvingTime(int minutes);
|
||||
void setAscrate75(int rate);
|
||||
void setAscrate50(int rate);
|
||||
void setAscratestops(int rate);
|
||||
void setAscratelast6m(int rate);
|
||||
void setDescrate(int rate);
|
||||
void setAscrate75Display(int rate);
|
||||
void setAscrate50Display(int rate);
|
||||
void setAscratestopsDisplay(int rate);
|
||||
void setAscratelast6mDisplay(int rate);
|
||||
void setDescrateDisplay(int rate);
|
||||
|
||||
signals:
|
||||
void planCreated();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue