src/MainWindow.cpp

changeset 411
c78f8cf11849
parent 387
7945bf3be1f9
child 430
ef2638cfc1b7
equal deleted inserted replaced
410:6ef4530517af 411:c78f8cf11849
141 my_ut_t45 = query.value("ut_t45").toDouble(); 141 my_ut_t45 = query.value("ut_t45").toDouble();
142 my_ut_co2extract = query.value("ut_co2extract").toDouble(); 142 my_ut_co2extract = query.value("ut_co2extract").toDouble();
143 my_ibu_method = query.value("ibu_method").toInt(); 143 my_ibu_method = query.value("ibu_method").toInt();
144 my_color_method = query.value("color_method").toInt(); 144 my_color_method = query.value("color_method").toInt();
145 my_brix_correction = query.value("brix_correction").toDouble(); 145 my_brix_correction = query.value("brix_correction").toDouble();
146 my_grain_absorbtion = query.value("grain_absorbtion").toDouble(); 146 my_grain_absorption = query.value("grain_absorption").toDouble();
147 my_default_water = query.value("default_water").toInt(); 147 my_default_water = query.value("default_water").toInt();
148 my_yeastlab = query.value("my_yeastlab").toString(); 148 my_yeastlab = query.value("my_yeastlab").toString();
149 my_height = query.value("brewery_height").toInt(); 149 my_height = query.value("brewery_height").toInt();
150 150
151 qInfo() << "loadSetup" << my_brewery_name; 151 qInfo() << "loadSetup" << my_brewery_name;

mercurial