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. QFileDialog on macos sandbox
Qt 6.11 is out! See what's new in the release blog

QFileDialog on macos sandbox

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 551 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.
  • cfdevC Offline
    cfdevC Offline
    cfdev
    wrote on last edited by
    #1

    Qt: 6.3.2
    OS: MacOS 12.6

    Hi everyone,
    Why the QFileDialog doesn't work on the macOs SandBox whereas work corretly outside ?
    How to fix that ?

    Thanks

    1 Reply Last reply
    0
    • cfdevC Offline
      cfdevC Offline
      cfdev
      wrote on last edited by
      #2

      I found... it's not depends of Qt,
      Just the correct rights to the entitlement.plist - About Entitlements

      <dict>
          <key>com.apple.security.app-sandbox</key>
          <true/>
          <key>com.apple.security.files.user-selected.read-write</key>
          <true/>
      </dict>
      

      ;-)

      1 Reply Last reply
      1

      • Login

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