How to add year selection into Calendar QML type of QtQuick.Controls 1.4 ?
-
I have seen that qt provide the calendar Component as below :
But here I am facing to one challenge that how to select year ?
I am using this calendar in application till now i think year selection is not needed. But i come into use case where by default date set to 1 JAN 1901.
So Now if i have to select current date through this calendar then you can see that it will be tedious to click next so many times.
So can any qt expert suggest the right solution like date picker of angular like where year selection also possible ?