Davide Coppola
2018-11-22 15:37:01 UTC
Hi,
I need to store some data for a Qt Creator plugin I am working on.
Keep in mind that I am not talking about settings, but actual data
generated by the plugin.
I am planning to use SQLite to handle the data, but I am not sure where I
should keep the file used to save the database.
Am I supposed to use some data path returned
by QStandardPaths::standardLocations or is there a better/different way for
plugins?
Thanks
I need to store some data for a Qt Creator plugin I am working on.
Keep in mind that I am not talking about settings, but actual data
generated by the plugin.
I am planning to use SQLite to handle the data, but I am not sure where I
should keep the file used to save the database.
Am I supposed to use some data path returned
by QStandardPaths::standardLocations or is there a better/different way for
plugins?
Thanks
--
*Davide Coppola*
*website:* http://www.davidecoppola.com
*blog:* http://blog.davidecoppola.com
<http://plus.google.com/+DavideCoppola>
<http://www.linkedin.com/in/davidecoppola>
<http://www.twitter.com/vivaladav>
*Davide Coppola*
*website:* http://www.davidecoppola.com
*blog:* http://blog.davidecoppola.com
<http://plus.google.com/+DavideCoppola>
<http://www.linkedin.com/in/davidecoppola>
<http://www.twitter.com/vivaladav>