Le 28/08/11 15:11, bluekyu a écrit :
Hello.
I have a question about "partial" and "lambda" in connect slot.
I learned that "partial" and "lambda" can have arguments in
connect slot.
So, I usually use lambda function, however, it does not
On Sun, 28 Aug 2011 22:11:02 +0900, bluekyu wrote:
> Hello. I have a question about "partial" and "lambda" in connect slot.
>
> I learned that "partial" and "lambda" can have arguments in connect
slot.
> So, I usually use lambda function, however, it does not work well in
> some code.
>
> My ex
I've been successful in embedding the MPlayer video player into a
QWidget thanks to the PyMPlayer application
(http://code.google.com/p/python-mplayer/). Resizing the QWidget resizes
a movie just fine while the movie is playing, but once a movie is paused
or stopped, no resizing of the displaye
Hello. I have a question about "partial" and "lambda" in connect slot.
I learned that "partial" and "lambda" can have arguments in connect slot.
So, I usually use lambda function, however, it does not work well in
some code.
My example code:
from Py