Re: [Development] List all components within a QML package

2017-11-02 Thread Thiago Macieira
On quinta-feira, 2 de novembro de 2017 09:20:59 PDT Ben Lau wrote: > On 3 November 2017 at 00:14, Aleix Pol wrote: > > On Thu, Nov 2, 2017 at 5:12 PM, Ben Lau wrote: > > > Hi, > > > > > > Is there any API available (include private) to list all the components > > > within a QML package? I am dev

Re: [Development] List all components within a QML package

2017-11-02 Thread Ben Lau
On 3 November 2017 at 00:14, Aleix Pol wrote: > On Thu, Nov 2, 2017 at 5:12 PM, Ben Lau wrote: > > Hi, > > > > Is there any API available (include private) to list all the components > > within a QML package? I am developing a testing tool and need the > > information (only the name is needed).

Re: [Development] List all components within a QML package

2017-11-02 Thread Aleix Pol
On Thu, Nov 2, 2017 at 5:12 PM, Ben Lau wrote: > Hi, > > Is there any API available (include private) to list all the components > within a QML package? I am developing a testing tool and need the > information (only the name is needed). There's the qmlplugindump application, it should give you e

[Development] List all components within a QML package

2017-11-02 Thread Ben Lau
Hi, Is there any API available (include private) to list all the components within a QML package? I am developing a testing tool and need the information (only the name is needed). Thanks for any advise. ___ Development mailing list Development@qt-proje