Generated ui_mainwindow.h file is generated with errors
-
wrote on 18 Dec 2018, 12:33 last edited by
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:
-
wrote on 18 Dec 2018, 12:47 last edited by
Okay thanks,
I wasn't sure if it was me or QT but thank you!
-
You can also update your Qt version you're using to compile your programs to 5.12 (until it is fixed).
1/4