Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt Quick Local Storage
Forum Updated to NodeBB v4.3 + New Features

Qt Quick Local Storage

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 343 Views 1 Watching
  • 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.
  • ODБOïO Offline
    ODБOïO Offline
    ODБOï
    wrote on last edited by
    #1

    hi,
    i try to find the physical file whre my database is defined.

    db = Sql.openDatabaseSync(identifier, version, description, estimated_size, callback(db))
    

    the qt official doc say : identifier is the name of the physical file (with or without full path) containing the database. description and estimated_size are written to the INI file (described below), but are currently unused.

    but i can't find that file on my projects build directory..

    My aim is to use DB Browser for SQLite tool to explore my db.

    thx

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      And its not stored under
      QQmlEngine::offlineStoragePath() ?
      (under Databases) as docs suggests ?
      https://doc.qt.io/qt-5/qtquick-localstorage-qmlmodule.html

      ODБOïO 1 Reply Last reply
      4
      • mrjjM mrjj

        Hi
        And its not stored under
        QQmlEngine::offlineStoragePath() ?
        (under Databases) as docs suggests ?
        https://doc.qt.io/qt-5/qtquick-localstorage-qmlmodule.html

        ODБOïO Offline
        ODБOïO Offline
        ODБOï
        wrote on last edited by ODБOï
        #3

        @mrjj said in Qt Quick Local Storage:

        QQmlEngine::offlineStoragePath()

        sorry i missed it
        thx

        mrjjM 1 Reply Last reply
        1
        • ODБOïO ODБOï

          @mrjj said in Qt Quick Local Storage:

          QQmlEngine::offlineStoragePath()

          sorry i missed it
          thx

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @LeLev
          Oh np, it was pure luck :)

          1 Reply Last reply
          0

          • Login

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