PDA

View Full Version : Virtual keyboard example



Coder5546
29th November 2014, 12:10
Hi, I want to create very simple virtual keyboard but I don't know how I can do it...

Please give me some example...

I have QWidget with few QPushButtons, when I will push the button I want to send text from this button to
QlineEdit in other widget.

Thank You for any suggestions and examples
Cheers

anda_skoa
29th November 2014, 13:45
QKeyEvent, QApplication::postEvent(), QApplication::focusWidget().

Cheers,
_