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

@ -26,18 +26,8 @@ Item {
}
BarButton {
id: withdraw
x: 65
y: 430
width: 360
text: "Select Item"
fontSize: 0.768 * 60
btnColor: "#666666"
}
BarButton {
x: 599
y: 430
y: 582
width: 360
text: "Charge"
onButtonClick: {
@ -45,17 +35,6 @@ Item {
}
}
BarButton {
id: select_item
x: 65
y: 582
width: 360
text: "Receipt"
onButtonClick: {
loadPage("Receipt")
}
}
BarButton {
id: management
x: 599

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