mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
跟上maicss的提交
This commit is contained in:
11
widget.h
11
widget.h
@@ -78,6 +78,10 @@ private slots:
|
||||
|
||||
void on_menu_btn_theme_clicked();
|
||||
|
||||
void on_menu_btn_settings_clicked();
|
||||
|
||||
void on_comboBox_server_currentIndexChanged(const QString &arg1);
|
||||
|
||||
private:
|
||||
QUrl url;
|
||||
bool isBusy=false;
|
||||
@@ -89,9 +93,10 @@ private:
|
||||
QFile *file;
|
||||
QString appName;
|
||||
QString urladdress;
|
||||
QToolButton * left_list[14];
|
||||
QWidget * left_menu_bg[14];
|
||||
QUrl menuUrl[14];
|
||||
QToolButton * left_list[15];
|
||||
QWidget * left_menu_bg[15];
|
||||
QUrl menuUrl[13];
|
||||
bool configCanSeve=false;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user