I'm writing my first QML/Javascript app for QtQuick 2.0. I need to place a DatePicker control, but I haven't found any control like that under QtQuick.Controls -and nowhere, in fact-.
I'm starting to believe there is no way to call a 'native' DatePicker in QML. Do I have to implement one or there is exist one?
Just in case anyone else stumbles upon this, there is a Calendar
element in QtQuick.Controls by now. This should make the implementation of such a Datepicker
a lot easier: http://qt-project.org/doc/qt-5/qml-qtquick-controls-calendar.html