PDA

View Full Version : Focusing



zgulser
15th April 2009, 12:31
Hi,

I have a window which hauses some other frames( widgets). When I want to click on one of these frames, I want them to make blue their title colors. The problem is I couldn't pass the focus to the frames.

Thanks in advance.

Sheng
15th April 2009, 14:14
Hi,

I have a window which hauses some other frames( widgets). When I want to click on one of these frames, I want them to make blue their title colors. The problem is I couldn't pass the focus to the frames.

Thanks in advance.

why not just reimplement keyPressEvent()?

zgulser
20th April 2009, 07:47
Hi,

What's wrong with focusIn abd focusOut events?