Hi guys,
We're writing a GUI based on PyQt, and we're running into an issue when using different resolutions.
Problem is, we can't find how to get the GUI elements to automatically resize when the window is resized, or when the GUI is running on a larger resolution than the one the GUI was originally developed in
I'm using Qt-designer to create the .ui files, if that helps