Am 19.09.2010 um 22:02 schrieb Jean-Marc Lasgouttes:

> Le 17/09/2010 17:21, Stephan Witt a écrit :
>> I'll investigate later. I had a short look already...
>> ...one has to avoid use of QFileDialog::getOpenFileName - which is currently 
>> used.
>> So it is a little bit more work.
> 
> Hmm, you mean we cannot have side urls in this case?

Yes.

> Probably reading Qt source may help us to see what is doable.

The doc states:

* QFileDialog::getOpenFileName()
...
On Windows and Mac OS X, this static function will use the native file dialog 
and not a QFileDialog.

So I conclude that one cannot code

 QFileDialog dialog;
 dialog.setSidebarUrls(urls);

with QFileDialog::getOpenFileName().

Stephan

Reply via email to