换完IDE了

This commit is contained in:
Mike Solar
2023-07-29 07:23:38 +08:00
parent c9db35e414
commit b9559e444b
38 changed files with 264 additions and 56 deletions

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