added scale and wheel-event resizing to RSGraphWidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-03-21 18:40:21 +00:00
parent 562eeaaae8
commit 3f116e0e73
2 changed files with 77 additions and 57 deletions

View file

@ -159,6 +159,7 @@ class RSGraphWidget: public QFrame
protected slots:
void updateIfPossible() ;
virtual void wheelEvent(QWheelEvent *e);
private:
/** Gets the width of the desktop, the max # of points. */
int getNumPoints();