When i click Qlineedit i want the focus and at the same time i want to edit for multiple linedits for using virtual keyboard.
|
|
|||||
|
|
|
Subclass QLineEdit and implement QWidget::focusInEvent(QFocusEvent *); and set a global variable to the current linedit and use that from your virtual keyboard. ex (not real code) :
|
||
|
|
|
|
Thanks for reply OneOfOne... If i click Qlineedit , i want to fire a signal(like signal fires when we click Qpushbutton).. How can i do that.. Thanks in advance.. |
|||
|
|
