Searched refs:QGraphicsScene (Results 1 – 20 of 20) sorted by relevance
125 QGraphicsScene scene; in crashOnViewlessWebPages()174 QGraphicsScene* scene = new QGraphicsScene(&view); in widgetsRenderingThroughCache()205 QGraphicsView view(new QGraphicsScene()); in bug56929()235 QGraphicsScene* scene = new QGraphicsScene(view); in microFocusCoordinates()268 QGraphicsScene* scene = new QGraphicsScene(view); in focusInputTypes()340 QGraphicsScene controlScene; in setPalette()347 QGraphicsScene scene1; in setPalette()403 QGraphicsScene scene2; in setPalette()521 QGraphicsScene* const scene = new QGraphicsScene(this); in GraphicsView()
56 QGraphicsScene* const scene = new QGraphicsScene(this); in View()
60 QGraphicsScene* const scene = new QGraphicsScene(this); in GraphicsView()
31 class QGraphicsScene; variable140 QGraphicsScene* m_videoScene;
108 , m_videoScene(new QGraphicsScene) in MediaPlayerPrivateQt()
38 setScene(new QGraphicsScene(this)); in BrowserView()
52 setScene(new QGraphicsScene(this)); in WebView()
413 if (QGraphicsScene* scene = view->scene()) { in screenNumber()426 if (QGraphicsScene* scene = view->scene()) { in ownerWidget()
1472 QGraphicsScene* scene = graphicsWidget ? graphicsWidget->scene() : 0; in invalidateRect()
144 LauncherWindow(WindowOptions* data = 0, QGraphicsScene* sharedScene = 0);
47 setScene(new QGraphicsScene(this)); in WebViewGraphicsBased()
39 LauncherWindow::LauncherWindow(WindowOptions* data, QGraphicsScene* sharedScene) in LauncherWindow()
351 if (QGraphicsScene* myScene = scene()) { in showContextMenu()
410 setScene(new QGraphicsScene(this)); in WebViewGraphicsBased()
1540 QGraphicsScene* scene = new QGraphicsScene(gv); in inputMethods()
1199 … QGraphicsWebView inherits the painter from QGraphicsScene and those flags are not set. This patch
1778 QGraphicsScene does not propagate Qt::ActivateWindowFocusReason focus9403 [Qt] QGraphicsScene mousePressEvent does not set the clickCausedFocus flag15074 Add support for handling QGraphicsScene events.
25129 … It also receices an optional QGraphicsScene points in case we are doing29849 QGraphicsScene does not have a postEvent method, so make scene
60987 Add QGraphicsScene events support to the Qt platform events.
134621 the QGraphicsScene bug where opacity change doesn't always have