Skip to content

Set placeholder color when creating QPalette

David Redondo requested to merge work/placeholdercolor into master

In Qt 6 this is an actual color. When creating a QPalette it it is automatically calculated from the text color. However when we create a QPalette through the default constructor without a QGuiApplicatio it's initial text color will be black.

Merge request reports