how to see existing key events in QCalendarWidget
-
When I create a new QCalendarWidget there are hotkeys / shortcuts / key events (whatever the name) available by default. Like I can press:
- up, down, left, right in order to navigate days in calendar
- page up, page down in order to navigate months
- home, end to go to the beginning or end of the month
But where can I see all these possible key events listed? I have to manually find those key events by trial and error... Maybe I miss some key events which are useful?
-
Hi and welcome to devnet,
You should take a look at the sources of QCalendarWidget, you'll have all the information you want there