How does QVariantAnimation get serviced?
Unsolved
General and Desktop
-
Is it possible to use a QVariantAnimation in a non-GUI app and inside a QThread?
How does the QVariantAnimation get serviced?I'm hoping to use this to animate simple variables inside a QThread sub-class.
-
Hi,
I don't see anything stopping you from using it that way. AFAIR, you need an event loop to run but that's all that should be required.