From e942d5d431346439533910bf649b10ec17463c03 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 25 Oct 2011 18:57:40 +0200 Subject: fixed some bugs. show log screen is now bigger and opens a scrollbar automatically. debug screens added. fixed continue in debug mode, added progress indicator for all screens. --- src/ndgui.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ndgui.h') diff --git a/src/ndgui.h b/src/ndgui.h index d8adf63..69a9f83 100644 --- a/src/ndgui.h +++ b/src/ndgui.h @@ -5,6 +5,7 @@ #include #include +#include "fbgui.h" #include "loggerengine.h" #include "networkdiscovery.h" @@ -79,6 +80,19 @@ private: QString _manualConfInterfaces; + // QSplitter to split the main window in two resizable frames. + QSplitter* _splitter; + // QTextEdit implementing a minimalistic debug console. + QTextEdit* _debugConsole; + + // triggers toggleDebugConsole() + QAction* _toggleDebugConsole; + + + void setupLayout(); + void createDebugConsole(); + void toggleDebugConsole(); + }; -- cgit v1.2.3-55-g7522