Skip to content

Instantly share code, notes, and snippets.

@lauromoura
Created April 5, 2012 18:09
Show Gist options
  • Save lauromoura/2312921 to your computer and use it in GitHub Desktop.
Save lauromoura/2312921 to your computer and use it in GitHub Desktop.
Simple qml file which imports folderlistmodel.
import QtQuick 1.0
import Qt.labs.folderlistmodel 1.0
Rectangle {
color: "blue"
height: 800
width: 600
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment