Commit ccd238e5 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen Committed by GitHub

Merge pull request #37 from neochapay/master

[ListViewItemWithAction] add showNext property
parents 84b417a1 70fa9709
......@@ -15,6 +15,8 @@ Item {
property string icon: ""
property string page: ""
property bool showNext: true
property alias actions: actionsLoader.sourceComponent
signal clicked
......@@ -77,7 +79,7 @@ Item {
sourceSize.height: height
source: (icon != "") ? icon : "images/listview-icon-template-s.svg"
//visible: (icon != "")
fillMode: Image.PreserveAspectFit
}
Rectangle{
......@@ -168,7 +170,7 @@ Item {
sourceSize.height: height
source: "images/listview-icon-arrow.svg"
//visible: (page != "")
visible: showNext
}
MouseArea {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment