7 static constexpr auto QSpinBox_valueChanged_int()
9 return static_cast<void (QSpinBox::*)(
int)
>(&QSpinBox::valueChanged);
11 static constexpr auto QDoubleSpinBox_valueChanged_double()
13 return static_cast<void (QDoubleSpinBox::*)(
double)
>(&QDoubleSpinBox::valueChanged);
15 static constexpr auto QComboBox_currentIndexChanged_int()
17 return static_cast<void (QComboBox::*)(
int)
>(&QComboBox::currentIndexChanged);
19 static constexpr auto QComboBox_activated_int()
21 return static_cast<void (QComboBox::*)(
int)
>(&QComboBox::activated);
24 template <
typename Spinbox_T>
25 static constexpr auto SpinBox_valueChanged();