一点修复

This commit is contained in:
Mike Solar
2023-08-01 09:04:53 +08:00
parent 57aea93735
commit ca35018346
12 changed files with 91 additions and 36 deletions

View File

@ -11,5 +11,8 @@ typedef struct taButtonStruct{
QImage *image_cover;
QString text;
QString url;
QString background_color;
QColor text_color;
QColor text_cover_color;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H