mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Set to show only the Sum for Download or Upload on BW Window
This commit is contained in:
parent
d1c87f215d
commit
659de2830a
3 changed files with 88 additions and 49 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue