在Windows7 上使用Qt5.5.1中的QtQuick2.0编写程序,QtQuick2.0必须OpenGL驱动的支持吗?在老的机器上系统上,不支持OpenGL,QtQuick 2.0的程序能够运行吗?
或者程序中通过设置QSurface,是不是可以设置不适用OpenGL渲染???
QSurface::RasterSurface
The surface is is composed of pixels and can be rendered to using a software rasterizer like Qt's raster paint engine.