mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
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:
parent
562eeaaae8
commit
3f116e0e73
2 changed files with 77 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue