draw bottom legend after data curves in RSGraphWidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-05-15 13:35:51 +00:00
parent 0e16733ce0
commit fd992161e1
2 changed files with 21 additions and 13 deletions

View file

@ -172,7 +172,8 @@ class RSGraphWidget: public QFrame
/** Paints the scale in the graph. */
void paintLegend();
/** Paints the scale in the graph. */
void paintScale();
void paintScale1();
void paintScale2();
QColor getColor(int i) ;