Qt QListView - context menus?

Posted by QLatvia on Stack Overflow See other posts from Stack Overflow or by QLatvia
Published on 2010-05-19T21:38:43Z Indexed on 2010/05/19 21:40 UTC
Read the original article Hit count: 293

Filed under:
|

I'm trying to add a context (right click) menu to a Qt QListView. I see in Qt 3.3 there is "contextMenuRequested" (which I could use) - http://doc.trolltech.com/3.3/qlistview.html#contextMenuRequested. However, I can't see such a method in Qt4. Does anyone know how to add a context menu to a QListView?

© Stack Overflow or respective owner

Related posts about qt

Related posts about qlistview