Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.38 KB | None | 0 0
  1.         PainterItem {
  2.                   id: painter
  3.                   anchors.fill: parent
  4.                   MouseArea {
  5.                       id : m_area
  6.                       anchors.fill: parent
  7.                       Component.onCompleted: {
  8.                           m_area.positionChanged.connect(painter.moveEvent)
  9.                       }
  10.                   }
  11.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement