Showing enums in QtCreator Design mode
-
A TextInput Component has for example a property called echo mode. In Design mode it shows up as a drop-down list.
But if my Component has a property like:
@property alias echoMode: textInput.echoMode@
it does not show up in the Property pane. (Although it is done in the same way in QtQuick.Controls 1.0 Textfield.qml). Does anyone know how to do it?