From aada18db0ae8611e8e0ae67e0096d1f9e1d44d48 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 May 2018 10:40:23 +0200 Subject: Add some placeholder icons for instrument and channel lists. --- src/mainwindow.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index c5fcc9a..fcff476 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -45,7 +45,13 @@ public: ~MainWindow(); public slots: + void addInstrument(); + void removeInstrument(); void itemDoubleClicked(QListWidgetItem *item); + + void addChannel(); + void removeChannel(); + void updateWindowTitle(); void newProject(); @@ -70,5 +76,6 @@ private: QDockWidget* instruments_dock; QListWidget* instrument_list; QDockWidget* channels_dock; + QListWidget* channel_list; QTabWidget* tab_widget; }; -- cgit v1.2.3