Home
last modified time | relevance | path

Searched refs:QWebEngineView (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dwebview.cpp64 : QWebEngineView(parent) in WebView()
67 connect(this, &QWebEngineView::loadStarted, [this]() { in WebView()
71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
74 connect(this, &QWebEngineView::loadFinished, [this](bool success) { in WebView()
78 connect(this, &QWebEngineView::iconChanged, [this](const QIcon &) { in WebView()
82 connect(this, &QWebEngineView::renderProcessTerminated, in WebView()
113 QWebEngineView::setPage(page); in setPage()
152 QWebEngineView *WebView::createWindow(QWebEnginePage::WebWindowType type) in createWindow()
H A Dwebview.h59 class WebView : public QWebEngineView
73 QWebEngineView *createWindow(QWebEnginePage::WebWindowType type) override;
H A Dtabwidget.cpp153 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
162 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView()
169 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView()
H A Dwebpopupwindow.h59 class QWebEngineView; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebview.cpp64 : QWebEngineView(parent) in WebView()
67 connect(this, &QWebEngineView::loadStarted, [this]() { in WebView()
71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
74 connect(this, &QWebEngineView::loadFinished, [this](bool success) { in WebView()
78 connect(this, &QWebEngineView::iconChanged, [this](const QIcon &) { in WebView()
82 connect(this, &QWebEngineView::renderProcessTerminated, in WebView()
113 QWebEngineView::setPage(page); in setPage()
152 QWebEngineView *WebView::createWindow(QWebEnginePage::WebWindowType type) in createWindow()
H A Dwebview.h59 class WebView : public QWebEngineView
73 QWebEngineView *createWindow(QWebEnginePage::WebWindowType type) override;
H A Dtabwidget.cpp153 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
162 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView()
169 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView()
H A Dwebpopupwindow.h59 class QWebEngineView; variable
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebview.cpp64 : QWebEngineView(parent) in WebView()
67 connect(this, &QWebEngineView::loadStarted, [this]() { in WebView()
71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
74 connect(this, &QWebEngineView::loadFinished, [this](bool success) { in WebView()
78 connect(this, &QWebEngineView::iconChanged, [this](const QIcon &) { in WebView()
82 connect(this, &QWebEngineView::renderProcessTerminated, in WebView()
113 QWebEngineView::setPage(page); in setPage()
152 QWebEngineView *WebView::createWindow(QWebEnginePage::WebWindowType type) in createWindow()
H A Dwebview.h59 class WebView : public QWebEngineView
73 QWebEngineView *createWindow(QWebEnginePage::WebWindowType type) override;
H A Dtabwidget.cpp162 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
171 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView()
178 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView()
H A Dwebpopupwindow.h59 class QWebEngineView; variable
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebview.cpp64 : QWebEngineView(parent) in WebView()
67 connect(this, &QWebEngineView::loadStarted, [this]() { in WebView()
71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
74 connect(this, &QWebEngineView::loadFinished, [this](bool success) { in WebView()
78 connect(this, &QWebEngineView::iconChanged, [this](const QIcon &) { in WebView()
82 connect(this, &QWebEngineView::renderProcessTerminated, in WebView()
113 QWebEngineView::setPage(page); in setPage()
152 QWebEngineView *WebView::createWindow(QWebEnginePage::WebWindowType type) in createWindow()
H A Dwebview.h59 class WebView : public QWebEngineView
73 QWebEngineView *createWindow(QWebEnginePage::WebWindowType type) override;
H A Dtabwidget.cpp162 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
171 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView()
178 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView()
H A Dwebpopupwindow.h59 class QWebEngineView; variable
/OK3568_Linux_fs/app/forlinx/matrix-browser/
H A Dmain.cpp71 QWebEngineView view; in main()
72 QWebEngineView::connect(&view, SIGNAL(loadFinished(bool)), &view, SLOT(showMaximized())); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/doc/src/
H A Dsimplebrowser.qdoc67 \li \c{WebView} is a \l QWebEngineView, provides a view for \c{WebPage},
128 The \c WebView is derived from QWebEngineView to support the following
183 opened in a new window. We override QWebEngineView::contextMenuEvent and use
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/doc/src/
H A Dsimplebrowser.qdoc67 \li \c{WebView} is a \l QWebEngineView, provides a view for \c{WebPage},
128 The \c WebView is derived from QWebEngineView to support the following
183 opened in a new window. We override QWebEngineView::contextMenuEvent and use