Add 'ENUM Declaration in Qt'

master
Mehran Dehghanian 5 years ago
parent f7284507cd
commit 0bcec38128

@ -0,0 +1,11 @@
### Example:
```
enum EnStyle
{
STYLE_RADIAL,
STYLE_ENVELOPE,
STYLE_FILLED
};
Q_ENUMS(EnStyle)
```
Loading…
Cancel
Save