Qt 6.11 is out! See what's new in the release
blog
Densepattern Calendar background
General and Desktop
2
Posts
2
Posters
709
Views
1
Watching
-
Hello,
I need to mark days in a Qt calendar with different colors and it could happen, that events overlap, so I need two colors for one day. Is there a possibility? I tried to change the brushstyle and set it as background, but nothing happened.Thanks
-
Hi and welcome to devnet,
Maybe "this":http://qt-project.org/doc/qt-5/qcalendarwidget.html#setDateTextFormat is what your are looking for
Hope it helps