src/MainWindow.h

changeset 125
2e79e0975e58
parent 102
b017001850df
child 131
0115b97e8c39
--- a/src/MainWindow.h	Sat Apr 09 13:34:45 2022 +0200
+++ b/src/MainWindow.h	Sat Apr 09 21:50:19 2022 +0200
@@ -77,7 +77,19 @@
 
 static IniWS wsProd;
 static IniWS wsDev;
+
+
+static QString my_brewery_name = "No-name";
+static double my_factor_mashhop = -30;
+static double my_factor_fwh = 10;
+static double my_factor_pellet = 10;
+static double my_factor_plug = 2;
+static double my_factor_wethop = -82;
+static double my_factor_cryohop = 100;
+static int my_ibu_method = 0;
+static int my_color_method = 0;
 static double my_brix_correction = 1.04;
+static double my_grain_absorbtion = 1.01;
 
 
 namespace Ui {

mercurial