I'm trying to learn QML so that I can become a smartphone app. Right now I'm trying to create a list where each item should be "flicker" , this is what I want: when you grab a list item, you drag it to the left (Reveal a menu below) and the actual list item should be not completely disappearing on the left side, but still be slightly visible so that you can pull it back
< / P>
Import Q Twext 2.0 rectangle {width: 360 height: 360 column {inter: 5 rectangle {color: "green" width: 360 height: 360/3} rectangle {color: "red" width: 360 height: 360/3} 360 degrees: 360/3 rectangle: id: flickime color: "yellow" width: 360 height: 360/3}}}} code>
I thought it! You just have to set the contentWidth
larger than flickable
width.
Comments
Post a Comment