Python Forum
How to in PySide/PyQt, zooming in and out UI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How to in PySide/PyQt, zooming in and out UI (/thread-16077.html)



How to in PySide/PyQt, zooming in and out UI - Vladlen - Feb-13-2019

I am once in a while practicing PySide in Maya and right now I want to have UI which will act differently with different zoom range. Basically, when I zoom in on certain range I would like to see one type of buttons , when I zoom out , again different buttons. Anybody knows which layout I can look into or some examples? Thank you.