I'd like to have a QCalendarWidget as the only item in a QComboBox, but from what I've looked up, QComboBoxes can only have strings as items. If that's the case, is there a similar implementation that I can use?
Look at this question, I think it is very similar if not identical to what you are looking for.
I hope this works for you.