How to add animation onPressed and onReleased in QML Slider? That what I meant in the comment above: Slider { ... onPressedChanged: { if(pressed) console.log ...
確定! 回上一頁