1 ENUM Declaration in Qt
Mehran Dehghanian edited this page 4 years ago

Example:

enum EnStyle
{
    STYLE_RADIAL,
    STYLE_ENVELOPE,
    STYLE_FILLED
};
Q_ENUMS(EnStyle)
Table of Contents