My new task is to make a Calendar, that looks like this:
http://img222.imageshack.us/i/calendarx.jpg/
I wonder - is that even possible?
If yes - then what would be the sane way to do it? I mean - the only idea i have now - using parallel QTableWidget and QCalendarWidget, get the dates from QCalendarWidget and using SetItem on each QTableWidget... And I don't this is the best and easiest way to do this...
Bookmarks