Mitarbeiter stellen
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user