##// END OF EJS Templates
Updated plugins.qmltypes...
Titta Heikkala -
r2833:e0808a4007f5
parent child
Show More
@@ -2761,6 +2761,14 Module {
2761 2761 name: "borderColorChanged"
2762 2762 Parameter { name: "color"; type: "QColor" }
2763 2763 }
2764 Signal {
2765 name: "markerShapeChanged"
2766 Parameter { name: "shape"; type: "MarkerShape" }
2767 }
2768 Signal {
2769 name: "markerSizeChanged"
2770 Parameter { name: "size"; type: "double" }
2771 }
2764 2772 }
2765 2773 Component { name: "QtCharts::QSplineSeries"; prototype: "QtCharts::QLineSeries" }
2766 2774 Component { name: "QtCharts::QStackedBarSeries"; prototype: "QtCharts::QAbstractBarSeries" }
General Comments 0
You need to be logged in to leave comments. Login now