Home | History | Annotate | Download | only in qt

Lines Matching refs:SIGNAL

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