org::kde::kirigami::SwipeListItem
org::kde::kirigami::SwipeListItem Class Reference
Inheritance diagram for org::kde::kirigami::SwipeListItem:

Additional Inherited Members | |
![]() | |
alias | _default |
bool | actionsVisible |
color | activeBackgroundColor |
color | activeTextColor |
color | alternateBackgroundColor |
bool | alternatingBackground |
bool | alwaysVisibleActions |
color | backgroundColor |
alias | containsMouse |
list | Controls |
alias | overlayWidth |
bool | sectionDelegate |
bool | separatorVisible |
alias | supportsMouseEvents |
color | textColor |
Detailed Description
An item delegate Intended to support extra actions obtainable by uncovering them by dragging away the item with the handle This acts as a container for normal list items.
ListView {
model: myModel
delegate: SwipeListItem {
QQC2.Label {
text: model.text
}
actions: [
Action {
icon.name: "document-decrypt"
onTriggered: print("Action 1 clicked")
},
Action {
icon.name: model.action2Icon
onTriggered: //do something
}
]
}
}
Definition at line 35 of file controls/SwipeListItem.qml.
The documentation for this class was generated from the following file:
An item delegate Intended to support extra actions obtainable by uncovering them by dragging away the...
Definition: styles/Material/SwipeListItem.qml:39
const QList< QKeySequence > & print()
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jul 4 2022 04:09:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jul 4 2022 04:09:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.