Hi

I'm trying to find x and y coordinate of a combobox. On the following picture I would like to find the length (x-coordinate) of the red line. When I call x() on the combobox it returns the length of the blue line.

example.png

Do I have to go though all the parents to find the coordinate (length of the red line)?

-- Bjoern