Results 1 to 8 of 8

Thread: Calendar Pop Up

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    32
    Thanks
    7

    Default Calendar Pop Up

    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
    Attached Files Attached Files

Similar Threads

  1. Opensource Calendar Widget
    By donmorr in forum Qt Tools
    Replies: 5
    Last Post: 15th February 2012, 18:54
  2. having some problems
    By Barvik in forum Newbie
    Replies: 0
    Last Post: 19th November 2008, 14:21
  3. Calendar widget with selectionMode != SingleSelection
    By Tamara in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2007, 10:13
  4. QDateEdit read-only with calendar not r.o.
    By lauranger in forum Qt Programming
    Replies: 2
    Last Post: 24th January 2007, 17:14
  5. Extending QDate, QTime and QDateTime
    By jamadagni in forum Qt Programming
    Replies: 8
    Last Post: 24th March 2006, 15:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.