You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
397 B
15 lines
397 B
#ifndef USLISTOFIMAGESWITHTEXTANDSATATE_H
|
|
#define USLISTOFIMAGESWITHTEXTANDSATATE_H
|
|
|
|
#include "UsList.h"
|
|
#include "AutoProperty.h"
|
|
|
|
#include <QList>
|
|
#include <QString>
|
|
|
|
#define US_LIST_OF_IMAGES_WITH_TEXT_AND_STATE(NAME) \
|
|
US_LIST(QString, NAME ## ImageList) \
|
|
US_LIST(QString, NAME ## Names) \
|
|
US_PROPERTY(int, NAME ## CurrentSelected, 0)
|
|
|
|
#endif // USLISTOFIMAGESWITHTEXTANDSATATE_H
|
|
|