The ActionSearchEntry class.
More...
#include <actionsearch.h>
|
void | keyPressEvent (QKeyEvent *event) |
| Override of QLineEdit's key press event that listens for up/down key presses. More...
|
|
The ActionSearchEntry class.
Simple wrapper around QLineEdit that emits signals when the up or down arrow keys are pressed so that ActionSearch can connect them to moving the current selection up or down.
ActionSearchEntry::ActionSearchEntry |
( |
QWidget * |
parent | ) |
|
void ActionSearchEntry::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Override of QLineEdit's key press event that listens for up/down key presses.
- Parameters
-
void ActionSearchEntry::moveSelectionDown |
( |
| ) |
|
|
signal |
Emitted when the user presses the down arrow key.
void ActionSearchEntry::moveSelectionUp |
( |
| ) |
|
|
signal |
Emitted when the user presses the up arrow key.
The documentation for this class was generated from the following files: