How to know if a QLineEdit got focus ?
Posted
by Narek
on Stack Overflow
See other posts from Stack Overflow
or by Narek
Published on 2010-06-10T07:13:15Z
Indexed on
2010/06/10
7:22 UTC
Read the original article
Hit count: 397
I want to be able to know if in the QLineEdit it was a click. So I guess I should reimplement the following function(??):
void QLineEdit::focusInEvent ( QFocusEvent * e ) [virtual protected]
How I should do that?
© Stack Overflow or respective owner