From 5ecfc48d057a78b193b0f4f9c67e18240ad4e42c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 13 May 2018 11:30:43 +0200 Subject: New MainWindow layout mockup. --- src/mainwindow.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 7671494..49ff13f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -28,10 +28,10 @@ #include #include +#include #include #include "project.h" -#include "instrumentwindow.h" class Settings; @@ -63,5 +63,7 @@ private: Project project; bool project_dirty{false}; - InstrumentWindow instrument_window; + QDockWidget* instruments_dock; + QDockWidget* channels_dock; + QTabWidget* tab_widget; }; -- cgit v1.2.3