5 #include <score_lib_base_export.h>
16 connect(
this, qOverload<int>(&QComboBox::currentIndexChanged),
this, [&](
int index) {
17 this->setEnabled(index != -1);
Definition: ComboBox.hpp:10
Base toolkit upon which the software is built.
Definition: Application.cpp:90