5#include <score_lib_base_export.h>
18 connect(
this, qOverload<int>(&QComboBox::currentIndexChanged),
this, [&](
int index) {
19 this->setEnabled(index != -1);
35 void editingCancelled() E_SIGNAL(SCORE_LIB_BASE_EXPORT, editingCancelled)
38 bool event(QEvent* event) override;
Definition ComboBox.hpp:12
Counterpart of SpinboxWithEnter: reports when the user is done with it.
Definition ComboBox.hpp:26
void editingFinished()
Enter, or the focus going elsewhere: take what is in the box.
Base toolkit upon which the software is built.
Definition Application.cpp:113