换完IDE了
This commit is contained in:
13
OfficeAssistant_msvc/buttonstruct.h
Normal file
13
OfficeAssistant_msvc/buttonstruct.h
Normal 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
|
Reference in New Issue
Block a user