I have a QStringListModel which is configured using the setStringList method.

I'm trying to use this model in QML Combobox. And I have exposed this model to qml using setContextProperty but I can't find the role name to be used in QML

I can't find a way to do so.

Please suggest.