src/EditProductTab2.cpp

changeset 429
4aac0b672667
parent 423
8cb46020796a
child 454
2dfead81c72f
equal deleted inserted replaced
428:b6535c00de8e 429:4aac0b672667
49 ui->chiller_lpmEdit->setValue(product->eq_chiller_lpm); 49 ui->chiller_lpmEdit->setValue(product->eq_chiller_lpm);
50 ui->chiller_lossEdit->setValue(product->eq_chiller_loss); 50 ui->chiller_lossEdit->setValue(product->eq_chiller_loss);
51 51
52 /* Transfer */ 52 /* Transfer */
53 ui->topup_waterEdit->setValue(product->eq_top_up_water); 53 ui->topup_waterEdit->setValue(product->eq_top_up_water);
54 ui->vol_fermenterEdit->setValue((product->eq_batch_size / 1.04) - product->eq_trub_chiller_loss - product->eq_chiller_loss);
54 } 55 }
55 56
56 57
57 void EditProduct::initEquipment() 58 void EditProduct::initEquipment()
58 { 59 {

mercurial