fixed RTT graph. Added colors, and new options to RSGraphWidget. Still needs to draw names for different colors

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-10-14 20:25:23 +00:00
parent 1757a85e57
commit 3d49af2b2b
5 changed files with 59 additions and 25 deletions

View file

@ -68,7 +68,10 @@ DhtGraph::DhtGraph(QWidget *parent)
addSource(src) ;
setTimeScale(1.0f) ; // 1 pixels per second of time.
setScaleParams(0) ;
resetFlags(RSGRAPH_FLAGS_LOG_SCALE_Y) ;
setFlags(RSGRAPH_FLAGS_PAINT_STYLE_PLAIN) ;
}