[QDate] add prop to show previous and next months days that are selectable #16632
Unanswered
gregveres
asked this question in
Ideas / Proposals
Replies: 3 comments
-
Yes, I need this feature too |
Beta Was this translation helpful? Give feedback.
0 replies
-
I need it too |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, it would be great to have this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The user experience of the date picker could be enhanced quite a bit by allowing the previous and next month days to be shown and selectable.
Here is an image of what I mean:
In the image, the date picker is showing the dates for September.
Since Sept 1 is on a Saturday, that first week on the current QDate would be showing 6 days of nothing. And since Sept 30 is on Sunday, the last week on the current QDate would be showing 6 days of nothing.
I would like to have a prop that enables those 6 days of nothing to show dates that can be selected. In the image, you see that the Aug 26 - 31st dates are displayed in a dimmed fashion, but they are still selectable. If the user selects Aug 28th, then the calendar would switch to Aug and would have Aug 28th selected.
The same goes for Oct 1 - 6 in the last week. Those dates get shown in a dimmed state but they are selectable and if selcted, the calendar would switch to Oct with whichever date selcted as the selected date.
I have used products with a date selector that functions like this and it is much nicer to use than the current workflow of QDate.
Beta Was this translation helpful? Give feedback.
All reactions