完成获取应用列表、获取内置app列表

This commit is contained in:
Mike Solar
2023-08-10 15:36:08 +08:00
parent 0ecf1bdf6a
commit b8da134809
22 changed files with 920 additions and 547 deletions

View File

@ -16,5 +16,8 @@ typedef struct taButtonStruct{
QColor text_color;
QColor text_cover_color;
QString path;
QString initial_position;
QString op;
QString func;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H