QskTextInput
#461
-
Can you add an interface to QskTextInput to control the selectionColor and selectedTextColor properties? Because by default they are all black, so the selected text cannot see its content. |
Beta Was this translation helpful? Give feedback.
Answered by
uwerat
Nov 7, 2024
Replies: 1 comment
-
The subcontrols for these properties are: QskTextInput::PanelSelected, QskTextInput::TextSelected. However initializing the colors has been forgotten for the Material3 skin. See: #466 You can override the settings from the skin in application code this way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hestrro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The subcontrols for these properties are: QskTextInput::PanelSelected, QskTextInput::TextSelected.
However initializing the colors has been forgotten for the Material3 skin. See: #466
You can override the settings from the skin in application code this way: