0

I am trying to apply a the following webkit CSS styles to some Qt elements

text-shadow                  : 0.20em 0.20em 0.20em #999;
-webkit-text-stroke-color    : #000000;
-webkit-text-stroke-width    : 1px;
-webkit-text-fill-color      : purple;  

However I keep getting the error messages:

Unknown property text-shadow
Unknown property -webkit-text-stroke-color
Unknown property -webkit-text-stroke-width
Unknown property -webkit-text-fill-color

I am using Qt 4.8.6, which I believe supports webkit.

1

1 Answer 1

2

Webkit is a component or widget in Qt 4.8. That means you can embed a Webkit browser (just like you could use a text field or a scene graph). It doesn't mean that every element in Qt supports Webkit's CSS styles.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.