"unknown property text color"?
Solved
General and Desktop
-
wrote on 1 Feb 2016, 12:12 last edited by
hey folks. When I run my program the console keeps popping out "unknown property text-color".
what does it mean? In my program the only place which could have something to do with it is the label text color and I set it as white.
-
Hi
Do you use a stylesheet? -
wrote on 1 Feb 2016, 12:22 last edited by
You need to be more specific. Is ist a QML application? Do you use the Label QML type? if yes: the Label doesn't have a property named "text-color", us the "color" property.
-
You need to be more specific. Is ist a QML application? Do you use the Label QML type? if yes: the Label doesn't have a property named "text-color", us the "color" property.
wrote on 1 Feb 2016, 14:43 last edited by@Yves-Maurischat I'm writing in c++. Thanks for the help, that was the problem.
1/5