Improve Features

Support run in Fullscreen mode;
Suppport "save as" when downloading files.
This commit is contained in:
2020-11-29 02:59:26 +08:00
parent 4a753259d3
commit 4b3cc4276d
9 changed files with 234 additions and 67 deletions

View File

@@ -21,6 +21,7 @@ public:
explicit Widget(QString szUrl = nullptr, QWidget *parent = nullptr);
~Widget();
WebEnginePage *getPage();
void goBack();
void goForward();
void refresh();