Feature #288
Extend WCalendar features
| Status: | Closed | Start: | 02/08/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Pieter Libin | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
- allow a custom selection handler (e.g. select a whole week when clicking on a date)
proposal:
- allow to disable the connection between clicking on a date and updating the selection.
(this would be a third mode besides single and multiple selection)
- let user code react on the selected() signal, by calling select(std::set<WDate>)
- in conjunction with custom selection, allow the shown date entries of the next/previous
month to be clickable/selectable too.
- add a signal triggered when browsing to another month.
Thanks,
geert
History
Updated by Koen Deforche almost 2 years ago
- Assigned to set to Pieter Libin
Updated by Pieter Libin almost 2 years ago
- Status changed from New to Resolved
added clicked, activated, currentPageChanged signal
added setSelectionMode (+ NoSelection)
Updated by Koen Deforche almost 2 years ago
- Status changed from Resolved to Closed