Qt-jambi-interest Archive, June 2007
Re: QFileDialog Bug ?
Message 1 in thread
On Thursday 31 May 2007 18:01, Stephan Egli wrote:
> Hi,
>
> per default QFileDialog as used in qt jambi beta 2 does NOT display
> files, which have no extension (i.e. no ".abc" at the end).
>
> setting the filter explicitly to "*" seems to solve this issue, but I would
> expect that the default behaviour should be to display such files...
>
> Is this abug or a feature ?
>
> Stephan
Hi,
Yes, you are right. And this has been changed in the 4.3 release. The reason
for it not displaying file like "name", is that it doesn't contain any ".".
So setting the filter to just * should solve your problem for beta2, but for
the final release this would be the default behaviour.
Thanks for reporting :-)
Best regards,
Håvard F