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
Post a Comment