The x() and y() functions return the relative coordinates of a widget to its parent. Is there a simple way to find the absolute coordinates of a widget in a window (rather than iterating up parents to the window)?

thanks, Richard