src/EditRecipe.h

changeset 123
41563800aa92
parent 121
2f9711ce5ad4
child 125
2e79e0975e58
equal deleted inserted replaced
122:a614932fd908 123:41563800aa92
300 QComboBox *selectEdit, *addedEdit; 300 QComboBox *selectEdit, *addedEdit;
301 QLineEdit *nameEdit, *supplierEdit; 301 QLineEdit *nameEdit, *supplierEdit;
302 QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit; 302 QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit;
303 QCheckBox *to100Edit, *instockEdit; 303 QCheckBox *to100Edit, *instockEdit;
304 304
305 void to100Fermentables(int row);
305 static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2); 306 static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2);
306 void WindowTitle(); 307 void WindowTitle();
307 void calcFermentables(); 308 void calcFermentables();
308 }; 309 };
309 310

mercurial