How to set a time picker in qml list a spanning list ?
Unsolved
Mobile and Embedded
-
wrote on 2 Jun 2016, 14:19 last edited by
Doing something similar to alarm clock. So I want to set a spanning list view to pick time. What is the exact component in qml to use for time picker that working similar to calender dialog in native android.
-
please vote for this bugreport: https://bugreports.qt.io/browse/QTBUG-51167
you can start to design your own picker using Qt 5.7 QtQuick Controls 2 Tumbler
https://doc-snapshots.qt.io/qt5-5.7/qml-qtquick-controls2-tumbler.html -
wrote on 13 Jun 2016, 10:33 last edited by
@ekkescorner Thank you.