Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I use win 10, Qt 6.8. In Loader don't work item.height
This is very little of information. Can you provide a piece of code, please. With just your writing, it is more or less guessing what your problem is.
First guess: Your sourceComponent is not properly set, so the item of the loader is empty.
It's source:
Rectangle { id: confItemsList height: 200 ............
It's loader:
Loader { id: loader width: parent.width height: status === Loader.Ready ? item.height : 0
And loader get height 0