add first iteration of the integrated browser

This commit is contained in:
Orochimarufan
2013-02-13 00:35:35 +01:00
parent b66be337fd
commit 79c5ae121b
6 changed files with 233 additions and 4 deletions

View File

@ -35,6 +35,9 @@ public:
~MainWindow();
void closeEvent(QCloseEvent *event);
// Browser Dialog
void openWebPage(QUrl url);
private slots:
void on_actionAbout_triggered();