Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I would like to implement a lineedit on each cell of QCalendarWidget to allow the user to enter some data on that date.
Help me on this..
the easier way is copying the source of QCalendarWidget call it something else (EidtCalendarWidget?) and work directly from there. Subclassing won't help you here