Generated ui_mainwindow.h file is generated with errors
-
Hello everyone,
I'm not sure why exactly this is happening but now whenever I edit my .ui file the output ui_mainwindow.h file has a QPalette error as shown below:
a quick fix is to manually replace QPalette::PlaceholderText with QPalette::Base and then it works fine however the error comes back whenever I make a change to the .ui.
has anyone had this error before?
-
Hello everyone,
I'm not sure why exactly this is happening but now whenever I edit my .ui file the output ui_mainwindow.h file has a QPalette error as shown below:
a quick fix is to manually replace QPalette::PlaceholderText with QPalette::Base and then it works fine however the error comes back whenever I make a change to the .ui.
has anyone had this error before?
@Dave-R aparently this will be fixed in the upcoming releases:
-
You can also update your Qt version you're using to compile your programs to 5.12 (until it is fixed).