src/EditProduct.cpp

changeset 183
bce87b8b604b
parent 182
545d31130844
child 184
da148d6b4c95
equal deleted inserted replaced
182:545d31130844 183:bce87b8b604b
907 ui->brew_mashphEdit->setValue(product->brew_mash_ph); 907 ui->brew_mashphEdit->setValue(product->brew_mash_ph);
908 ui->brew_mashphShow->setValue(product->mash_ph); 908 ui->brew_mashphShow->setValue(product->mash_ph);
909 ui->brew_mashsgEdit->setValue(product->brew_mash_sg); 909 ui->brew_mashsgEdit->setValue(product->brew_mash_sg);
910 ui->brew_mashsgShow->setValue(0); 910 ui->brew_mashsgShow->setValue(0);
911 ui->brew_masheffShow->setValue(product->brew_mash_efficiency); 911 ui->brew_masheffShow->setValue(product->brew_mash_efficiency);
912
913 ui->brew_spargetempShow->setValue(product->sparge_temp);
914 ui->brew_spargevolShow->setValue(product->sparge_volume);
915 ui->brew_spargeestShow->setValue(product->brew_sparge_est);
916 ui->brew_spargephEdit->setValue(product->brew_sparge_ph);
912 917
913 // Tab fermentation. 918 // Tab fermentation.
914 919
915 // Tab packaging. 920 // Tab packaging.
916 921

mercurial