[Android-development] Android QFileDialog

Robert Iakobashvili coroberti at gmail.com
Mon Feb 16 11:01:17 CET 2015


On Mon, Feb 16, 2015 at 11:57 AM,  <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.

Yes. we are also using a pure widget system,
but the reasons are different.

Our app is a memory-hungry one.

Thus, we need all the memory available
without a room for QML.

Sincerely,

Robert



More information about the Android-development mailing list