Results 1 to 10 of 10

Thread: context menu not displaying

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2011
    Posts
    160
    Thanks
    31
    Qt products
    Qt4
    Platforms
    Windows

    Default context menu not displaying

    I created a table inside a function and connect as below...

    filesTable= new QTableWidget(this);

    connect(filesTable,SIGNAL(customContextMenuRequest ed(QPoint)),this,SLOT(ProvideContextMenu(QPoint))) ;

    but, it is not generating signal, i am unable too see any context menu over there...
    Last edited by aurora; 16th February 2012 at 08:06.

Similar Threads

  1. Replies: 11
    Last Post: 14th December 2010, 14:35
  2. Replies: 2
    Last Post: 20th September 2009, 02:52
  3. Replies: 1
    Last Post: 28th January 2009, 09:21
  4. Replies: 6
    Last Post: 3rd September 2008, 14:27
  5. Replies: 5
    Last Post: 5th November 2007, 10:13

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.