PDA

View Full Version : Accessing places.sqlite from QT Application



dinesh123
21st November 2016, 12:15
Is it possible to read places.sqlite file of Mozilla firefox storing internet history of the user using QT?
If yes, please provide some sample code.

Lesiok
21st November 2016, 13:12
Yes it is. SQLiteBrowser (http://sqlitebrowser.org/) is a very good example how to do it.