Very trivial enhancement to QComboBox to make it emit signals when the mouse enters and leaves (for context help).
More...
#include <NotifyingComboBox.h>
Very trivial enhancement to QComboBox to make it emit signals when the mouse enters and leaves (for context help).
Definition at line 26 of file NotifyingComboBox.h.
◆ NotifyingComboBox()
NotifyingComboBox::NotifyingComboBox |
( |
QWidget * |
parent = 0 | ) |
|
|
inline |
◆ ~NotifyingComboBox()
NotifyingComboBox::~NotifyingComboBox |
( |
| ) |
|
|
virtual |
◆ mouseEntered
void NotifyingComboBox::mouseEntered |
( |
| ) |
|
|
signal |
◆ mouseLeft
void NotifyingComboBox::mouseLeft |
( |
| ) |
|
|
signal |
◆ enterEvent()
void NotifyingComboBox::enterEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
◆ leaveEvent()
void NotifyingComboBox::leaveEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: