BibleTime
Signals | Public Member Functions | Protected Member Functions | List of all members
CKCComboBox Class Reference

#include <ckeychooserwidget.h>

Inheritance diagram for CKCComboBox:

Signals

void focusOut (int itemIndex)
 

Public Member Functions

 CKCComboBox (QWidget *parent=nullptr)
 

Protected Member Functions

bool eventFilter (QObject *o, QEvent *e) override
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CKCComboBox()

CKCComboBox::CKCComboBox ( QWidget parent = nullptr)

Definition at line 47 of file ckeychooserwidget.cpp.

Member Function Documentation

◆ eventFilter()

bool CKCComboBox::eventFilter ( QObject o,
QEvent *  e 
)
overrideprotected

Definition at line 56 of file ckeychooserwidget.cpp.

References focusOut().

◆ focusOut

void CKCComboBox::focusOut ( int  itemIndex)
signal

Emitted when the user moves the focus away from the combo by pressing tab

Referenced by eventFilter().


The documentation for this class was generated from the following files: