#include <editable_combo_box.h>
|
bool | event (QEvent *event) override |
| If event is a tab key press, set the edit text to the longest common prefix from the completer. More...
|
|
Definition at line 36 of file editable_combo_box.h.
◆ EditableComboBox()
rviz::EditableComboBox::EditableComboBox |
( |
QWidget * |
parent = nullptr | ) |
|
◆ event()
bool rviz::EditableComboBox::event |
( |
QEvent * |
event | ) |
|
|
overrideprotected |
If event is a tab key press, set the edit text to the longest common prefix from the completer.
Definition at line 84 of file editable_combo_box.cpp.
The documentation for this class was generated from the following files: