Hello,
please how I can use the signal like "onChecked" with QML Switch Element?
the code above doesn't work with Symbian Belle neither with MeeGo Harmattan, please correct me the code above to work with Symbian (com.nokia.symbian 1.1) and MeeGo (com.nokia.meego 1.1).Code:Switch { id: switcher checked: true onChecked: if(checked){ doSomeThing(); } else{ doOtherThing(); } }
Thank you



