0

Myself a beginner in Qt. I need to enable webgl in my qtbrowser. So what all changes i need to make in the code of webkit in qt4.8. Thanks in Advance.

mary r
  • 93
  • 1
  • 2
  • 8

1 Answers1

0

You can try

QWebSettings::globalSettings()->setAttribute(QWebSettings::WebGLEnabled, true);

More info here

rink.attendant.6
  • 44,500
  • 61
  • 101
  • 156
frachop
  • 191
  • 1
  • 7