Add "Hide zero values" option. Closes #3543.

This commit is contained in:
Chocobo1 2016-01-24 16:01:33 +08:00
parent f23cd9204c
commit 325ba48601
5 changed files with 45 additions and 7 deletions

View file

@ -132,6 +132,8 @@ public:
void showSpeedInTitleBar(bool show);
bool useAlternatingRowColors() const;
void setAlternatingRowColors(bool b);
bool getHideZeroValues() const;
void setHideZeroValues(bool b);
bool useRandomPort() const;
void setRandomPort(bool b);
bool systrayIntegration() const;