summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartsqml2/plugins.qmltypes')
-rw-r--r--src/chartsqml2/plugins.qmltypes10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/chartsqml2/plugins.qmltypes b/src/chartsqml2/plugins.qmltypes
index 91953068..af019e2d 100644
--- a/src/chartsqml2/plugins.qmltypes
+++ b/src/chartsqml2/plugins.qmltypes
@@ -2027,6 +2027,8 @@ Module {
Property { name: "gridLinePen"; type: "QPen" }
Property { name: "minorGridVisible"; type: "bool" }
Property { name: "minorGridLinePen"; type: "QPen" }
+ Property { name: "gridLineColor"; type: "QColor" }
+ Property { name: "minorGridLineColor"; type: "QColor" }
Property { name: "shadesVisible"; type: "bool" }
Property { name: "shadesColor"; type: "QColor" }
Property { name: "shadesBorderColor"; type: "QColor" }
@@ -2084,6 +2086,14 @@ Module {
Parameter { name: "pen"; type: "QPen" }
}
Signal {
+ name: "gridLineColorChanged"
+ Parameter { name: "color"; type: "QColor" }
+ }
+ Signal {
+ name: "minorGridLineColorChanged"
+ Parameter { name: "color"; type: "QColor" }
+ }
+ Signal {
name: "colorChanged"
Parameter { name: "color"; type: "QColor" }
}