Re: [EQL5] Making a model available for a ListView in QML

Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> Wed, 16 Dec 2020 12:01:47 +0100
Newsgroups gmane.lisp.ecl.general
Message-ID <[email protected]>
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.