-1
I’m doing development of an application in python and Qt, ie pyqt5 and I wonder if there is a way whenever I run the display I created centralize on the screen, I saw that has to do this manually setting fixed values for top and left for example, but I would like the display to center on the screen in any resolution and I would like to know if this succeeds and if possible how I could do.
Note: I am beginner in both python and Qt.