// // Created by HW on 2023/07/26. // #ifndef OFFICEASSISTANT_BUTTONSTRUCT_H #define OFFICEASSISTANT_BUTTONSTRUCT_H #include #include typedef struct taButtonStruct{ QImage *image; QImage *image_cover; QString text; QString url; }ButtonStruct; #endif //OFFICEASSISTANT_BUTTONSTRUCT_H