mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 05:14:00 +02:00
brmbar v3 BarKeyPad: QWERTY touch input pad
This commit is contained in:
parent
d12a3b6599
commit
2c804477ec
1 changed files with 9 additions and 0 deletions
9
brmbar3/brmbar-gui-qt4/BarKeyPad.qml
Normal file
9
brmbar3/brmbar-gui-qt4/BarKeyPad.qml
Normal file
|
@ -0,0 +1,9 @@
|
|||
import Qt 4.7
|
||||
|
||||
BarKeyboard {
|
||||
keys: "0123456789<qwertyuiop-asdfghjkl+^zxcvbnm ,./"
|
||||
gridRows: 5
|
||||
gridColumns: 11
|
||||
buttonWidth: 80
|
||||
buttonHeight: 70
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue