How to convert global coordinate to coordinate relative to parent?
General and Desktop
3
Posts
2
Posters
6.7k
Views
1
Watching
-
If you have a widget, you can call "QWidget::mapFromGlobal":http://doc.qt.nokia.com/4.7/qwidget.html#mapFromGlobal
-
[quote author="Gerolf" date="1321869156"]If you have a widget, you can call "QWidget::mapFromGlobal":http://doc.qt.nokia.com/4.7/qwidget.html#mapFromGlobal[/quote]
thanks