[ui] Value of current edge iteration and TaskManager protected

This commit is contained in:
Aurore LAFAURIE 2024-08-26 17:25:34 +02:00
parent 0d397b4baf
commit 0d346ab2da
3 changed files with 17 additions and 8 deletions

View file

@ -264,7 +264,7 @@ Item {
spacing: 3
delegate: Label {
width: (ListView.view.width / ListView.view.model.count) - 3
width: ListView.view.model ? (ListView.view.width / ListView.view.model.count) - 3 : 0
height: ListView.view.height
anchors.verticalCenter: parent.verticalCenter
background: Rectangle {