Searched refs:m_stopReloadAction (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | browserwindow.cpp | 29 , m_stopReloadAction(nullptr) in BrowserWindow() 313 m_stopReloadAction = new QAction(this); in createToolBar() 314 connect(m_stopReloadAction, &QAction::triggered, [this]() { in createToolBar() 315 … m_tabWidget->triggerWebPageAction(QWebEnginePage::WebAction(m_stopReloadAction->data().toInt())); in createToolBar() 317 navigationBar->addAction(m_stopReloadAction); in createToolBar() 436 m_stopReloadAction->setData(QWebEnginePage::Stop); in handleWebViewLoadProgress() 437 m_stopReloadAction->setIcon(stopIcon); in handleWebViewLoadProgress() 438 m_stopReloadAction->setToolTip(tr("Stop loading the current page")); in handleWebViewLoadProgress() 441 m_stopReloadAction->setData(QWebEnginePage::Reload); in handleWebViewLoadProgress() 442 m_stopReloadAction->setIcon(reloadIcon); in handleWebViewLoadProgress() [all …]
|
| H A D | browserwindow.h | 108 QAction *m_stopReloadAction; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | browserwindow.cpp | 29 , m_stopReloadAction(nullptr) in BrowserWindow() 315 m_stopReloadAction = new QAction(this); in createToolBar() 316 connect(m_stopReloadAction, &QAction::triggered, [this]() { in createToolBar() 317 … m_tabWidget->triggerWebPageAction(QWebEnginePage::WebAction(m_stopReloadAction->data().toInt())); in createToolBar() 319 navigationBar->addAction(m_stopReloadAction); in createToolBar() 443 m_stopReloadAction->setData(QWebEnginePage::Stop); in handleWebViewLoadProgress() 444 m_stopReloadAction->setIcon(stopIcon); in handleWebViewLoadProgress() 445 m_stopReloadAction->setToolTip(tr("Stop loading the current page")); in handleWebViewLoadProgress() 448 m_stopReloadAction->setData(QWebEnginePage::Reload); in handleWebViewLoadProgress() 449 m_stopReloadAction->setIcon(reloadIcon); in handleWebViewLoadProgress() [all …]
|
| H A D | browserwindow.h | 61 QAction *m_stopReloadAction; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 79 , m_stopReloadAction(nullptr) in BrowserWindow() 376 m_stopReloadAction = new QAction(this); in createToolBar() 377 connect(m_stopReloadAction, &QAction::triggered, [this]() { in createToolBar() 378 … m_tabWidget->triggerWebPageAction(QWebEnginePage::WebAction(m_stopReloadAction->data().toInt())); in createToolBar() 380 navigationBar->addAction(m_stopReloadAction); in createToolBar() 501 m_stopReloadAction->setData(QWebEnginePage::Stop); in handleWebViewLoadProgress() 502 m_stopReloadAction->setIcon(stopIcon); in handleWebViewLoadProgress() 503 m_stopReloadAction->setToolTip(tr("Stop loading the current page")); in handleWebViewLoadProgress() 506 m_stopReloadAction->setData(QWebEnginePage::Reload); in handleWebViewLoadProgress() 507 m_stopReloadAction->setIcon(reloadIcon); in handleWebViewLoadProgress() [all …]
|
| H A D | browserwindow.h | 109 QAction *m_stopReloadAction; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 79 , m_stopReloadAction(nullptr) in BrowserWindow() 376 m_stopReloadAction = new QAction(this); in createToolBar() 377 connect(m_stopReloadAction, &QAction::triggered, [this]() { in createToolBar() 378 … m_tabWidget->triggerWebPageAction(QWebEnginePage::WebAction(m_stopReloadAction->data().toInt())); in createToolBar() 380 navigationBar->addAction(m_stopReloadAction); in createToolBar() 501 m_stopReloadAction->setData(QWebEnginePage::Stop); in handleWebViewLoadProgress() 502 m_stopReloadAction->setIcon(stopIcon); in handleWebViewLoadProgress() 503 m_stopReloadAction->setToolTip(tr("Stop loading the current page")); in handleWebViewLoadProgress() 506 m_stopReloadAction->setData(QWebEnginePage::Reload); in handleWebViewLoadProgress() 507 m_stopReloadAction->setIcon(reloadIcon); in handleWebViewLoadProgress() [all …]
|
| H A D | browserwindow.h | 109 QAction *m_stopReloadAction; variable
|