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. Opening a file dialog gives a warning on stdout; Qt 5.1.0

Opening a file dialog gives a warning on stdout; Qt 5.1.0

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.8k 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.
  • K Offline
    K Offline
    kegon
    wrote on last edited by
    #1

    When I open a standard file dialog, e.g. QFileDialog::getSaveFileName(), I get the following message:

    @
    QFileSystemWatcher::removePaths: list is empty
    @

    I'm using Qt 5.1.0, MacOS X 10.8.4. It didn't happen in Qt 5.0.1/5.0.2

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mbnoimi
      wrote on last edited by
      #2

      I didn't face this problem under Windows7 and Linux Mint KDE 14!
      Try to use this:

      @QFileDialog::getSaveFileName(this, "", ".");@

      Does it generate same warning message?

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hakanguleryuz
        wrote on last edited by
        #3

        Same here,
        I am using Qt 5.1.0, MaxOSX 10.8.4

        The following code :
        @QString fileName = QFileDialog::getOpenFileName(this, tr("Open Image"),QDir::homePath(),tr("Images (*.png *.xpm *.jpg)"));@

        generates this warning message :
        @QFileSystemWatcher::removePaths: list is empty@

        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