第一阶段只差兼容性问题了
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user