Home
last modified time | relevance | path

Searched refs:focusTerminalPanel (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.h387 void focusTerminalPanel();
H A Ddolphinmainwindow.cpp1684 …QAction* focusTerminalPanel = actionCollection()->addAction(QStringLiteral("focus_terminal_panel")… in setupActions() local
1685 focusTerminalPanel->setText(i18nc("@action:inmenu Tools", "Focus Terminal Panel")); in setupActions()
1686 focusTerminalPanel->setIcon(QIcon::fromTheme(QStringLiteral("swap-panels"))); in setupActions()
1687 … actionCollection()->setDefaultShortcut(focusTerminalPanel, Qt::CTRL | Qt::SHIFT | Qt::Key_F4); in setupActions()
1688 … connect(focusTerminalPanel, &QAction::triggered, this, &DolphinMainWindow::focusTerminalPanel); in setupActions()
2482 void DolphinMainWindow::focusTerminalPanel() in focusTerminalPanel() function in DolphinMainWindow