src/EditProductTab2.cpp

changeset 301
fe6346211b5b
parent 189
722a4eed545d
child 423
8cb46020796a
equal deleted inserted replaced
300:2a97905cb637 301:fe6346211b5b
23 ui->eq_nameEdit->setText(product->eq_name); 23 ui->eq_nameEdit->setText(product->eq_name);
24 ui->eq_notesEdit->setPlainText(product->eq_notes); 24 ui->eq_notesEdit->setPlainText(product->eq_notes);
25 25
26 /* Mashing */ 26 /* Mashing */
27 ui->tun_volumeEdit->setValue(product->eq_tun_volume); 27 ui->tun_volumeEdit->setValue(product->eq_tun_volume);
28 ui->tun_materialEdit->setText(tun_materials[product->eq_tun_material]); 28 ui->tun_materialEdit->setText(QCoreApplication::translate("TunMaterial", g_tun_materials[product->eq_tun_material]));
29 ui->mash_volumeEdit->setValue(product->eq_mash_volume); 29 ui->mash_volumeEdit->setValue(product->eq_mash_volume);
30 ui->mash_maxEdit->setValue(product->eq_mash_max); 30 ui->mash_maxEdit->setValue(product->eq_mash_max);
31 31
32 /* Lautering */ 32 /* Lautering */
33 ui->lauter_volumeEdit->setValue(product->eq_lauter_volume); 33 ui->lauter_volumeEdit->setValue(product->eq_lauter_volume);

mercurial