第一阶段只差兼容性问题了

This commit is contained in:
Mike Solar
2023-08-01 23:51:40 +08:00
parent 9b53ef9764
commit 6a695e8a03
20 changed files with 167 additions and 54 deletions

View File

@ -16,6 +16,7 @@
#include "buttonstruct.h"
#include <QtNetwork/QtNetwork>
#include "mainscreen.h"
#include <QImage>
#include "mainwindowlayout.h"
@ -49,10 +50,14 @@ private:
QNetworkReply *reply;
QEventLoop eventLoop;
QImage *logo;
QLabel *logo_label;
bool downloadSuccess=true;
void getLogoFromInternet(ConfigResponse *configResponse);
void getLogoFromLocal();
MainScreen *mainScreen;
QHBoxLayout *layout_left;
QHBoxLayout *layout_right;
QHBoxLayout *layout2;
private slots:
void storeToBuffer();
void cancelDownload();