mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Filter: support imperial units
1) Choose the correct conversion function for comparison. 2) Add a unit suffix to the fields. 3) Update the suffixes on change of preferences. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
e8b0d165a7
commit
b28e0bf0b9
3 changed files with 23 additions and 4 deletions
|
@ -27,6 +27,8 @@ protected:
|
|||
public slots:
|
||||
void updatePlanned(int value);
|
||||
void updateLogged(int value);
|
||||
private slots:
|
||||
void temperatureChanged();
|
||||
|
||||
private:
|
||||
Ui::FilterWidget2 ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue