Searched defs:strHotKey (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp58 const QString strHotKey = QString("Host+%1").arg(shortcut.toString()); local
59 if (!msgCenter().confirmGoingScale(strHotKey))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp84 const QString strHotKey = QString("Host+%1").arg(shortcut.toString()); local
85 if (!msgCenter().confirmGoingSeamless(strHotKey))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp85 const QString strHotKey = QString("Host+%1").arg(shortcut.toString()); local
86 if (!msgCenter().confirmGoingFullscreen(strHotKey))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.cpp995 const QString strHotKey = gShortcutPool->shortcut(this, pAction).toString(); local
996 if (pAction->isEnabled() && pAction->isVisible() && !strHotKey.isEmpty())
998 if (key.matches(QKeySequence(strHotKey)) == QKeySequence::ExactMatch)

Completed in 60 milliseconds