31
Programming / Re: Qt6 Application Testing
« on: October 21, 2024, 09:53:43 am »Qt6 does seem to have a code page issue with the Windows titlebar though. Perhaps UTF8, though when the Cairo Clock was displaying UTF8 instead of the correct code page, it was hanging the WPS when trying to display umlauts.
Be good if someone could raise an issue for this in https://github.com/psmedley/qt6-base-os2
A guess of where to look would be https://github.com/psmedley/qt6-base-os2/blob/main/src/plugins/platforms/os2/qos2window.cpp#L247
Edit: the gui examples seem fine, so maybe it's something in webengine that sets the title to the current website...