]> sigrok.org Git - pulseview.git/blobdiff - mainwindow.h
Implemented dragging and zooming
[pulseview.git] / mainwindow.h
index 3f95b2341d504e38f2dac69e95405f8ec12de116..6ae608ccb822fe32ef1d0752306cccf71b3defdd 100644 (file)
 
 #include <QMainWindow>
 
+#include "sigsession.h"
+
+class SamplingBar;
+class SigView;
+
 namespace Ui {
 class MainWindow;
 }
@@ -37,6 +42,19 @@ 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