Merge branch 'main' into schnacke

merge main
This commit is contained in:
2025-03-20 12:18:39 +01:00
6 changed files with 2 additions and 12 deletions

View File

@@ -67,7 +67,6 @@ GridLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
onCurrentIndexChanged: city.currentIndex = postcode.currentIndex
@@ -95,7 +94,6 @@ GridLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
}

View File

@@ -118,7 +118,6 @@ GridLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
onCurrentIndexChanged: city.currentIndex = postcode.currentIndex
validator: RegularExpressionValidator
@@ -145,7 +144,6 @@ GridLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
}

View File

@@ -76,8 +76,6 @@ ColumnLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: zipcode.y + 5 - (zipcode.height * 2)
//currentIndex: -1
onCurrentIndexChanged: city.currentIndex = zipcode.currentIndex
validator: RegularExpressionValidator
{
@@ -100,7 +98,6 @@ ColumnLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: zipcode.y + 5 - (zipcode.height * 2)
currentIndex: -1
}
}

View File

@@ -96,7 +96,6 @@ GridLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
onCurrentIndexChanged: city.currentIndex = postcode.currentIndex
Layout.columnSpan: 3
@@ -123,10 +122,8 @@ GridLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
Layout.columnSpan: 3
// onCurrentIndexChanged: postcode.currentIndex = city.currentIndex
}
Label

View File

@@ -90,7 +90,6 @@ GridLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
}

View File

@@ -76,7 +76,7 @@ T.ComboBox {
onPressed: () => {
control.popup.visible = true;
control.popup.focus = true
control.popup.forceActiveFocus()
}
}
}
@@ -86,6 +86,7 @@ T.ComboBox {
padding: 1
topMargin: 6
width: control.width
y: control.height
background: Rectangle {
border.color: Colors.interactive