src/EditRecipe.h

changeset 258
70bb9c3ee60f
parent 257
cfba041bdaee
child 359
dfbb012c631c
--- a/src/EditRecipe.h	Mon Jun 06 13:04:27 2022 +0200
+++ b/src/EditRecipe.h	Mon Jun 06 14:12:35 2022 +0200
@@ -64,8 +64,10 @@
     void ferment_instock_changed(bool val);
     void ferment_added_changed(int val);
     void hop_amount_changed(double val);
+    void hop_alpha_changed(double val);
     void hop_time_changed(int val);
     void hop_select_changed(int val);
+    void hop_form_changed(int val);
     void hop_instock_changed(bool val);
     void hop_useat_changed(int val);
     void misc_amount_changed(double val);
@@ -141,9 +143,9 @@
     /*
      * Variables for popup ingredients editing.
      */
-    QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit, *yselectEdit;
+    QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *hformEdit, *useatEdit, *mselectEdit, *yselectEdit;
     QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit, *stepnameEdit;
-    QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit, *yamountEdit;
+    QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *halphaEdit, *ibuEdit, *mamountEdit, *yamountEdit;
     QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit;
     QSpinBox *htimeEdit, *mtimeEdit;
     QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit;

mercurial