rahulch

Untitled

Feb 28th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.30 KB | None | 0 0
  1. LineSeries {
  2.             id : leftEye
  3.             name: "Left Eye"
  4.             axisX: axisX
  5.             axisY: axisY
  6.  
  7.             VXYModelMapper {
  8.                 id: leftEyeMapper
  9.                 xColumn: 0
  10.                 yColumn: 1
  11.                 model: chartModel
  12.             }
  13.         }
Add Comment
Please, Sign In to add comment