]> sigrok.org Git - pulseview.git/blobdiff - mainwindow.h
Added initial sampling support
[pulseview.git] / mainwindow.h
index cef253cff9b77400aeffff35ca38ede899349a3f..6ae608ccb822fe32ef1d0752306cccf71b3defdd 100644 (file)
 
 #include <QMainWindow>
 
+#include "sigsession.h"
+
+class SamplingBar;
+class SigView;
+
 namespace Ui {
 class MainWindow;
 }
@@ -38,8 +43,18 @@ public:
 private:
        Ui::MainWindow *ui;
 
+       SamplingBar *_sampling_bar;
+
+       SigSession session;
+       SigView *view;
+
 private slots:
+
+       void on_actionOpen_triggered();
+
        void on_actionAbout_triggered();
+
+       void run_stop();
 };
 
 #endif // MAINWINDOW_H