Hi !
I’m trying to port my Kirigami applications to KF6, and I’m having a little trouble with BasicListItem.
Checking out the source of older versions of Kirigami, I can see this comment at the top of the BasicListItem component:
TODO KF6: this needs to become a layout inside a Delegate rather than its own listItem
But it seems BasicListItem was removed from newer versions of Kirigami, and I haven’t been able to find out if it had been replaced by something else ?
Are there some instructions about porting Kirigami applications from KF5 to KF6 that would be helpful for that specific component ?