Set to show only the Sum for Download or Upload on BW Window

This commit is contained in:
defnax 2021-01-26 23:22:18 +01:00
parent d1c87f215d
commit 659de2830a
3 changed files with 88 additions and 49 deletions

View file

@ -41,6 +41,7 @@ class BandwidthGraph : public RWindow
public:
enum { AreaGraph=0,LineGraph=1 } ;
enum { DefaultColor=0,DarkColor=1 } ;
enum { DefaultDirection=0,Download=1 } ;
/** Default constructor */
BandwidthGraph(QWidget *parent = 0, Qt::WindowFlags flags = 0);