| 123 | } |
| 124 | |
| 125 | void KeyCaptureDialog::clearSequence() { |
| 126 | capturedSequence.clear(); |
| 127 | updateDisplay(); |
| 128 | setFocus(); // Return focus to dialog for key capture |
| 129 | } |
| 130 | |
| 131 | void KeyCaptureDialog::updateDisplay() { |
| 132 | if (capturedSequence.isEmpty()) { |