diff -r 19c50b1f58d3 -r b45bd6da5220 src/EditProduct.cpp --- a/src/EditProduct.cpp Sun May 15 20:57:03 2022 +0200 +++ b/src/EditProduct.cpp Sun May 15 23:10:15 2022 +0200 @@ -1094,6 +1094,18 @@ connect(ui->brew_aboilphEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aboilph_changed); connect(ui->brew_aboilsgEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aboilsg_changed); connect(ui->brew_aboilvolEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aboilvol_changed); + connect(ui->brew_coolwithEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditProduct::brew_cooling_method_changed); + connect(ui->brew_cooltoEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_cooling_to_changed); + connect(ui->brew_cooltimeEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_cooling_time_changed); + connect(ui->brew_whirlpool9Edit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_whirlpool9_changed); + connect(ui->brew_whirlpool7Edit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_whirlpool7_changed); + connect(ui->brew_whirlpool6Edit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_whirlpool6_changed); + connect(ui->brew_whirlpool2Edit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_whirlpool2_changed); + connect(ui->brew_aerwithEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditProduct::brew_aerwith_changed); + connect(ui->brew_aerspeedEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aerspeed_changed); + connect(ui->brew_aertimeEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aertime_changed); + connect(ui->brew_trublossEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_trubloss_changed); + connect(ui->brew_topupwaterEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_topupwater_changed); setStage();