What is the Qtcreator version for Qt 5.11
-
I upgraded to Qt5.12.1 and also QtCreator 4.8 than I have bunch of problems. One of them new QtCreator adding 'PlaceholderText' in 'QPalette' which is not in Qt5.11.
I want to go back to my safe world:
Which QtCreator version is competible with the Qt5.11 ?
Also in Qt5.12.1 my projects runs slover and gui un responsive (heavy video and processing)
Best
-
Hi,
There's no particular version of Qt Creator for a given version of Qt. Both are unrelated in the sense that Qt Creator can work with Qt 4 as well as all Qt 5 releases.
Either downgrade Qt Creator to the previous version that didn't had that bug or update it to the latest beta version.
-
Hi @RahibeMeryem,
as @SGaist said, you can mix Creator and Qt (pretty) freely. Unfortunately, QTBUG-72555 hits you, if you
- use Qt < 5.12 and not 5.9.7
- click Optimize Palette in Designer
Still, fixing by editing the .ui file is possible.
-
@SGaist so I can use latest QtCreator 4.8+ . with Qt5.11.3 . without that problem right ?
-
@RahibeMeryem
yes that should be fine.