src/EditProduct.h

changeset 202
49ec4fdee5a6
parent 198
904591820c3d
child 205
ae6109192fb2
equal deleted inserted replaced
201:b8232133a12d 202:49ec4fdee5a6
135 void step_time_changed(double val); 135 void step_time_changed(double val);
136 void ramp_time_changed(double val); 136 void ramp_time_changed(double val);
137 void infuse_changed(double val); 137 void infuse_changed(double val);
138 void mash_select_changed(int val); 138 void mash_select_changed(int val);
139 void mash_name_changed(QString); 139 void mash_name_changed(QString);
140 void stepph_changed(double val);
141 void stepsg_changed(double val);
142 void stepbrix_changed(double val);
140 143
141 /* Modified progress bars */ 144 /* Modified progress bars */
142 void ferment_perc_mash_valueChanged(int value); 145 void ferment_perc_mash_valueChanged(int value);
143 void ferment_perc_sugars_valueChanged(int value); 146 void ferment_perc_sugars_valueChanged(int value);
144 void ferment_perc_cara_valueChanged(int value); 147 void ferment_perc_cara_valueChanged(int value);
161 /* 164 /*
162 * Variables for popup ingredients editing. 165 * Variables for popup ingredients editing.
163 */ 166 */
164 QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit, *yselectEdit; 167 QComboBox *fselectEdit, *faddedEdit, *hselectEdit,*haddedEdit, *useatEdit, *mselectEdit, *yselectEdit;
165 QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit, *stepnameEdit; 168 QLineEdit *fnameEdit, *fsupplierEdit, *hnameEdit, *horiginEdit, *mnameEdit, *ynameEdit, *ylaboratoryEdit, *yproduct_idEdit, *stepnameEdit;
166 QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit, *yamountEdit; 169 QDoubleSpinBox *famountEdit, *pctEdit, *fmaxEdit, *hamountEdit, *ibuEdit, *mamountEdit, *yamountEdit, *stepphEdit, *stepsgEdit;
167 QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit; 170 QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit, *brixEdit;
168 QSpinBox *htimeEdit, *mtimeEdit; 171 QSpinBox *htimeEdit, *mtimeEdit;
169 QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit; 172 QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit;
170 QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *yamountLabel, *ivolLabel, *itmpLabel; 173 QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *yamountLabel, *ivolLabel, *itmpLabel;
171 174
172 void to100Fermentables(int row); 175 void to100Fermentables(int row);

mercurial