Internal Error when reusing my own qml component
Unsolved
QML and Qt Quick
-
wrote on 6 Nov 2022, 19:06 last edited by
I have defined my own qml type as MyIcon.qml as follows, and its only job is to display an icon.
I have another qml file named MyButton.qml, and I'm attempting to embed an icon inside the button by adding a MyIcon component.
However, after I've added the MyIcon block, this error popped up...
Does anyone know what causes this error?
-
wrote on 28 Nov 2022, 03:30 last edited by
What version of QtCreator are you using? It may be related to the front-end enum declaration.