Re: [PyQt] Mouse Hover Event small issue

2012-02-21 Thread uahmed
hi Thanks for the reply thats exactly what i want , i already made a code of more than 1000 lines(chunk of code is in program.py script) and when i try to add your code for mouse over effect its not giving me required result . i saved your script with the name of hover.py from PyQt4 import QtGui

Re: [PyQt] Mouse Hover Event small issue

2012-02-21 Thread Hans-Peter Jansen
On Tuesday 21 February 2012, 03:27:41 uahmed wrote: > hi , > > I want to do hover i saw an example and then write a script which > will be use as i made program i am facing one problem that hover only > occur if u putt mouse on the left corner of button i want that it > will happen for all the butt

Re: [PyQt] Mouse Hover Event small issue

2012-02-21 Thread uahmed
any help ! On Tue, Feb 21, 2012 at 7:27 AM, uahmed wrote: > hi , > > I want to do hover i saw an example and then write a script which will be > use as i made program i am facing one problem that hover only occur if u > putt mouse on the left corner of button i want that it will happen for all

[PyQt] Mouse Hover Event small issue

2012-02-20 Thread uahmed
hi , I want to do hover i saw an example and then write a script which will be use as i made program i am facing one problem that hover only occur if u putt mouse on the left corner of button i want that it will happen for all the button that if i move cursor on button then it should change. here