Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching refs:GraphicsWebView

40     , m_item(new GraphicsWebView)
64 graphicsWebView()->setPage(page);
95 graphicsWebView()->setResizesToContents(m_resizesToContents);
115 graphicsWebView()->page()->setPreferredContentsSize(size());
116 QRectF itemRect(graphicsWebView()->geometry().topLeft(), graphicsWebView()->page()->mainFrame()->contentsSize());
117 graphicsWebView()->setGeometry(itemRect);
122 graphicsWebView()->page()->setPreferredContentsSize(QSize());
124 graphicsWebView()->setGeometry(viewportRect);
136 graphicsWebView()->page()->setPreferredContentsSize(size);
141 graphicsWebView()->setGeometry(rect);
173 QSizeF center = graphicsWebView()->boundingRect().size() / 2;
175 graphicsWebView()->setTransformOriginPoint(centerPoint);
177 QPropertyAnimation* animation = new QPropertyAnimation(graphicsWebView(), "rotation", this);
180 int rotation = int(graphicsWebView()->rotation());
248 void GraphicsWebView::mousePressEvent(QGraphicsSceneMouseEvent* event)
264 void GraphicsWebView::contextMenuEvent(QGraphicsSceneContextMenuEvent* event)