Re: [Development] Proposal for UseSheet in QFileDialog option

2013-10-21 Thread Ziller Eike
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

[Development] Proposal for UseSheet in QFileDialog option

2013-10-18 Thread Yuë Liu
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