PDA

View Full Version : How can i create a calender screen for inputting a date



ayanda83
31st December 2012, 06:54
Hi everyone, i want to create a program that takes a date as input but instead of the user typing in the date himself, i want the program to display the current month in form of a calender and the user can just select the date on the calender. is this possible with Qt?

Added after 37 minutes:

Surely there has to be somebody.

boudie
31st December 2012, 08:06
Everything is possible with Qt...
But you don't have to create a calendarwidget yourself. Just have a look at QCalendarWidget.