brmbarv3 ItemEdit: Add support for adding new items

This commit is contained in:
Petr Baudis 2012-09-28 23:21:09 +02:00
parent a775c24cbc
commit 278a869ba3
4 changed files with 54 additions and 11 deletions

View file

@ -87,6 +87,9 @@ Item {
width: 360
text: "Add Item"
fontSize: 44
onButtonClick: {
loadPage("ItemEdit", { name: "", dbid: "" })
}
}
BarButton {