Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. sqlite view
    Log in to post

    • SOLVED Showing data from multiple SQLite tables
      General and Desktop • database model-view sqlite view • • Pl45m4  

      7
      0
      Votes
      7
      Posts
      1103
      Views

      @Christian-Ehrlicher Hm ok... That's not what I wanted to hear :D Thank you anyway. I think, I will subclass QSqlQueryModel then and write functions to make the model writable...
    • UNSOLVED sqlite commands not working in qt
      General and Desktop • qtcreator qsqltablemodel sqlite view • • Calvin Richerd  

      3
      0
      Votes
      3
      Posts
      1236
      Views

      @mranger90 said in sqlite commands not working in qt: Apparently you can not directly access an SQLite database from a resource. There are some discussions about this, but I cant find the links right now. Indeed, Qt resources are compiled into the executable (or standalone binary file) which is read-only. Good catch! :-)
    • [SOLVED]Sqlite-view model on combobox Problem
      General and Desktop • combobox model sqlite view • • Kyef  

      9
      0
      Votes
      9
      Posts
      2979
      Views

      Thanks for sharing your findings ! It indeeds make sense since the views are read-only Since you have a workaround, can you please update the thread title prepending [solved] so other forum users may know a solution has been found :)