From: Damjan Rems Date: 2012-09-02T02:34:32+09:00 Subject: Re: Qt signals driving me crazy Yeah. I was able to overcome the problem. But now I have another signal, that doesn't work. It's the right mouse click (context menu) on the same TreeWidget. slots 'right_click(QPoint)' connect(self, SIGNAL('customContextMenuRequested(const QPoint)'), self, SLOT('right_click(const QPoint)') ) def right_click(point) p 'right_click', point end by TheR -- Posted via http://www.ruby-forum.com/.