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
Printable View
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
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.