BibleTime
|
#include <ckeychooserwidget.h>
Signals | |
void | focusOut (int itemIndex) |
Public Member Functions | |
CKCComboBox (QWidget *parent=nullptr) | |
Protected Member Functions | |
bool | eventFilter (QObject *o, QEvent *e) override |
We use this class to control the focus move in the combobox This class is used in the key chooser widgets
Definition at line 32 of file ckeychooserwidget.h.
CKCComboBox::CKCComboBox | ( | QWidget * | parent = nullptr | ) |
Definition at line 47 of file ckeychooserwidget.cpp.
|
overrideprotected |
Definition at line 56 of file ckeychooserwidget.cpp.
References focusOut().
|
signal |
Emitted when the user moves the focus away from the combo by pressing tab
Referenced by eventFilter().