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. Osx 5.x issues with QFileDialog

Osx 5.x issues with QFileDialog

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.0k 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.
  • M Offline
    M Offline
    mirswith
    wrote on last edited by
    #1

    I recently upgraded to Qt 5.0.2 (also tried 5.1) from 4.8.2 and I am now having an issue with the QFileDialog.

    I have a menu item connected to a slot that opens a file dialog using the static QFileDialog::getOpenFileName method, a couple of issues here. The dialog opens but never shows the contents of my folders, if I hit cancel and then resize my window or open a docked control then re-open the dialog I usually get the contents then but not always. The other issue is that if I do get contents and open a file the dialog never closes. I tried using the QFileDialog directly without the static method so that I could call close and deleteLater explicitly but that made no difference.

    Any help would be greatly appreciated!

    Thanks.

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

      HI,

      You might check the "bugreport":bugreports.qt-project.org/issues/ system to see if it's already been reported. If that's not the case, open a new bug with a minimal compilable example that shows the problem (as well as the explanation you gave here to help reproduce the behavior)

      Don't forget to post the link to the bug here

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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