QDateTimeEdit and CalendarPopup.
-
I have not tried this, but maybe it is enough to call show() on the calendarwidget?
-
[quote author="Tobias Hunger" date="1279811974"]I have not tried this, but maybe it is enough to call show() on the calendarwidget?[/quote]
I think no. May be this can show calendar widget, but with old position. Here 3 calls:
@ d->initCalendarPopup();
d->positionCalendarPopup();
d->monthCalendar->show();@