Skip to content

Add PE equivalent to PC2 ListItem

Jan Blackquill requested to merge work/cblack/list-item into master

Mostly a shim for the Kirigami ListItem exposing an API compatible with that of the PC2 ListItem and offering Plasma styling.

API compatibility:

  • default property alias content (from: Control)
  • property bool enabled (from: Control)
  • signal clicked (from: AbstractButton)
  • signal pressAndHold (from: AbstractButton)
  • property bool checked (from: AbstractButton)
  • property bool sectionDelegate
  • property bool containsMouse
  • property bool separatorVisible
Edited by Jan Blackquill

Merge request reports