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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -