第一次提交

This commit is contained in:
Mike Solar
2023-07-26 19:48:14 +08:00
commit 25daaecbc0
23 changed files with 447 additions and 0 deletions

13
buttonstruct.h Normal file
View File

@ -0,0 +1,13 @@
//
// Created by HW on 2023/07/26.
//
#ifndef OFFICEASSISTANT_BUTTONSTRUCT_H
#define OFFICEASSISTANT_BUTTONSTRUCT_H
#include <QString>
typedef struct taButtonStruct{
int index;
QString logo;
QString text;
}ButtonStruct;
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H