X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=mainwindow.h;h=3ae04c43956a31043535fd72d3da894633d85624;hb=d4984fe7119c2fc9bf94b13cc38cc735887e377d;hp=cef253cff9b77400aeffff35ca38ede899349a3f;hpb=30236a549137e5f183e19fb696c50d7150fc1124;p=pulseview.git diff --git a/mainwindow.h b/mainwindow.h index cef253c..3ae04c4 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -23,6 +23,11 @@ #include +#include "sigsession.h" + +class SamplingBar; +class SigView; + namespace Ui { class MainWindow; } @@ -38,7 +43,15 @@ public: private: Ui::MainWindow *ui; + SamplingBar *_sampling_bar; + + SigSession session; + SigView *view; + private slots: + + void on_actionOpen_triggered(); + void on_actionAbout_triggered(); };