My system:
Windows XP Home SP3
Video: Mobile Intel 945 Express Chipset Family (latest driver)
Qt 5.2.0 MSVC2010 (ANGLE)
My graphics card in my netbook supports only OpenGL 1.4, so I try to use ANGLE.
When I try to use QtWebKit 3.0 (QML) to display simple text, I see flickering, bad rendering and teared content, like this:
https://bugreports.qt-project.org/browse/QTBUG-36440
https://bugreports.qt-project.org/browse/QTBUG-36556
And here [bugreports.qt-project.org] to me have responded, that “Windows XP and ANGLE is not a supported combination”.
Is there any way to use QtWebKit 3.0 (QML) with graphics card OpenGL 1.x on Windows XP for simple HTML with JavaScript and CSS? Maybe with recompiling of Qt.
My application is for Windows (+XP), Linux and Android for displaying HTML-text with some interactions by means of JavaScript and with some design by means of CSS. And I would like to make my application run on older systems with Windows XP, with older graphics cards.
↧