mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
brmbar v3: Add support for numpad touch entry, use in charge and withdrawal screens
This commit is contained in:
parent
586b2411cf
commit
27f9b35b52
5 changed files with 81 additions and 45 deletions
9
brmbar3/brmbar-gui-qt4/BarNumPad.qml
Normal file
9
brmbar3/brmbar-gui-qt4/BarNumPad.qml
Normal file
|
@ -0,0 +1,9 @@
|
|||
import Qt 4.7
|
||||
|
||||
BarKeyboard {
|
||||
keys: "7894561230.<"
|
||||
gridRows: 4
|
||||
gridColumns: 3
|
||||
buttonWidth: 80
|
||||
buttonHeight: 70
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue