>
> Fabrice Mousset (20 August 2019 18:05)
> > I've got this issue when qtquickcompiler is enabled!
> > When I remove qtquickcompiler, it works!
>
> Please file a bug report against the qtquickcompiler,
>
> Eddy.
Bug is reported ==> https://bugreports.qt.io/browse/QTBUG-77748
Best regard
Fabrice Mousset (20 August 2019 18:05)
> I've got this issue when qtquickcompiler is enabled!
> When I remove qtquickcompiler, it works!
Please file a bug report against the qtquickcompiler,
Eddy.
___
Development mailing list
Development@qt-proj
; An: development@qt-project.org
> Betreff: [Development] QObject enum not readable in QML with Qt 5.12.4
>
> Hi all,
>
> I am **modernizing** our application from Qt 5.4.2 to last LTS version (Qt
> 5.12.4).
> I have a problem which I can't understand and needs some help.
>
&
Hi all,
I am **modernizing** our application from Qt 5.4.2 to last LTS version (Qt
5.12.4).
I have a problem which I can't understand and needs some help.
I have declared a QQuickPaintedItem object which has an enumeration to defined
drawing types, like this:
class TourPlayerItem : public QQuic