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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHotKeyEditor.cpp38 class UIHotKeyLineEdit : public QLineEdit class in inherits:QLineEdit
45 UIHotKeyLineEdit(QWidget *pParent);
60 UIHotKeyLineEdit::UIHotKeyLineEdit(QWidget *pParent) function in class:UIHotKeyLineEdit
71 void UIHotKeyLineEdit::keyPressEvent(QKeyEvent *pEvent)
80 void UIHotKeyLineEdit::keyReleaseEvent(QKeyEvent *pEvent)
89 bool UIHotKeyLineEdit::isKeyEventIgnored(QKeyEvent *pEvent)
114 , m_pLineEdit(new UIHotKeyLineEdit(this))

Completed in 43 milliseconds