Skip to content

Instantly share code, notes, and snippets.

View salvaom's full-sized avatar

Salvador salvaom

  • Barcelona, Spain
View GitHub Profile
anonymous
anonymous / Accordion.qml
Created January 29, 2016 01:14
import QtQuick 2.4
Column {
width: parent.width
height: parent.height
property alias model: columnRepeater.model
Repeater {
id: columnRepeater