1
votes

I am new to Qt. What I understand is Qt is porting webview from webkit. [Correct me if i am wrong]. and I could not able to find which version of the webkit is ported into Qt 5.0 or higher version.

Kindly suggest me how to find?

2

2 Answers

0
votes

It's running on WebKit2, which specific version is a bit more tricky to find out, but you should be able to look through the Qt repository on gitorious to determine it. If I remember rightly it changes depending on how you've built Qt5 and where from.

0
votes

Seems to be a 3-4 months old snapshot, see the git repo for the included commits.