Reply
Thread Tools
Posts: 270 | Thanked: 239 times | Joined on Dec 2009 @ Czech Republic
#1
Look at this simple example:
Code:
	QString sufix = ".oki";
	QString filename = QFileDialog::getSaveFileName(this, "Save file", "", sufix);
 
Posts: 79 | Thanked: 21 times | Joined on Sep 2007
#2
Yes, the corrupted button label looks like a Qt bug. But shouldn't your filter string be rather "*.oki" instead of ".oki"? I suspect Qt is looking for a "*" in vain.
 
Posts: 270 | Thanked: 239 times | Joined on Dec 2009 @ Czech Republic
#3
Thank you. Do you have some suggestion for solve this problem?
 
Posts: 79 | Thanked: 21 times | Joined on Sep 2007
#4
What about the suggestion that I gave? Replacing ".oki" by "*.oki". Does it help?
 
Posts: 270 | Thanked: 239 times | Joined on Dec 2009 @ Czech Republic
#5
It doesnt help.
 
Posts: 388 | Thanked: 842 times | Joined on Sep 2009 @ Finland
#6
Encountered the same problem and created a bug report:
https://bugs.maemo.org/show_bug.cgi?id=9790
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:14.