Guest User

Untitled

a guest
May 6th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import QtQuick 2.12
  2. import QtQuick.Window 2.12
  3.  
  4. Window {
  5. visible: true
  6. width: 640
  7. height: 480
  8.  
  9. TapHandler {
  10. target: null
  11. onTapped: {
  12. console.log(JSON.stringify(point));
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment