I am relatively new in Qt, I want to implement a year picker, as shown in this image, with a certain range of year values, 2025 - 2100 for example, this year picker will be associated with a QLineEdit widget, the values will be stored as integers. I am using Qt6 (6.8.1) with C++20.
Would anyone please give me a suggestion? Any help would be appreciated. Thanks.