src/EditRecipe.h

changeset 143
8414844c9f8b
parent 142
1caa15a0eefc
child 144
c4b107bf153a
--- a/src/EditRecipe.h	Mon Apr 18 20:00:49 2022 +0200
+++ b/src/EditRecipe.h	Mon Apr 18 21:56:11 2022 +0200
@@ -285,6 +285,10 @@
     void misc_select_changed(int val);
     void misc_instock_changed(bool val);
     void misc_useat_changed(int val);
+    void yeast_amount_changed(double val);
+    void yeast_select_changed(int val);
+    void yeast_instock_changed(bool val);
+    void yeast_useat_changed(int val);
     void addFermentRow_clicked();
     void deleteFermentRow_clicked();
     void editFermentRow_clicked();
@@ -350,11 +354,11 @@
     /*
      * Variables for popup ingredients editing.
      */
-    QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit;
-    QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit;
-    QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit;
+    QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit, *yselectEdit;
+    QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit;
+    QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit, *yamountEdit;
     QSpinBox *htimeEdit, *mtimeEdit;
-    QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit;
+    QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit;
     QLabel *htimeLabel, *mtimeLabel, *mamountLabel;
 
     void to100Fermentables(int row);

mercurial