Removed status bar
[pulseview.git] / pv / mainwindow.h
index 88cbd6fd8f6492e4870d6263b77525402b76a581..61a8456fe802582b80b1b22e982eaa18d40d1520 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
+#ifndef PULSEVIEW_PV_MAINWINDOW_H
+#define PULSEVIEW_PV_MAINWINDOW_H
 
 #include <QMainWindow>
 
@@ -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;
@@ -71,7 +72,6 @@ private:
 
        QToolBar *_toolbar;
        SamplingBar *_sampling_bar;
-       QStatusBar *_status_bar;
 
 private slots:
 
@@ -81,11 +81,15 @@ 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
 
-#endif // MAINWINDOW_H
+#endif // PULSEVIEW_PV_MAINWINDOW_H