Lines Matching refs:Qt
296 case Qt::Key_Escape: in keyPressEvent()
298 case Qt::Key_Return: in keyPressEvent()
299 case Qt::Key_Enter: in keyPressEvent()
723 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
736 case Qt::Key_Return: in keyPressEvent()
737 case Qt::Key_Enter: in keyPressEvent()
751 case Qt::Key_Space: in keyPressEvent()
754 case Qt::Key_N: in keyPressEvent()
757 case Qt::Key_M: in keyPressEvent()
760 case Qt::Key_Y: in keyPressEvent()
1275 split->setOrientation(Qt::Vertical); in ConfigSearchWindow()
1368 split1->setOrientation(Qt::Horizontal); in ConfigMainWindow()
1375 split2->setOrientation(Qt::Vertical); in ConfigMainWindow()
1394 quitAction->setShortcut(Qt::CTRL + Qt::Key_Q); in ConfigMainWindow()
1397 loadAction->setShortcut(Qt::CTRL + Qt::Key_L); in ConfigMainWindow()
1400 saveAction->setShortcut(Qt::CTRL + Qt::Key_S); in ConfigMainWindow()
1408 searchAction->setShortcut(Qt::CTRL + Qt::Key_F); in ConfigMainWindow()