PDA

View Full Version : How to add pop up calender to select Date Of Birth into a QLineEdit



Channareddy
14th June 2011, 14:35
hi,
I want to add a calendar into QLineEdit which pops up when selected by user to enter his/her DOB.I want know whether there is any in-build function in Qt for this purpose.If there is any please let me how to use it as ASAP.

Thanks :)

SixDegrees
14th June 2011, 18:36
Use a DateTimeEdit, instead.