完成导航条,尚未Debug
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
#ifndef OFFICEASSISTANT_BUTTONSTRUCT_H
|
||||
#define OFFICEASSISTANT_BUTTONSTRUCT_H
|
||||
#include <QString>
|
||||
#include <QImage>
|
||||
typedef struct taButtonStruct{
|
||||
int index;
|
||||
QString logo;
|
||||
QString text;
|
||||
QImage *image;
|
||||
QImage *image_cover;
|
||||
QString text;
|
||||
QString url;
|
||||
}ButtonStruct;
|
||||
#endif //OFFICEASSISTANT_BUTTONSTRUCT_H
|
||||
|
Reference in New Issue
Block a user