Pascaldietz (Talk | contribs) (created ScrollableMusicList API Snapshot page) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 13: | Line 13: | ||
;''int'' textPixelSize | ;''int'' textPixelSize | ||
:Size of text in pixels | :Size of text in pixels | ||
| - | |||
| - | |||
;''int'' estimatedHeight | ;''int'' estimatedHeight | ||
| - | :Estimates the height of the list | + | :Estimates the height of the list. Intended as read-only. |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
=Signals= | =Signals= | ||
Contents |
This component presents a list of songs, given by a model.
-
ScrollableMusicList {
id: musicListView
visible: true
opacity: 1
anchors.fill: parent
model: songsFromAlbum // your model
onListItemSelected: {
// your implementation
}
}