diff options
Diffstat (limited to 'examples/graphicsview/elasticnodes/graphwidget.h')
-rw-r--r-- | examples/graphicsview/elasticnodes/graphwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/graphicsview/elasticnodes/graphwidget.h b/examples/graphicsview/elasticnodes/graphwidget.h index 764bb3f..524ef67 100644 --- a/examples/graphicsview/elasticnodes/graphwidget.h +++ b/examples/graphicsview/elasticnodes/graphwidget.h @@ -55,6 +55,11 @@ public: void itemMoved(); +public slots: + void shuffle(); + void zoomIn(); + void zoomOut(); + protected: void keyPressEvent(QKeyEvent *event); void timerEvent(QTimerEvent *event); |