How to set a time picker in qml list a spanning list ?
Unsolved
Mobile and Embedded
-
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 -
@ekkescorner Thank you.