]> sigrok.org Git - pulseview.git/blobdiff - mainwindow.h
Deal with the samplerate=0 case
[pulseview.git] / mainwindow.h
index 1ba4c8e9d11bddc925cd5093cb0c34f395de46a1..6ae608ccb822fe32ef1d0752306cccf71b3defdd 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "sigsession.h"
 
+class SamplingBar;
 class SigView;
 
 namespace Ui {
@@ -41,6 +42,9 @@ public:
 
 private:
        Ui::MainWindow *ui;
+
+       SamplingBar *_sampling_bar;
+
        SigSession session;
        SigView *view;
 
@@ -49,6 +53,8 @@ private slots:
        void on_actionOpen_triggered();
 
        void on_actionAbout_triggered();
+
+       void run_stop();
 };
 
 #endif // MAINWINDOW_H