Abnormal Outline Style results.
Unsolved
QML and Qt Quick
-
Hello! I have an abnormal situation. It is possible that I am doing it completely wrong, but the way I have read the Qt Stylesheet documentation is that when clicking on something like QTextEdit that border which pops out around it is the outline. You are able to change its' color using the outline, outline-color, etc styles. My problem is that it is not working for me and I have tried about every other style I can think of to change it. My style sheet looks like this:
@
outline-color:black;
@My results are:
Am I simply using the wrong style, or is it something to do with my setup? I have already tried creating new projects and opening previous ones, so far no success.