Home
last modified time | relevance | path

Searched refs:qtKey (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/graphics/krita/krita-4.4.8/libs/ui/input/
H A Dkis_extended_modifiers_mapper.cpp85 KeyMapping(KeySym sym, Qt::Key key) : x11KeySym(sym), qtKey(key) {} in KeyMapping()
87 Qt::Key qtKey; member
130 for (int qtKey = Qt::Key_0, x11Sym = XK_0; in Private() local
131 qtKey <= Qt::Key_9; in Private()
132 qtKey++, x11Sym++) { in Private()
134 mapping.append(KeyMapping(x11Sym, Qt::Key(qtKey))); in Private()
137 for (int qtKey = Qt::Key_A, x11Sym = XK_a; in Private() local
138 qtKey <= Qt::Key_Z; in Private()
139 qtKey++, x11Sym++) { in Private()
141 mapping.append(KeyMapping(x11Sym, Qt::Key(qtKey))); in Private()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/platformsupport/input/xkbcommon/
H A Dqxkbcommon.cpp468 if (qtKey >= Qt::Key_F1 && qtKey <= Qt::Key_F35) { in toKeysym()
471 if (qtKey >= Qt::Key_0 && qtKey <= Qt::Key_9) in toKeysym()
491 ucs4.append(qtKey); in toKeysym()
539 int qtKey = 0; in keysymToQtKey_internal() local
558 if (qtKey) in keysymToQtKey_internal()
559 return qtKey; in keysymToQtKey_internal()
583 if (superAsMeta && (qtKey == Qt::Key_Super_L || qtKey == Qt::Key_Super_R)) in keysymToQtKey_internal()
585 if (hyperAsMeta && (qtKey == Qt::Key_Hyper_L || qtKey == Qt::Key_Hyper_R)) in keysymToQtKey_internal()
588 return qtKey; in keysymToQtKey_internal()
672 int qtKey = 0; in possibleKeys() local
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dcommandwidget.cpp86 key.qtKey() == Qt::Key_Tab && !d->popup->isOpen() && in handleEvent()
97 if (key.qtKey() == Qt::Key_Return || key.qtKey() == Qt::Key_Enter) in handleEvent()
136 bool CommandWidget::handleControlKey(int qtKey, KeyModifiers const &mods) in handleControlKey() argument
138 if (LineEditWidget::handleControlKey(qtKey, mods)) in handleControlKey()
142 if (d->history.handleControlKey(qtKey)) in handleControlKey()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqkeymapper_s60.cpp95 Qt::Key qtKey; member
195 res = keyMapping[i].qtKey; in mapS60KeyToQt()
207 res = keyMapping[i].qtKey; in mapS60ScanCodesToQt()
214 int QKeyMapperPrivate::mapQtToS60Key(int qtKey) in mapQtToS60Key() argument
218 if (keyMapping[i].qtKey == qtKey) { in mapQtToS60Key()
226 int QKeyMapperPrivate::mapQtToS60ScanCodes(int qtKey) in mapQtToS60ScanCodes() argument
230 if (keyMapping[i].qtKey == qtKey) { in mapQtToS60ScanCodes()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmeventtranslator.cpp464 Qt::Key qtKey = Qt::Key_unknown; in translateEmscriptKey() local
478 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
482 if (qtKey == Qt::Key_unknown) { in translateEmscriptKey()
486 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
497 return qtKey; in translateEmscriptKey()
935 qtKey = transformedKey; in processKeyboard()
959 qtKey = Qt::Key_AsciiTilde; in processKeyboard()
960 m_emDeadKey = qtKey; in processKeyboard()
981 (qtKey == Qt::Key_X || qtKey == Qt::Key_C || qtKey == Qt::Key_V)) { in processKeyboard()
989 && qtKey == Qt::Key_V) { in processKeyboard()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmeventtranslator.cpp464 Qt::Key qtKey = Qt::Key_unknown; in translateEmscriptKey() local
478 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
482 if (qtKey == Qt::Key_unknown) { in translateEmscriptKey()
486 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
497 return qtKey; in translateEmscriptKey()
935 qtKey = transformedKey; in processKeyboard()
959 qtKey = Qt::Key_AsciiTilde; in processKeyboard()
960 m_emDeadKey = qtKey; in processKeyboard()
981 (qtKey == Qt::Key_X || qtKey == Qt::Key_C || qtKey == Qt::Key_V)) { in processKeyboard()
989 && qtKey == Qt::Key_V) { in processKeyboard()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmeventtranslator.cpp464 Qt::Key qtKey = Qt::Key_unknown; in translateEmscriptKey() local
478 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
482 if (qtKey == Qt::Key_unknown) { in translateEmscriptKey()
486 qtKey = static_cast<Qt::Key>(it1->qt); in translateEmscriptKey()
497 return qtKey; in translateEmscriptKey()
935 qtKey = transformedKey; in processKeyboard()
959 qtKey = Qt::Key_AsciiTilde; in processKeyboard()
960 m_emDeadKey = qtKey; in processKeyboard()
981 (qtKey == Qt::Key_X || qtKey == Qt::Key_C || qtKey == Qt::Key_V)) { in processKeyboard()
989 && qtKey == Qt::Key_V) { in processKeyboard()
[all …]

12345678910>>...12