Searched refs:shortCut (Results 1 – 1 of 1) sorted by relevance
69 QShortcut *shortCut = new QShortcut(ctrl.arg(key), this); in TabBar() local70 m_tabShortcuts.append(shortCut); in TabBar()71 connect(shortCut, SIGNAL(activated()), this, SLOT(selectTabAction())); in TabBar()82 if (QShortcut *shortCut = qobject_cast<QShortcut*>(sender())) { in selectTabAction() local83 int index = m_tabShortcuts.indexOf(shortCut); in selectTabAction()