HorizontalArtDelegate.qml 131 B

1234567
  1. import QtQuick 2.5
  2. ArtDelegate {
  3. //height: implicitHeight/implicitWidth*width
  4. width: parent.width
  5. onXChanged: x = 0
  6. }