完成导航条,尚未Debug

This commit is contained in:
Mike Solar
2023-07-30 01:06:42 +08:00
parent b9559e444b
commit 9fac130a24
31 changed files with 332 additions and 142 deletions

View File

@ -5,9 +5,11 @@
#ifndef OFFICEASSISTANT_BUTTONSTRUCT_H
#define OFFICEASSISTANT_BUTTONSTRUCT_H
#include <QString>
#include <QImage>
typedef struct taButtonStruct{
int index;
QString logo;
QString text;
QImage *image;
QImage *image_cover;
QString text;
QString url;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H