src/EditRecipe.h

changeset 145
fd4f0de86fd9
parent 144
c4b107bf153a
child 147
af1386a6ece7
--- a/src/EditRecipe.h	Tue Apr 19 11:17:16 2022 +0200
+++ b/src/EditRecipe.h	Tue Apr 19 21:15:42 2022 +0200
@@ -320,6 +320,13 @@
     void mw_ph_changed(double val);
     void mw_acid_changed(double val);
     void mw_type_changed(int val);
+    void step_name_changed(QString val);
+    void step_type_changed(int val);
+    void step_temp_changed(double val);
+    void end_temp_changed(double val);
+    void step_time_changed(double val);
+    void ramp_time_changed(double val);
+    void infuse_changed(double val);
 
     /* Modified progress bars */
     void ferment_perc_mash_valueChanged(int value);
@@ -361,11 +368,12 @@
      * Variables for popup ingredients editing.
      */
     QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit, *yselectEdit;
-    QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit;
+    QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit, *stepnameEdit;
     QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit, *yamountEdit;
+    QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit;
     QSpinBox *htimeEdit, *mtimeEdit;
     QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit;
-    QLabel *htimeLabel, *mtimeLabel, *mamountLabel;
+    QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *ivolLabel, *itmpLabel;
 
     void to100Fermentables(int row);
     static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2);

mercurial