Lines Matching refs:connect
74 connect(this, SIGNAL(scaleChanged()), this, SLOT(onScaleChanged())); in QGraphicsWKView()
79 connect(d->page, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString))); in QGraphicsWKView()
80 connect(d->page, SIGNAL(loadStarted()), this, SIGNAL(loadStarted())); in QGraphicsWKView()
81 connect(d->page, SIGNAL(loadFinished(bool)), this, SIGNAL(loadFinished(bool))); in QGraphicsWKView()
82 connect(d->page, SIGNAL(loadProgress(int)), this, SIGNAL(loadProgress(int))); in QGraphicsWKView()
83 connect(d->page, SIGNAL(initialLayoutCompleted()), this, SIGNAL(initialLayoutCompleted())); in QGraphicsWKView()
84 connect(d->page, SIGNAL(urlChanged(const QUrl&)), this, SIGNAL(urlChanged(const QUrl&))); in QGraphicsWKView()
85 … connect(d->page, SIGNAL(cursorChanged(const QCursor&)), this, SLOT(updateCursor(const QCursor&))); in QGraphicsWKView()
86 … connect(d->page, SIGNAL(focusNextPrevChild(bool)), this, SLOT(focusNextPrevChildCallback(bool))); in QGraphicsWKView()
87 …connect(d->page, SIGNAL(showContextMenu(QSharedPointer<QMenu>)), this, SLOT(showContextMenu(QShare… in QGraphicsWKView()
88 connect(d->page, SIGNAL(toolTipChanged(QString)), this, SLOT(onToolTipChanged(QString))); in QGraphicsWKView()