summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-18 11:54:30 +0100
committerJonathan Bauer2011-03-18 11:54:30 +0100
commit5bbb57c9e992c413c094cf33db653bdc63fbe69c (patch)
tree7419ddfce638c7ad0503c38c160c3cd7f4416e70 /src/fbgui.h
parentlayout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ... (diff)
downloadfbgui-5bbb57c9e992c413c094cf33db653bdc63fbe69c.tar.gz
fbgui-5bbb57c9e992c413c094cf33db653bdc63fbe69c.tar.xz
fbgui-5bbb57c9e992c413c094cf33db653bdc63fbe69c.zip
layout: using QSplitter to split webView/logView in the main window, seems better
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index fc9a86b..be0cf4e 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -45,10 +45,14 @@ private:
void createActions();
void checkHost() const;
- QAction* _act;
+ QSplitter* _splitter;
+ QWebView* _webView;
+ logViewer* _logView;
+
+ QAction* _toggleDebug;
private slots:
- void testAct();
+ void toggleDebug();
};