Thanks for doing the pastebin. Much better.

Wouldn't the event trigger at each pixel move, and call start? Also, you
don't need to install an event filter if you are installing it on itself.
It would be the same as just reimplementing event() on that class.



On Thu, Sep 10, 2015 at 10:28 AM Kurian O.S <kuria...@gmail.com> wrote:

> http://pyqt.sourceforge.net/Docs/PyQt4/qmovie.html#started did you check
> the default signals from QMovie ?
>
> On Wed, Sep 9, 2015 at 3:17 PM, Antonio Govela <agov...@gmail.com> wrote:
>
>> Sorry.. it was late and was getting kinda lost. So I managed to clean the
>>>> code and actually trigger an animated gif widget using events. <ultiple
>>>> widgets can be added with classes and respond independently to the 'hover
>>>> over and leave' mouse tracking.
>>>
>>>
>> Here's the code: http://pastebin.com/C43HwDgi fully functional...
>>
>> My question would then be: is using the event filter better than trying
>> to use signals or vice versa, and how can this be done using signals to
>> trigger events like start, stop and reset.
>>
>> Thanks!
>>
>> Antonio
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Python Programming for Autodesk Maya" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to python_inside_maya+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/python_inside_maya/4115dda0-d481-47c7-bbdc-0a016d70e121%40googlegroups.com
>> <https://groups.google.com/d/msgid/python_inside_maya/4115dda0-d481-47c7-bbdc-0a016d70e121%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> --:: Kurian ::--
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/CANEMyhOszTu4eHEH-WxAT_qT7KvyG8tT7S0tuaEVNq5_izhX-w%40mail.gmail.com
> <https://groups.google.com/d/msgid/python_inside_maya/CANEMyhOszTu4eHEH-WxAT_qT7KvyG8tT7S0tuaEVNq5_izhX-w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA01aEE3fa3YO0JXZUSFsoiFn9rYF3Fa4b21P2f0DycoEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to