diff --git a/plot.h b/plot.h --- a/plot.h +++ b/plot.h @@ -37,6 +37,11 @@ private: void resetAxes(); +public slots: + void showGrid(bool show = true); + void showMinorGrid(bool show = true); + void unzoom(); + private slots: void unzoomed(); };