◆ ModelIndexBasedComboBox()
Digikam::ModelIndexBasedComboBox::ModelIndexBasedComboBox |
( |
QWidget *const |
parent = nullptr | ) |
|
|
explicit |
QComboBox has a current index based on a single integer. This is not sufficient for more complex models. This class is a combo box that stores a current index based on QModelIndex.
◆ currentIndex()
QModelIndex Digikam::ModelIndexBasedComboBox::currentIndex |
( |
| ) |
const |
◆ hidePopup()
void Digikam::ModelIndexBasedComboBox::hidePopup |
( |
| ) |
|
|
override |
◆ setCurrentIndex()
void Digikam::ModelIndexBasedComboBox::setCurrentIndex |
( |
const QModelIndex & |
index | ) |
|
◆ showPopup()
void Digikam::ModelIndexBasedComboBox::showPopup |
( |
| ) |
|
|
override |
◆ m_currentIndex
QPersistentModelIndex Digikam::ModelIndexBasedComboBox::m_currentIndex |
|
protected |
The documentation for this class was generated from the following files: