mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
Improve Features
Support tray icon; Fix few bugs about confliction between fullscreen mode and fixsize option.
This commit is contained in:
@@ -21,14 +21,13 @@ public:
|
||||
explicit Widget(QString szUrl = nullptr, QWidget *parent = nullptr);
|
||||
~Widget();
|
||||
|
||||
WebEnginePage *getPage();
|
||||
QWebEnginePage *getPage();
|
||||
void goBack();
|
||||
void goForward();
|
||||
void refresh();
|
||||
|
||||
private:
|
||||
QWebEngineView *m_webEngineView;
|
||||
WebEnginePage *m_page;
|
||||
QString m_szUrl;
|
||||
DSpinner *m_spinner;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user