View Single Post
Posts: 246 | Thanked: 2,574 times | Joined on Jan 2010 @ Egypt, Cairo
#2
Originally Posted by zolakt View Post
Hello,
I need a QFileDialog widget in my app to get a picture name, but I'm having huge problems with it.

1. When I scroll to the end of the folder list, dialog crashes with segmentation fault
2. Filesystem and "hildon directories" are visible in the list.
3. If I try to open any of the original filesystem folder, dialog crashes with segmentation fault
4. I can't see any files in the Camera folder. Interesting Audio folder is working fine.
5. Can't set the initial path to Camera (DCIM in filesystem) folder. The dialog crashes with segmentation fault

Obviously there are a lot of problem resolving "hildon directories". Has anyone got this working?

My current code:
filename, ok = QFileDialog.getOpenFileName(self, "Open Image", "/home/user/MyDocs/DCIM", "*.*")

Btw. I'm talking about native dialogs. The original qt dialog works fine, but it looks like hell. Awful!
Same issue here: http://talk.maemo.org/showthread.php?p=557856

I also wasn't able to fix it.. I had to release my app in extras-devel with the original Qt Dialog..