完成1.更新数据库2.获取导航栏

This commit is contained in:
Mike Solar
2023-08-08 15:15:19 +08:00
parent 4220083ac3
commit 0ecf1bdf6a
22 changed files with 1365 additions and 636 deletions

View File

@ -1,11 +1,13 @@
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
class MainWindowLayout;
extern double scale;
extern MainWindowLayout *mainWindowLayout;
extern QString url_param;
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
#include "exitmanager.h"
class MainWindowLayout;
extern ExitManager exit_manager;
extern double scale;
extern MainWindowLayout *mainWindowLayout;
extern QString url_param;
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H