Update to latest QT browser to get latest available Chromium version and (hopefully) fix rendering issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I do work at CloudNC and we're trying to create an add-in using the palette system.
We've developed our app in isolation first and lately we've made the connection to your API to be able to communicate from a Python script with our palette. It's working well.
That said, we've got an issue: Part of our layout is completely broken (when opened within the palette). After some investigation, we're suspicious it could be due to the usage of grid layouts in our app but going to other website from the palette seems ok so it may be different. But there's definitely a difference between latest chromium and rendering from a palette.
Looking at the devtool, it looks like behind the scenes the QT version you're running is using chromium v87. So I'm guessing you're using QT 5.15.3–5.15.x based on that source. Would it be possible to upgrade to QT 6.3 or even maybe 6.4 or above to get latest features from the browser?
Do you maybe have any other hint why the layout would be different otherwise?
Regards,
Maxime