Make Comboboxes editable.

This commit is contained in:
2024-11-13 21:02:53 +01:00
parent 9197102772
commit e543f316db

View File

@@ -68,6 +68,7 @@ ColumnLayout
ComboBox
{
Layout.fillWidth: true
editable: true
}
Label
@@ -179,6 +180,7 @@ ColumnLayout
{
id: title
Layout.fillWidth: true
editable: true
}
Label
{
@@ -210,6 +212,7 @@ ColumnLayout
{
id: jobdescription
Layout.fillWidth: true
editable: true
}
Label
{
@@ -252,6 +255,7 @@ ColumnLayout
{
id: rank
Layout.fillWidth: true
editable: true
}
}
}