[SailfishDevel] How to check Switch state

2013-08-21 Thread Dimitris
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

[SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread Dimitris
Hello! I am trying to use QJson in my app. But I don't know what I should do to install QJson and how I can use it afterwards. I followed the instructions here <https://lists.sailfishos.org/pipermail/devel/2013-June/000352.html> but it doesn't seem to work.

[SailfishDevel] Search Field Component

2013-08-14 Thread Dimitris
Hello, I want to use this component and there is not much info about it in the documentation. Is it just a TextField with two additional icons or does it actually filters the result according to the text given? Because if it doesn't I have to implement it on my own. Thanks. _