[PyQt] Context menu of child widget

2011-08-04 Thread emmanuel_mayssat
To: PyQt Mailing List pyqt@riverbankcomputing.com Cc: Bcc: Subject: Context menu of child widget Reply-To: (resent on Qt mailing list) Hello all, I am using a composite widget (widget of custom widgets) with a context menu. Each of my child widgets has a context menu as well. I would like

[PyQt] Context menu of child widget

2011-08-03 Thread emmanuel_mayssat
Hello all, I am using a composite widget (widget of custom widgets) with a context menu. Each of my child widgets has a context menu as well. I would like in my composite to EXTEND all the context menus of child widgets. For the composite, I tried to reimplement contextMenuEvent method (after