On 18.10.2013, at 21:56, Yuë Liu wrote:
> Hello,
>
> In QFileDialog documentation it says QFileDialog::DontUseSheet is no
> longer supported and user should use QFileDialog::open() if they want
> to use sheets, but for many simple application static methods are
> enough and simpler, and when po
Hello,
In QFileDialog documentation it says QFileDialog::DontUseSheet is no
longer supported and user should use QFileDialog::open() if they want
to use sheets, but for many simple application static methods are
enough and simpler, and when porting existing kde applications to
qfiledialog, modify