mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
Fix Bugs
Fix a bug when MainWindow is closed, AboutDialog still exists; Resize Logo-Spark.png to 142x51.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user