src/EditProduct.cpp

changeset 182
545d31130844
parent 181
14a1f7bca79b
child 183
bce87b8b604b
equal deleted inserted replaced
181:14a1f7bca79b 182:545d31130844
900 ui->sp_acidtypeEdit->setCurrentIndex(product->sparge_acid_type); 900 ui->sp_acidtypeEdit->setCurrentIndex(product->sparge_acid_type);
901 ui->sp_acidpercEdit->setValue(product->sparge_acid_perc); 901 ui->sp_acidpercEdit->setValue(product->sparge_acid_perc);
902 ui->sp_acidvolEdit->setValue(product->sparge_acid_amount); 902 ui->sp_acidvolEdit->setValue(product->sparge_acid_amount);
903 903
904 // Tab brewday. 904 // Tab brewday.
905 ui->brew_startEdit->setText(product->brew_date_start.toString("dd MMM yyyy hh:mm"));
906 ui->brew_endEdit->setText(product->brew_date_end.toString("dd MMM yyyy hh:mm"));
907 ui->brew_mashphEdit->setValue(product->brew_mash_ph);
908 ui->brew_mashphShow->setValue(product->mash_ph);
909 ui->brew_mashsgEdit->setValue(product->brew_mash_sg);
910 ui->brew_mashsgShow->setValue(0);
911 ui->brew_masheffShow->setValue(product->brew_mash_efficiency);
905 912
906 // Tab fermentation. 913 // Tab fermentation.
907 914
908 // Tab packaging. 915 // Tab packaging.
909 916

mercurial