On Wednesday 26 Nov 2014 09:06:25 Till Oliver Knoll wrote:
> > Am 26.11.2014 um 06:28 schrieb Igor Mironchik :
> >
> > Hi guys,
> >
> > Is it possible to use QWidget based components in QML?
>
> This might lead to the answer:
>
> http://qt-project.org/forums/viewthread/7893
>
> The other way
You mean QML or QtQuick? If you want to instantiate widgets from QML then I
think this should not be a problem (as you can instatiate there any
QObject), just expose them to QML engine. If you mean embedding QWidget in
a QtQuick application, then Olivier gave you the answer.
BR,
Filip
On Wed, Nov
> Am 26.11.2014 um 06:28 schrieb Igor Mironchik :
>
> Hi guys,
>
> Is it possible to use QWidget based components in QML?
This might lead to the answer:
http://qt-project.org/forums/viewthread/7893
The other way around - showing QML in a QWidget based application - is easy.
Check the doc