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?
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 600 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.
  • V Offline
    V Offline
    Vadi2
    wrote on 4 Jun 2019, 18:42 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 4 Jun 2019, 18:53 last edited by
      #2

      Found it:

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

      1/2

      4 Jun 2019, 18:42

      • 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