Home | History | Annotate | Download | only in qt

Lines Matching full:qgraphicswebview

815         * tests/qgraphicswebview/tst_qgraphicswebview.cpp:
1000 * tests/qgraphicswebview/qgraphicswebview.pro:
1001 * tests/qgraphicswebview/resources/pointing_right.html: Added.
1002 * tests/qgraphicswebview/resources/pointing_up.html: Added.
1003 * tests/qgraphicswebview/tst_qgraphicswebview.cpp:
1009 * tests/qgraphicswebview/tst_qgraphicswebview.qrc:
1193 [Qt] Videos look ugly when using QGraphicsWebView.
1197 QWebView does it but not QGraphicsWebView because the API does not exist. This patch is fixing it
1199 QGraphicsWebView inherits the painter from QGraphicsScene and those flags are not set. This patch
1202 scene we set back the painter to its original state when QGraphicsWebView is rendered.
1204 * Api/qgraphicswebview.cpp:
1206 (QGraphicsWebView::paint):
1207 (QGraphicsWebView::renderHints):
1208 (QGraphicsWebView::setRenderHints):
1209 (QGraphicsWebView::setRenderHint):
1210 * Api/qgraphicswebview.h:
1211 * tests/qgraphicswebview/tst_qgraphicswebview.cpp:
1478 [Qt] QGraphicsWebView should use updateMicroFocus() of QGraphicsItem
1482 in QGraphicsWebView. _q_updateMicroFocus was added when QGraphicsItem didn't have the feature.
1486 * Api/qgraphicswebview.cpp:
1487 (QGraphicsWebView::setPage):
1488 * Api/qgraphicswebview.h:
1605 Fix the API tests for the QML WebView element. The default size of the element should be the size of the QGraphicsWebView
1735 * tests/qgraphicswebview/tst_qgraphicswebview.cpp:
1744 [Qt] Properly propagate the palette to QWebPage from QGraphicsWebView
1748 QGraphicsWebView we need to propagate it to the page like QWebView.
1752 * Api/qgraphicswebview.cpp:
1753 (QGraphicsWebView::event):
1754 * tests/qgraphicswebview/tst_qgraphicswebview.cpp: