[PyQt] animating, rotating UI layouts,elements,etc

2011-01-01 Thread James Polk
Happy New Year to All!,... About to start searching PyQt docs,...thought I'd ask here too... I have to create a sorta' 1-2-3 menu process for users... Thought about doing something fancy, like rotating entire layouts in and out of main window...or maybe animating (probably translation) them,

Re: [PyQt] animating, rotating UI layouts,elements,etc

2011-01-01 Thread Doug Bell
James Polk wrote: I have to create a sorta' 1-2-3 menu process for users... Thought about doing something fancy, like rotating entire layouts in and out of main window...or maybe animating (probably translation) them, etc...It appears that PyQt supports animating gifs, but what about

Re: [PyQt] animating, rotating UI layouts,elements,etc

2011-01-01 Thread Hans-Peter Jansen
On Saturday 01 January 2011, 21:11:27 James Polk wrote: Happy New Year to All!,... About to start searching PyQt docs,...thought I'd ask here too... I have to create a sorta' 1-2-3 menu process for users... Thought about doing something fancy, like rotating entire layouts in and out of main

Re: [PyQt] animating, rotating UI layouts,elements,etc

2011-01-01 Thread James Polk
Hmmm,...I got an error when trying to run those examples in AnimationFrameworkafter some digging, it looks like that's due to QGraphicsObject being introduced in 4.6, and I'm in 4.5.3. I have to use that version in order to be compatible with Maya 2011. Will check out the Wizard