准备整理代码

This commit is contained in:
Mike Solar
2023-08-17 01:10:27 +08:00
parent 94017995bc
commit bc3b3f69a7
17 changed files with 182 additions and 256 deletions

View File

@ -1,4 +1,4 @@
//
//
// Created by HW on 2023/07/26.
//
@ -37,6 +37,8 @@ protected:
void resizeEvent(QResizeEvent *event) override;
void getLogoFromInternet(ConfigResponse* configResponse);
private:
Ui::NavBar *ui;
@ -52,7 +54,6 @@ private:
QPixmap *logo;
QLabel *logo_label;
bool downloadSuccess=true;
//void getLogoFromInternet(ConfigResponse *configResponse);
//void getLogoFromLocal();
MainScreen *mainScreen;
QHBoxLayout *layout_left;