新增内置WEB Server功能.

This commit is contained in:
hxhlb
2020-10-31 17:34:34 +08:00
parent 5af6a1de3c
commit e7761e6509
11 changed files with 6842 additions and 47 deletions

View File

@@ -22,6 +22,9 @@ public:
void setIcon(QString);
signals:
void sigQuit();
private:
Widget *m_widget;
};