PDA

View Full Version : how to set date from QCalender class in a text box



gauravg
2nd May 2011, 08:19
hi all ,
how to set date by selecting form QCalender in a text box and after selecting date ,selected date should be displayed in the text box and calender should be hide.



thanks with regards:
gauravg

tbscope
2nd May 2011, 08:32
The documentation tells you there's a signal when you clicked on a date. Use it.
To hide a widget, hide it. That should not be too difficult.