forked from brmlab/brmbar-github
9 lines
165 B
QML
9 lines
165 B
QML
import Qt 4.7
|
|
|
|
BarKeyboard {
|
|
keys: "0123456789<qwertyuiop-asdfghjkl/+^zxcvbnm ,."
|
|
gridRows: 5
|
|
gridColumns: 11
|
|
buttonWidth: 90
|
|
buttonHeight: 80
|
|
}
|