Add employee in GUI and set up a dictionary for it

This commit is contained in:
2025-01-15 09:35:54 +01:00
parent 80a269a729
commit 3eadad5d5b
3 changed files with 87 additions and 18 deletions

View File

@@ -182,7 +182,6 @@ GridLayout
ListView
{
id: contactView
//Layout.fillWidth: true
implicitHeight: parent.height
model: contactModel
@@ -191,8 +190,6 @@ GridLayout
delegate: Item
{
width: parent.width
//color: firstname.palette.base
//border.color: firstname.activeFocus? firstname.palette.highlight: firstname.palette.base
height: 15
Row