Products linked with rests
This commit is contained in:
@@ -25,6 +25,7 @@ Page {
|
||||
delegate: ItemDelegate {
|
||||
width: productsList.width
|
||||
|
||||
font.strikeout: modelData.rest === 0
|
||||
text: modelData.name
|
||||
height: spinbox.height
|
||||
|
||||
@@ -33,7 +34,7 @@ Page {
|
||||
|
||||
width: 150
|
||||
from: 0
|
||||
to: 100 * 100
|
||||
to: modelData.rest * 100
|
||||
stepSize: 50
|
||||
anchors.right: parent.right
|
||||
editable: true
|
||||
|
||||
Reference in New Issue
Block a user