Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

showing enums in QtCreator Design mode

$
0
0
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?

Viewing all articles
Browse latest Browse all 4972

Trending Articles