diff -r 4aac0b672667 -r ef2638cfc1b7 src/Setup.h --- a/src/Setup.h Sun Oct 30 16:43:22 2022 +0100 +++ b/src/Setup.h Fri Nov 04 14:17:56 2022 +0100 @@ -56,6 +56,11 @@ QLabel *wethopLabel; QLabel *cryohopLabel; QLabel *extractLabel; + QLabel *haleafLabel; + QLabel *hapelletLabel; + QLabel *hahopplugLabel; + QLabel *hawethopLabel; + QLabel *hacryohopLabel; QLabel *grainLabel; QLabel *brixLabel; QLabel *heightLabel; @@ -75,6 +80,11 @@ QDoubleSpinBox *wethopEdit; QDoubleSpinBox *cryohopEdit; QDoubleSpinBox *extractEdit; + QDoubleSpinBox *hapelletEdit; + QDoubleSpinBox *hahopplugEdit; + QDoubleSpinBox *haleafEdit; + QDoubleSpinBox *hawethopEdit; + QDoubleSpinBox *hacryohopEdit; QComboBox *waterEdit; QDoubleSpinBox *grainEdit; QDoubleSpinBox *brixEdit;