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 downloading files from website directly; Show DSpinner before webpage loading progress finished.
This commit is contained in:
@@ -25,18 +25,13 @@ public:
|
||||
QWidget *parent = nullptr);
|
||||
~MainWindow();
|
||||
|
||||
void setIcon(QString);
|
||||
void fixSize();
|
||||
void hideButtons();
|
||||
|
||||
signals:
|
||||
void sigQuit();
|
||||
void setIcon(QString szIconPath);
|
||||
|
||||
private:
|
||||
Widget *m_widget;
|
||||
DAboutDialog *m_dialog;
|
||||
|
||||
DToolButton *btnBackward;
|
||||
DToolButton *btnBack;
|
||||
DToolButton *btnForward;
|
||||
DToolButton *btnRefresh;
|
||||
|
||||
@@ -46,8 +41,14 @@ private:
|
||||
|
||||
int m_width, m_height;
|
||||
|
||||
void fixSize();
|
||||
void hideButtons();
|
||||
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
signals:
|
||||
void sigQuit();
|
||||
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user