[PyQt] How to override mousePressEvent for an existing QPushButton widget

Henning Schröder henning.schroeder at gmail.com
Thu Jul 30 18:44:33 BST 2009


On Thu, Jul 30, 2009 at 7:10 PM, Dov Grobgeld<dov.grobgeld at gmail.com> wrote:

> Regarding contextMenuPolicy, how would you use that. I tried the following,
> but it didn't work...
>   [..]
>         self.connect(self.button,
> QtCore.SIGNAL('customContextMenuRequested()'), self.context_menu)
You always have  to use the complete signature. Please try:
SIGNAL('customContextMenuRequested(const QPoint&)')

Henning



More information about the PyQt mailing list