Fix a bug when MainWindow is closed, AboutDialog still exists;
Resize Logo-Spark.png to 142x51.
This commit is contained in:
2020-11-21 14:22:07 +08:00
parent 0a3b1d9960
commit c826db09c1
8 changed files with 82 additions and 64 deletions

View File

@@ -23,9 +23,10 @@ public:
void refresh();
private:
Ui::Widget *ui;
Ui::Widget *ui;
QWebEngineView *m_webEngineView;
QString m_szUrl;
QString m_szUrl;
};
#endif // WIDGET_H