Hi all, I am new to Qt application development. In my Application i have built a QWERTY keypad usign QSignalMapper.I have 3 QLineEdit boxes above this keypad area. Now, when ever i select any line, i didnt get to know which line object gets selected.
If i subclass QLineEdit, and Reimplement this, than also i am not knowing which particular line has the current focus.If i presses line edit box, and start typing into that with keypad, focus moves to keypad's button.
Than,how can i get to know which line edit has been selected?