Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dtabbedcrawlerwidget.cpp
/glogg/src/
H A Dtabbedcrawlerwidget.cpp119 const auto mod = event->modifiers(); in keyPressEvent() local
125 if ( ( mod == Qt::ControlModifier && key == Qt::Key_Tab ) || in keyPressEvent()
126 …( mod == ( Qt::ControlModifier | Qt::AltModifier | Qt::KeypadModifier ) && key == Qt::Key_Right ) … in keyPressEvent()
130 else if ( ( mod == ( Qt::ControlModifier | Qt::ShiftModifier ) && key == Qt::Key_Tab ) || in keyPressEvent()
131 …( mod == ( Qt::ControlModifier | Qt::AltModifier | Qt::KeypadModifier ) && key == Qt::Key_Left ) )… in keyPressEvent()
135 else if ( mod == Qt::ControlModifier && ( key >= Qt::Key_1 && key <= Qt::Key_8 ) ) { in keyPressEvent()
141 else if ( mod == Qt::ControlModifier && key == Qt::Key_9 ) { in keyPressEvent()
144 else if ( mod == Qt::ControlModifier && (key == Qt::Key_Q || key == Qt::Key_W) ) { in keyPressEvent()