How to get screen size in PyQt6?
Unsolved
Qt 6
-
Hello everybody,
First of all, thank you all for your help.
I aim on a function (very stupid for you I'm sure), I would like to recover the dimensions of the computer screen in order to adapt my window to this one.
Do you have an idea for me to solve this little problem?
FYI, I'm using PyQt6
Thanking you all in advance.
-
QScreen should also be available for PyQt.