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. How to force QML's file dialog instead of native?
QtWS25 Last Chance

How to force QML's file dialog instead of native?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 595 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.
  • V Offline
    V Offline
    Vadi2
    wrote on last edited by
    #1

    I'm finding that the native File Dialog on Windows either gets blocked by the AV (so the application freezes indefinitely) or gets delayed for a long while. How can I force QML to use its fallback file dialog instead of the native one? Or at minimum, Qt's?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Vadi2
      wrote on last edited by
      #2

      Found it:

                      FileDialog {
                          options: FileDialog.DontUseNativeDialog
                      }
      
      1 Reply Last reply
      3

      • Login

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