src/EditProduct.h

changeset 198
904591820c3d
parent 195
9887278c4fbe
child 202
49ec4fdee5a6
--- a/src/EditProduct.h	Thu May 05 20:43:45 2022 +0200
+++ b/src/EditProduct.h	Sat May 07 13:55:36 2022 +0200
@@ -12,6 +12,7 @@
 #include <QDialogButtonBox>
 #include <QList>
 #include <QLabel>
+#include <QCalendarWidget>
 
 #include "global.h"
 
@@ -80,7 +81,9 @@
     void misc_select_changed(int val);
     void misc_instock_changed(bool val);
     void misc_useat_changed(int val);
-    void yeast_prod_date_clicked();
+    void yeast_prod_date_clear();
+    void yeast_prod_date_today();
+    void yeast_prod_date_changed(QDate val);
     void yeast_method_changed(int val);
     void yeast_starter_sg_changed(double val);
     void yeast_starter_edit_clicked();
@@ -198,6 +201,7 @@
     StepResult calcStep(double svol, int stype, double start);
     void calcSteps(int stype, double start, double needed);
     void initYeast();
+    void calcViability();
     void calcYeast();
     void adjustYeasts(double factor);
     double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp);

mercurial