Add employee in GUI and set up a dictionary for it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user