X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=07a54a0f38929f161529c61cf637dc145dca562f;hb=ffd5cd208c277b148d0e3a85d49330149f02f0c8;hp=8b813afb8179cde371e5b21e296c10b97bd47804;hpb=640d091b45b196cc586fbc6a7bec71c5c7d75544;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 8b813af..07a54a0 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -59,6 +59,7 @@ private: QAction *_action_open; QAction *_action_view_zoom_in; QAction *_action_view_zoom_out; + QAction *_action_view_show_cursors; QAction *_action_about; QMenuBar *_menu_bar; @@ -81,9 +82,13 @@ private slots: void on_actionViewZoomOut_triggered(); + void on_actionViewShowCursors_triggered(); + void on_actionAbout_triggered(); void run_stop(); + + void capture_state_changed(int state); }; } // namespace pv