Danu Kusmana <[EMAIL PROTECTED]> wrote:

> Im m trying to find something todo with QLineEdit object when the object
> recived focus by clicking on it. There aren't any signal like "on focus"
> for QLineEdit or is there?

Just reimplemet focusInEvent(). In the QFocusEvent you receive there is also
a reason() method which tells you how the widget got the focus (in case you
want to do something only if it got focus by mouse).

Giovanni Bajo

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to