QML Calendar type - how to install/update to QtQuick.Controls 1.4

3337
2
Jump to solution
07-12-2015 10:34 PM
by Anonymous User
Not applicable

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

0 Kudos
1 Solution

Accepted Solutions
GarethWalters
Occasional Contributor III

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

View solution in original post

0 Kudos
2 Replies
GarethWalters
Occasional Contributor III

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

0 Kudos
by Anonymous User
Not applicable

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

0 Kudos