I'm a new in Qt Designer 4.4.1 Open Source Edition. I used to program in Windows Borland C++ Builder and I've switched to Linux.
I do not know how to gain the control when a widget (a LineEdit in the specific case) gains the focus, no mater if by tab or by clicking or by any other medium. My Focus Policy to the widget is "strongFocus", so it is enabled to receive.
In Borland Builder, each object has a table with all possible events. For Edit field there is among the events one called "OnEnter" who signalizes the focus entering that object (similarly there is "OnExit")
Qt has something similar?
Can someone help me. I'll be gratefull.
Luis