You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example if I wanted to not show Sunday and Monday, i.e. setting weekdays="[2,3,4,5,6]", many things break. These are the issues I identified:
with view="week", 5 days is displayed, however the week alignment is all wrong, the starting day could be any day.
prev(), next() moves 5 days, but the counting includes the days not to be shown, so the next view will be 2 days earlier than it should be. I.e. if current view is showing [May 19 ... May 25], next() will show [May 24 ... May 30].
with view="day", next() will move the days like thus [Thu, Fri, Tue, Tue, Wed, Thu, ...]
prev() will move the days like thus: [Wed, Tue, Tue, Tue, Sat, Fri, ...]
QCalendar is not usable as yet. It's a pitty...
The text was updated successfully, but these errors were encountered:
For example if I wanted to not show Sunday and Monday, i.e. setting weekdays="[2,3,4,5,6]", many things break. These are the issues I identified:
QCalendar is not usable as yet. It's a pitty...
The text was updated successfully, but these errors were encountered: