Sunday, June 27, 2021

Animating custom widgets with QPropertyAnimation — Add dynamic visual effects to your custom widgets

In the previous tutorial we looked at how you can build custom widgets with PySide. The widget we built used a combination of layouts, nested widgets and a simple QPainter canvas to create a customized widget you can drop into any application.

But that just scratched the surface of what …



from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...