On Jul 5, 2018, at 10:11 AM, Boris Ralchenko
mailto:bralche...@ics.com>> wrote:
You’ll have to use native Apple APIs. I don’t think there are any tricks - but
I just looked at Apple documentation, have not done it actually.
Regards,
Boris Ralchenko.
Thanks for the info. Unfortunately, th
You’ll have to use native Apple APIs. I don’t think there are any tricks - but
I just looked at Apple documentation, have not done it actually.
Regards,
Boris Ralchenko.
> On Jul 5, 2018, at 12:24 PM, Israel Brewster wrote:
>
> I have a Qt based application that currently stores its d
I have a Qt based application that currently stores its data in a SQLite
database using the QSql interfaces (QSqlQuery, QSqlTableModel, etc). I would
like to add iCloud syncing to this app, but my searching so far hasn't turned
up any Qt interfaces for CloudKit or iCloudDrive that I can find. Do