Absolute widget postion on screen
Unsolved
General and Desktop
-
Hi all,
is there a way to determine an absolute position of a widget on a screen? Either through code or via debugging in VS?
Tnx
@Zgembo
hi, take a look at the mapToGlobal functionhttps://doc.qt.io/qt-5/qwidget.html#mapToGlobal
should do what you want it to