tags:

views:

56

answers:

1

Hi.,

Please have a look at the snap:

http://i225.photobucket.com/albums/dd200/saravanan_comp2001/img1.png

the circles are custom controls. when i click the control , i need to bring the widget into front. Ex. if i click the second circle it's should come like this

please see the image: please add http://

i225.photobucket.com/albums/dd200/saravanan_comp2001/img2.png

when the control clicked i can able to get the sender of the control. only the thing is how to bring the object into front.

Please help me to fix the issue.

+3  A: 

Have you tried QWidget::raise()?

Raises this widget to the top of the parent widget's stack. After this call the widget will be visually in front of any overlapping sibling widgets.

the_mandrill