Home
last modified time | relevance | path

Searched refs:fwdShortcuts (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dbrowserwindow.cpp296 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local
297 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()
299 it = fwdShortcuts.erase(it); in createToolBar()
303 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()
304 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp298 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local
299 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()
301 it = fwdShortcuts.erase(it); in createToolBar()
305 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()
306 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowserwindow.cpp359 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local
360 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()
362 it = fwdShortcuts.erase(it); in createToolBar()
366 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()
367 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowserwindow.cpp359 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local
360 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()
362 it = fwdShortcuts.erase(it); in createToolBar()
366 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()
367 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()