Mitarbeiter stellen

This commit is contained in:
2025-01-23 15:59:34 +01:00
parent 103b172a60
commit d512d1d8b0
5 changed files with 88 additions and 27 deletions

View File

@@ -31,8 +31,8 @@ GridLayout
text: qsTr("Mitarbeiter")
width: 175
font.bold: true
horizontalAlignment: Text.AlignHCenter
color: "yellow"
horizontalAlignment: Text.AlignLeft
color: "black"
}
}
}
@@ -58,11 +58,10 @@ GridLayout
{
width: 200
height: 15
padding: 7
//padding: 7
Text
{
text: model.namens
color: "yellow"
}
}
@@ -118,10 +117,6 @@ GridLayout
employeeModel.append({namens: new_employee["assignee"]});
console.log(employeeModel.get(num_employees).namens)
console.log(new_employee["assignee"])
console.log(JSON.stringify(new_employee))
}
}