Improve Features

Support downloading files from website directly;
Show DSpinner before webpage loading progress finished.
This commit is contained in:
2020-11-28 04:14:04 +08:00
parent 9c8b2fdd94
commit 4a753259d3
12 changed files with 166 additions and 152 deletions

View File

@@ -9,24 +9,23 @@ DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++11 link_pkgconfig
PKGCONFIG += dtkwidget
SOURCES += main.cpp\
httpd.cpp \
mainwindow.cpp \
webenginepage.cpp \
widget.cpp
HEADERS += mainwindow.h \
HEADERS += \
mainwindow.h \
globaldefine.h \
httpd.h \
httplib.h \
webenginepage.h \
widget.h
FORMS += widget.ui
SOURCES += \
main.cpp \
httpd.cpp \
mainwindow.cpp \
webenginepage.cpp \
widget.cpp
RESOURCES += imgs.qrc
RESOURCES += \
imgs.qrc
TRANSLATIONS += \
translations/spark-webapp-runtime_zh_CN.ts
translations/spark-webapp-runtime_zh_CN.ts