Calendar element is not creatable???
-
wrote on 30 Nov 2017, 14:41 last edited by filipdns
Hello, I'm trying to insert calendar in qml form but I got this error.
that strange is I got this error only on qml page that I need to implement the calendar, I have 7 qml page with same structure and imported module and in all else the calendar is working... I begin to became crazy... -
wrote on 30 Nov 2017, 15:01 last edited by
That solved but without logical explanation for me, import QtQuick.Controls 2.2 is not working, I must add import QtQuick.Controls 1.4 and in the import list, import QtQuick.Controls 1.4 must be the last one to work...
very strange...
1/2