【问题标题】:QML: Garbled text with colorful pixels around it on Intel GPUQML:英特尔 GPU 上带有彩色像素的乱码文本
【发布时间】:2016-12-29 02:14:11
【问题描述】:

Qt Creator 示例应用之一的屏幕截图:

我的视频卡是Mobile Intel(R) 4 Series Express Chipset Family

知道可能是什么问题吗?

【问题讨论】:

    标签: qt windows-7 intel visual-artifacts qt5.7


    【解决方案1】:

    solution 可以调用:

    QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
    

    QGuiApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
    

    在实例化QGuiApplication 之前。我不知道它为什么起作用:)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-11-04
      • 2011-04-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-10-03
      • 2021-03-23
      相关资源
      最近更新 更多