From 586fac8e8daa7665302b075f900d8d2df90716f9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 24 Nov 2016 20:29:29 +0100 Subject: Added TabWidget. --- plugingui/stackedwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugingui/stackedwidget.h') diff --git a/plugingui/stackedwidget.h b/plugingui/stackedwidget.h index 903aa17..13d764b 100644 --- a/plugingui/stackedwidget.h +++ b/plugingui/stackedwidget.h @@ -61,6 +61,10 @@ public: //! Reports whn a new widget is shown. Notifier currentChanged; +private: + //! Callback for Widget::sizeChangeNotifier + void sizeChanged(int width, int height); + private: Widget* currentWidget{nullptr}; std::list widgets; -- cgit v1.2.3