summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-16 13:17:41 +0100
committerJonathan Bauer2011-03-16 13:17:41 +0100
commit4f8efa31d054c3fb9de11c740ae8286581765e0c (patch)
treeab4aa38f321f076bf33b9a7aad105a6d9c7e3427 /src/fbgui.h
parentDM now appends download index to filename in case file already exists (diff)
downloadfbgui-4f8efa31d054c3fb9de11c740ae8286581765e0c.tar.gz
fbgui-4f8efa31d054c3fb9de11c740ae8286581765e0c.tar.xz
fbgui-4f8efa31d054c3fb9de11c740ae8286581765e0c.zip
new fancy console for debugging, open/close with F4
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 68bb2cf..35f5e69 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -18,8 +18,8 @@
#ifndef FBGUI_H
#define FBGUI_H
-#include <QtCore>
-#include <QMainWindow>
+#include <QtGui>
+#include <QPlainTextEdit>
#include <QtWebKit>
#define DEFAULT_URL "http://www.google.com"
@@ -40,7 +40,13 @@ public:
fbgui();
private:
+ QWebView* webView;
+ QTextEdit* logView;
void checkHost() const;
+
+
+protected:
+ void keyPressEvent(QKeyEvent *event);
};
#endif // FBGUI_H