17 changes: 17 additions & 0 deletions tools/themehelper/components.json
Expand Up @@ -211,6 +211,19 @@
"default": "white"
}
]
},
{
"name": "Checkbox",
"properties": [
{
"name": "back1",
"type": "QColor"
},
{
"name": "back2",
"type": "QColor"
}
]
}
],
"properties": [
Expand Down Expand Up @@ -249,6 +262,10 @@
{
"name": "label",
"object": "Label"
},
{
"name": "checkbox",
"object": "Checkbox"
}
],
"font": "/usr/share/fonts/google-opensans/OpenSans-Regular.ttf"
Expand Down