How to use QML to implement the standard dialog like QFileDialog , QColorDialog
-
You will have to start from scratch if you want to write your own dialogs which may not be so easy. Did you try qt quick components to see if these widgets are available...
-
KmPlayer harmattan port seems to have implemented File dialog in QML, Looks like it can be reused quite easily.
check out code from here.