Hello,
I have a ListModel and in my delegate I display the name of each element
and next to it a Switch. Then I want to call a function which needs to
know if the Switch for each element is checked or not. How can I do this?
Regards,
Dimitris
___
Sa
Hi Dimitris,
Why not use an if function?
( buttonID.checked = true ? Execute function : do other function)
Hope that helps,
Michael
Sent from my BlackBerry 10 smartphone.
From: Dimitris
Sent: Wednesday, August 21, 2013 8:39 PM
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] How to chec
Thanks for reply Vesa-Matti!
I also have noted other suggestions I've received from people. Writing
them here as they may have or may not some value to you:
* In the Formatter example while scrolled text leaves the top of the
screen - it could possibly have lower opacity when close to the edg