mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 21:33:59 +02:00
9 lines
132 B
QML
9 lines
132 B
QML
import Qt 4.7
|
|
|
|
BarKeyboard {
|
|
keys: "7894561230.<"
|
|
gridRows: 4
|
|
gridColumns: 3
|
|
buttonWidth: 80
|
|
buttonHeight: 70
|
|
}
|