准备整理代码
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user