Inside the qtdemo I was wondering if anyone could tell me how the animate the buttons how they slide in and drop down. Or how they work in general.
Thanks
Printable View
Inside the qtdemo I was wondering if anyone could tell me how the animate the buttons how they slide in and drop down. Or how they work in general.
Thanks
why dont u read the source yourself..its very enlightening :)
I am completely new to QT, sorry should have mentioned that. I looked briefly, but I am still learning trying tutorials and such.
ok, so if u wanna study how to animate..study QGraphicsItemAnimation, QTimeLine.. and also if you read more about Graphics View Framework, you'd feel more confident using qt
thanks! Ill look into these. :)