Advertisement
Guest User

Untitled

a guest
Jul 14th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. GridView {
  2. id: appGridView
  3. anchors.fill: parent
  4. cellWidth: (appGridView.width / 2) ; cellHeight: 210
  5. focus: true
  6. model: proxyModel
  7. delegate: AppGridDelegate{}
  8.  
  9. clip: true
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement