Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 516 Bytes

qtwidgetvirtualkeyboard

Qt Widget Virtual Keyboard

This widget provide a widget of a IOS Keyboard Like. When the user click one a virtual key an other window appear with the letter pressed.

Compatible QT5 and QT4

The signals emit by this widget are :

void keyPressed( QString t);
void backspacePressed(  );
void returnPressed(  );

img

img

img

img

img