6#ifndef LAZY_FILL_COMBO_BOX_HPP__
7#define LAZY_FILL_COMBO_BOX_HPP__
47 QComboBox::showPopup();
54 QComboBox::hidePopup();
Q_SIGNAL void popup_hidden()
Emitted after the popup has been hidden.
LazyFillComboBox(QWidget *parent=nullptr)
Construct a LazyFillComboBox.
Definition LazyFillComboBox.h:40
Q_SIGNAL void about_to_show_popup()
Emitted immediately before the popup is shown.
void hidePopup() override
Override to emit popup_hidden() after hiding the popup.
Definition LazyFillComboBox.h:53
void showPopup() override
Override to emit about_to_show_popup() before showing.
Definition LazyFillComboBox.h:45