Comment 8 for bug 1197058

Revision history for this message
Zsombor Egri (zsombi) wrote : Re: [ListItems] should allow controls on the left

This kind of layout will be possible with the new ListItemLayout. However the layout must be defined explicitly, like

ListItemLayout {
    CheckBox {}
    Captions {
        title.text: "Whatever"
    }
}