Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.2
-
None
Description
Currently, enum can only be added in the Code view.
Image {
id: root
enum Location { Left = 0, Right = 1 }
Therefore, users need to write them by hand. In order for QDS to be more appealing to UI/UX designers, enum should also be able to be added in a GUI way.