Thank you! You were right! Although I put my sqlite database in my project folder and added it accordingly to my .pro file, the file path was still wrong and thus it was opening a different database than I thought. However I now have the file path hardcoded, which is a poor solution as I am looking to deploy this application (obviously everyone's file paths will be different). Any suggestion on where to put the database so it can be loaded once the application starts up? It does not appear to work if I add it as a "Resource"
Bookmarks