c++ - What are the advantages of using QGraphicsWebView over QWebView? -



c++ - What are the advantages of using QGraphicsWebView over QWebView? -

apologies if question grounded in misconception. i'm new both webkit , qt.

i'm trying sense circumstances justify using qgraphicswebview instead of simple qwebview object. understand 1 more complicated implement other. added fliexibility utilize of qgraphicsview class add? , why qt-creator's default html5 application template utilize qgraphicswebview instead of qwebview?

for example, if wanted implement mouse gesture-driven scrolling , zooming, or implement custom scrolling implementation, need qgraphicswebview, or simple qwebview suffice?

from qt docs:

the qgraphicswebview class allows web content added graphicsview

so qgraphicswebview can used qgraphicsitem in qgraphicsscene.

c++ qt qt-creator qwebview qwebkit

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -