[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Python QT4.4 mouseMoveEvent Signal issue

Asked by scogger1974 in Python Scripting Language, Open Source Programming

Tags: qt4 python qt, gui

I am having an  getting python to actually respond to a mousemove event in a QlistWidget

Here is how I am connecting to the Mouse move event with my list
  self.SKEY_day1_list_widget.setMouseTracking(1)
  self.connect(self.SKEY_day1_list_widget, SIGNAL("mouseMoveEvent(QMouseEvent *)"), self.test3)

Here is what I am looking to make work
  def test3(self):
     print "in"
     
   
It does not work when I move my mouse over the list
according to what I have read.  I would have to reimplement mouseMoveEvent?
I am confused on how this works

Thanks
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625