On 2020-12-16 11:04, Erik Winkels wrote:
tl;dr:How can I use a list of strings defined in ECL as a ListView model in QML in Qt 5.6?
So hopefully I just need to call the EQL5 version of `qmlRegisterType` as is done here: https://github.com/sailfishos/cppqml-sample/blob/master/src/cppqml.cpp
But I cannot find any examples of it, nor do I see it available in EQL5.