Hi all
I would like to add "favorites" functionality to my app but i am a little confused on which way to implement this.
There are a few bits of information i want to record, For example: int ID, QString item, QString itemname
I was thinking of creating a new connection to another sqlite db but i think it would be abit excessive for my needs.
Is it possible to save an item favorite to a file, maybe xml? and then search, edit and update the file with new favorires items?
Any advice or examples for really be appriciated.
Thanks in advance






