完成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,18 +1,20 @@
//
// Created by HW on 2023/07/26.
//
#ifndef OFFICEASSISTANT_BUTTONSTRUCT_H
#define OFFICEASSISTANT_BUTTONSTRUCT_H
#include <QString>
#include <QImage>
typedef struct taButtonStruct{
QImage *image;
QImage *image_cover;
QString text;
QString url;
QString background_color;
QColor text_color;
QColor text_cover_color;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H
//
// Created by HW on 2023/07/26.
//
#ifndef OFFICEASSISTANT_BUTTONSTRUCT_H
#define OFFICEASSISTANT_BUTTONSTRUCT_H
#include <QString>
#include <QImage>
typedef struct taButtonStruct{
QImage *image;
QImage *image_cover;
QString text;
QString orig_name;
QString url;
QString background_color;
QColor text_color;
QColor text_cover_color;
QString path;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H