src/MainWindow.h

changeset 125
2e79e0975e58
parent 102
b017001850df
child 131
0115b97e8c39
equal deleted inserted replaced
124:ba26b19572ab 125:2e79e0975e58
75 QString port; ///< MQTT port 75 QString port; ///< MQTT port
76 } IniWS; 76 } IniWS;
77 77
78 static IniWS wsProd; 78 static IniWS wsProd;
79 static IniWS wsDev; 79 static IniWS wsDev;
80
81
82 static QString my_brewery_name = "No-name";
83 static double my_factor_mashhop = -30;
84 static double my_factor_fwh = 10;
85 static double my_factor_pellet = 10;
86 static double my_factor_plug = 2;
87 static double my_factor_wethop = -82;
88 static double my_factor_cryohop = 100;
89 static int my_ibu_method = 0;
90 static int my_color_method = 0;
80 static double my_brix_correction = 1.04; 91 static double my_brix_correction = 1.04;
92 static double my_grain_absorbtion = 1.01;
81 93
82 94
83 namespace Ui { 95 namespace Ui {
84 class MainWindow; 96 class MainWindow;
85 } 97 }

mercurial