Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 5.15.0
    Log in to post
    • All categories
    • K

      Unsolved Getting the issue with the QFileDialog for QT version upgrade 5.12.9 to 5.15.2
      QML and Qt Quick • qt 5.15.0 android file dialog • • Kuldip Somwanshi

      2
      0
      Votes
      2
      Posts
      115
      Views

      sierdzio

      Modern Androids heavily restrict access to the file system, and getting file URLs is no longer allowed. I suspect you have bumped target SDK when upgrading and now you are bound by newer rules from Android: you'll have to upgrade your code to use storage providers and permissions.

      Some info: https://developer.android.com/training/data-storage and https://developer.android.com/guide/topics/providers/document-provider

    • Renio

      Solved error: undefined symbol
      Qt for WebAssembly • webassembly qt 5.15.0 emscripten mingw 64 bit • • Renio

      2
      0
      Votes
      2
      Posts
      669
      Views

      Renio

      after contact the qt support, they suggest me to replace

      win32: LIBS += -L$$PWD/../../TinyLib/build-TinyLib-Qt_5_15_0_WebAssembly-Debug/ -lTinyLib

      with

      wasm:LIBS += -L$$PWD/../../TinyLib/build-TinyLib-Qt_5_15_0_WebAssembly-Debug/ -lTinyLib
    • N

      Unsolved Cannot use WebRTC AudioCapture with WebEngineView connected to local server via WebKitSpeechRecognition
      Qt WebKit • qtwebengineview qml webengine qtquick qt 5.15.0 • • nodelogic

      1
      0
      Votes
      1
      Posts
      407
      Views

      No one has replied