Move Receipt button from Main Page to Management

This commit is contained in:
Petr Baudis 2012-10-18 19:31:11 +02:00
parent 3bf0e15af1
commit 2d134c829a
2 changed files with 12 additions and 22 deletions

View file

@ -137,6 +137,17 @@ Item {
}
}
BarButton {
id: select_item
x: 65
y: 582
width: 360
text: "Receipt"
onButtonClick: {
loadPage("Receipt")
}
}
BarButton {
id: cancel
x: 599