Skip to content

Instantly share code, notes, and snippets.

View VoodbooV's full-sized avatar
🎯
Focusing

Voodoo VoodbooV

🎯
Focusing
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