X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fmainwindow.hpp;h=e9cecfb1deab73c4fcf3cb81578b3d5829c71c65;hb=3b84fd0b5f02dedfb6f7160477a63467b613c502;hp=ddad67050f03a5a78317ae00fd00d17750ad53c0;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index ddad670..e9cecfb 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -26,6 +26,7 @@ #include #include +#include #include "session.hpp" #include "views/viewbase.hpp" @@ -120,6 +121,10 @@ private: std::map< std::shared_ptr, std::shared_ptr > view_docks_; + std::map< std::shared_ptr, QMainWindow*> session_windows_; + + QTabWidget session_selector_; + QAction *const action_view_sticky_scrolling_; QAction *const action_view_coloured_bg_; QAction *const action_about_;