Hi ,
I have a QdateEdit and Qbutton. Whenever I click on the button the calendar of the dateedit should be poped up.
I have tried to make a calendarwidget as given in the attachment. Intially I have made setVisible(false) for the calendar widget. Then I connected the click event of the button to setVisible(true) for the calendar widget. It's working fine. But this component is to be placed on another container. It has limited space. I can't give space for the calendar widget in the container. So it's hidding the view of calendar widget.
In stead of doing this if any way I can make the calendar of Dateedit visible the problem will be solved.
Please give me some idea to resolve it.
Thanks and Regards,
Rakesh
Bookmarks