完成1.更新数据库2.获取导航栏
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user