Qml/main: open mod details page when card is clicked
This commit is contained in:
parent
2ad0e0597c
commit
b3b1c7b4c6
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ Kirigami.ApplicationWindow {
|
|||
component ModCardDelegate: Kirigami.AbstractCard {
|
||||
required property QMod mod
|
||||
|
||||
showClickFeedback: true
|
||||
onClicked: pageStack.pushDialogLayer(Qt.resolvedUrl("ModPage.qml"), {mod: mod})
|
||||
|
||||
// headerOrientation: Qt.Horizontal
|
||||
contentItem: Item {
|
||||
implicitHeight: modCardLayout.implicitHeight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue