Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import QtQuick 2.7
  2.  
  3. Item {
  4. Item {
  5. id: skipButton
  6. width: 50 // place cursor to the left of `w' and comment(Ctrl+/) this line. Cursor would be moved to prev line..
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement