Hi All
AppStudio currently installs with QtQuick.Controls 1.1
Version 1.4 has apparently introduced a Calendar type which I'd like to use.
Does anyone know how or whether I can update/install v1.4 of QtQuick.Controls? If it is possible, what is the process?
Cheers,
-Paul
Solved! Go to Solution.
Hi Paul,
The QuickReport uses the calendar control. It was introduced at 1.3. You should simply change your import statement (even though you don't see it in the list).
Let me know how you go.
Cheers,
Gareth
Hi Paul,
The QuickReport uses the calendar control. It was introduced at 1.3. You should simply change your import statement (even though you don't see it in the list).
Let me know how you go.
Cheers,
Gareth
Thanks Gareth for pointing that out! My code by default was at 1.1, the stuff I found online mentioned 1.4 (which wouldn't run) and I didn't think to try the versions in between.....
Runs fine using 1.3 as suggested.
Cheers,
-Paul