src/EditRecipe.h

changeset 111
04f5a7c5a1dc
parent 110
224be4d9f8eb
child 112
9e0dfa78f349
equal deleted inserted replaced
110:224be4d9f8eb 111:04f5a7c5a1dc
94 double y_inventory; 94 double y_inventory;
95 int y_use; 95 int y_use;
96 bool y_sta1; 96 bool y_sta1;
97 bool y_bacteria; 97 bool y_bacteria;
98 bool y_harvest_top; 98 bool y_harvest_top;
99 double y_harvest_time; 99 int y_harvest_time;
100 double y_pitch_temperature; 100 double y_pitch_temperature;
101 bool y_pofpos; 101 bool y_pofpos;
102 int y_zymocide; 102 int y_zymocide;
103 double y_gr_hl_lo; 103 int y_gr_hl_lo;
104 double y_sg_lo; 104 double y_sg_lo;
105 double y_gr_hl_hi; 105 int y_gr_hl_hi;
106 double y_sg_hi; 106 double y_sg_hi;
107 double y_cost; 107 double y_cost;
108 }; 108 };
109 109
110 110
288 bool ignoreChanges = false; 288 bool ignoreChanges = false;
289 Recipe *recipe; 289 Recipe *recipe;
290 /* 290 /*
291 * Variables for popup ingredients editing. 291 * Variables for popup ingredients editing.
292 */ 292 */
293 QJsonDocument hops, miscs, yeasts; 293 QJsonDocument hops, miscs;
294 QComboBox *selectEdit, *addedEdit; 294 QComboBox *selectEdit, *addedEdit;
295 QLineEdit *nameEdit, *supplierEdit; 295 QLineEdit *nameEdit, *supplierEdit;
296 QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit; 296 QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit;
297 QCheckBox *to100Edit, *instockEdit; 297 QCheckBox *to100Edit, *instockEdit;
298 298

mercurial