Results 1 to 2 of 2

Thread: how to create a PopupMenu?

  1. #1
    Join Date
    Mar 2012
    Posts
    2
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Smile how to create a PopupMenu?

    My Qt's version is 4.7.4
    it's unable to find "QPopupMenu", the header file
    thx for any answers

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to create a PopupMenu?

    QPopupMenu was replaced by QMenu in Qt 4. So just use QMenu with QMenu::exec() and you have the same effect.

  3. The following user says thank you to Lykurg for this useful post:

    AKB48 (23rd March 2012)

Similar Threads

  1. PopupMenu for several QGraphicsItems
    By jobrandt in forum Qt Programming
    Replies: 0
    Last Post: 10th August 2009, 15:00
  2. qtablewidget popupmenu
    By totosugito in forum Qt Programming
    Replies: 1
    Last Post: 6th February 2008, 05:51
  3. get Text from Popupmenu action
    By raphaelf in forum Newbie
    Replies: 6
    Last Post: 11th October 2006, 15:24
  4. popupmenu
    By mickey in forum Qt Programming
    Replies: 14
    Last Post: 30th April 2006, 19:22
  5. PopupMenu
    By jnana in forum Qt Programming
    Replies: 2
    Last Post: 16th March 2006, 06:28

Tags for this Thread

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.