View Single Post
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#1
I'm having some really odd difficulties in locating the .sounds directory. This no doubt due my limited understanding of Linux.

I got the following (Qt) code:

Code:
QString fileName = QFileDialog::getOpenFileName(this,tr("Open Sound"), "/home/user/MyDocs/.sounds", tr("Wave Files (*.wav)"));

// END
With this I get the no files/folders in Open file dialog and the directory up button is disabled. The same thing happens when pointing to /home/user/MyDocs. When I point to /home/user, I don't see the MyDocs directory but up button works.

Can anyone please explain what I'm doing wrong? Where is the .sounds directory located?

Thank you

Last edited by Sasler; 2010-01-01 at 06:30.