[Solved]QDateEdit - How to restrict user input ?
General and Desktop
5
Posts
3
Posters
3.1k
Views
1
Watching
-
Hi all ,
How can i restrict the user input to QDateEdit ? How can i stop the user from changing the day, and at the same time , month and year can be changed.
Setting the Display Format to hide the day wasn't an exact solution in my case. Because i would like to show the date [dd/mm/yyyy] but edit only mm and yy part.