Sambhav wrote: > Hi, > > I need to call a function when mouse is pressed over the GroupBox > widget. How can I do this ? > Subclass it, and reimplement the mousePressEvent to do what you want, or to emit a signal you defined yourself in your subclass, and connect to that. André