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

@@ -32,6 +32,11 @@ Widget::~Widget()
{
}
WebEnginePage *Widget::getPage()
{
return m_page;
}
void Widget::goBack()
{
m_webEngineView->back();