View Single Post
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#26
Originally Posted by attila77 View Post
Ummm, not sure i follow - QML is providing you (or at least going to ) replacements for various widgets, input methods et al, but for things like file operations I would assume you would still want to use the native dialog.
Yes i would! So how do I call the native dialog from QML but without using C++?

In my imaginary app I want the user to choose a file, so let's imagine I have a button called "PIck a file, user". It should then pop up the native client. Whats the command for that?

The only thing I found regarding QML and file dialogs is this tutorial which goes the route of using C++ to do the file handling. Well i also found my own question from last month but I didnt get any reply to that one so that's no good. I just want to call the native file dialog similar to how text input calls the native text input dialog.. so is there a simple way and how do i do it? Please tell me there is a file dialog tag!

(I know Im derailing the thread, apologies again..)
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun

Last edited by kojacker; 2011-01-25 at 16:10.