forked from brmlab/brmbar-github
brmbarv3 ItemEdit: Add support for adding new items
This commit is contained in:
parent
a775c24cbc
commit
278a869ba3
4 changed files with 54 additions and 11 deletions
|
@ -87,6 +87,9 @@ Item {
|
|||
width: 360
|
||||
text: "Add Item"
|
||||
fontSize: 44
|
||||
onButtonClick: {
|
||||
loadPage("ItemEdit", { name: "", dbid: "" })
|
||||
}
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue