Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create own QSqlTableModel for SQLCipher database
Forum Update on Monday, May 27th 2025

How to create own QSqlTableModel for SQLCipher database

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 366 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Essentialfloss7-111XfacF
    wrote on 19 Mar 2019, 14:07 last edited by Essentialfloss7-111XfacF
    #1

    Problem is that I don't have any idea how to build and use Qt driver for SQLCipher / https://github.com/sjemens/qsqlcipher-qt5 /. So maybe is there any option to create my own table model that would work with SQLCipher database? Is there any guide/tutorial/help for that?

    Any help would be greatly appreciated.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 19 Mar 2019, 18:03 last edited by
      #2

      Hi,

      The README.md file explains exactly how to build the plugin.

      As for the usage, you can see in the tests. It's basically replacing "QSQLITE" by "QSQLCIPHER" in your code.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      1/2

      19 Mar 2019, 14:07

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved