Hi, I'm working with the Qt Quick Components for Symbian. Right now it looks like the current major version (1.1) will be the last version for Symbian. In practice this means that it will probably not be possible to add any new components. I don't know if there will be a new major version made for Meego. If there will, you might get your component included.
I would implement the component using pure QML (QML FolderListModel) if possible. And follow the coding conventions: http://doc.qt.nokia.com/qtcreator-extending/coding-style.html http://wiki.qt-project.org/Coding_Style To actually get it included you would have to implement the platformInverted property for the inverted theme as well as use platformStyle/privateStyle API:s for fetching images/layout values. But it's probably best to make it as an individual component first and then see if there is some way to get it included. -Mikael -----Original Message----- From: qt-components-bounces+ext-mikael.fagerlund=nokia....@qt.nokia.com [mailto:qt-components-bounces+ext-mikael.fagerlund=nokia....@qt.nokia.com] On Behalf Of ext Alberto Mardegan Sent: 16 April, 2012 08:59 To: qt-components@qt.nokia.com Subject: Re: [Qt-components] File chooser On 04/14/2012 07:13 PM, Alberto Mardegan wrote: > Hi all, > from my application I need to be ask the user for a file path > (either an existing file to be loaded, or a new file to be created). > In practice, I need a QML equivalent of QFileDialog. For the record, I created this: https://bugreports.qt-project.org/browse/QTCOMPONENTS-1242 Ciao, Alberto -- http://blog.mardy.it <- geek in un lingua international! _______________________________________________ Qt-components mailing list Qt-components@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-components _______________________________________________ Qt-components mailing list Qt-components@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-components