Skip to content

Instantly share code, notes, and snippets.

@usagi
Created January 7, 2013 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usagi/4474422 to your computer and use it in GitHub Desktop.
Save usagi/4474422 to your computer and use it in GitHub Desktop.
import QtQuick 2.0
import com.mycompany.mycomponents 1.0
Row {
Rectangle { width: 100; height: 100; }
MyItem { width: 100; height: 100; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment