Results 1 to 2 of 2

Thread: QFileDialog::getExistingDirectory crash in linux

  1. #1
    Join Date
    Apr 2013
    Posts
    63
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default QFileDialog::getExistingDirectory crash in linux

    I am trying to port an application working perfectly fine in windows to linux.
    The following call crashes the application in linux

    Qt Code:
    1. QString myPath=QFileDialog::getExistingDirectory ( this,"Select my Path", mMyPath, QFileDialog::ShowDirsOnly );
    To copy to clipboard, switch view to plain text mode 

    Any ideas?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QFileDialog::getExistingDirectory crash in linux

    What is the backtrace you are getting?

    Cheers,
    _

Similar Threads

  1. Using QFileDialog::getExistingDirectory() to list files too !
    By adaitabehera in forum Qt Programming
    Replies: 0
    Last Post: 14th May 2013, 08:08
  2. strange behavior with QFileDialog::getExistingDirectory
    By cemoktra in forum Qt Programming
    Replies: 1
    Last Post: 2nd May 2013, 13:20
  3. Replies: 2
    Last Post: 28th December 2010, 06:20
  4. Replies: 0
    Last Post: 31st March 2010, 12:40
  5. Replies: 2
    Last Post: 16th April 2009, 07:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.