[Android-development] Android QFileDialog

Robert Iakobashvili coroberti at gmail.com
Mon Feb 16 12:04:47 CET 2015


On Mon, Feb 16, 2015 at 12:42 PM, Rutledge Shawn
<Shawn.Rutledge at theqtcompany.com> wrote:
>
> On 16 Feb 2015, at 10:57, <maitai at virtual-winds.org> <maitai at virtual-winds.org> wrote:
>
>> Yes we've discussed that some time ago already
>>
>> I've tried hard with qtquick.dialogs, and finally got it more or less
>> working. The big problem being that it's bugged too (something to do
>> with the save function as well if I remember), and more importantly you
>> cannot display a qml window on top of a widget-based application
>> (qmainwindow) because qt can manage only one surface at a time, so I had
>> to hide my mainwindow while qtquick/filedialog was running etc... to
>> make it short it was a mess :)
>>
>> The pure QWidget-based with QFileSystemModel solution is much better and
>> faster in our case.
>
>
> I think we should make QFileDialog more touch-friendly at some point.

Prior to making it touch-friendly,
could the regression from 5.3, QTBUG-44337, be fixed?

Thank you in advance,
Robert



More information about the Android-development mailing list