|
t_text
|
SKILL IDE GUI control name. Can be one of the following:
Step, Error, Cross, SelectPattern, MatchParent, MismatchParent, Keyword, KeywordBg, Comment, CommentBg, Number, NumberBg, String, StringBg, Text, TextBg, TextArea, Highlight1, Highlight2, Highlight3, Highlight4, Highlight5
|
|
t_value
|
A string representing the color name.
-
#RGB (each of R, G, and B is a single hex digit)
-
#RRGGBB
-
#RRRGGGBBB
-
#RRRRGGGGBBBB
-
A name from the list of colors defined in the list of SVG color keyword names provided by the World Wide Web Consortium. For example, "steelblue" or "gainsboro". These color names work on all platforms.
These color names are not the same as defined by Qt. GlobalColor enums, for example, green and Qt:green do not refer to the same color.
-
Transparent - Represents the absence of a color.
-
X11 only: Any valid X11 color name.
The color is invalid if name cannot be parsed.
|