"placeholder text is not a member of palette"
Solved
General and Desktop
-
@Tomax63 said in "placeholder text is not a member of palette":
Any idea?
Well, you should at least say what you updated.
Also, after the update - did you delete the build directory, run qmake and rebuild? -
Have faced the same problem, but I have no chance to use Qt5.12. Seems that QtCreator 4.8.1 when you edit your .ui file substract default values for QPalette. Qt::PlaceholderText, butyou dont have this value in earlier versions of Qt. The problem solves by editing .ui file directly with some text editor(not qtdesign) and removing all blocks that contains "PlaceholderText ".
-
@Gr8Parker That's tracked as QTBUG-72555