Home
last modified time | relevance | path

Searched refs:m_stopAction (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dbrowserwindow.cpp27 , m_stopAction(nullptr) in BrowserWindow()
155 m_stopAction = viewMenu->addAction(tr("&Stop")); in createViewMenu()
159 m_stopAction->setShortcuts(shortcuts); in createViewMenu()
160 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu()
349 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
H A Dbrowserwindow.h106 QAction *m_stopAction; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp27 , m_stopAction(nullptr) in BrowserWindow()
157 m_stopAction = viewMenu->addAction(tr("&Stop")); in createViewMenu()
161 m_stopAction->setShortcuts(shortcuts); in createViewMenu()
162 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu()
351 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
H A Dbrowserwindow.h59 QAction *m_stopAction; variable
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowserwindow.cpp77 , m_stopAction(nullptr) in BrowserWindow()
218 m_stopAction = viewMenu->addAction(tr("&Stop")); in createViewMenu()
222 m_stopAction->setShortcuts(shortcuts); in createViewMenu()
223 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu()
412 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
H A Dbrowserwindow.h107 QAction *m_stopAction; variable
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowserwindow.cpp77 , m_stopAction(nullptr) in BrowserWindow()
218 m_stopAction = viewMenu->addAction(tr("&Stop")); in createViewMenu()
222 m_stopAction->setShortcuts(shortcuts); in createViewMenu()
223 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu()
412 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
H A Dbrowserwindow.h107 QAction *m_stopAction; variable