src/EditRecipe.cpp

changeset 147
af1386a6ece7
parent 145
fd4f0de86fd9
child 148
ba25a566b100
equal deleted inserted replaced
146:aad2f9f38fc5 147:af1386a6ece7
683 connect(ui->addYeast, SIGNAL(clicked()), this, SLOT(addYeastRow_clicked())); 683 connect(ui->addYeast, SIGNAL(clicked()), this, SLOT(addYeastRow_clicked()));
684 684
685 // All signals from tab "Mash" 685 // All signals from tab "Mash"
686 ui->mashsTable->setEditTriggers(QAbstractItemView::NoEditTriggers); 686 ui->mashsTable->setEditTriggers(QAbstractItemView::NoEditTriggers);
687 connect(ui->addMash, SIGNAL(clicked()), this, SLOT(addMashRow_clicked())); 687 connect(ui->addMash, SIGNAL(clicked()), this, SLOT(addMashRow_clicked()));
688 //connect(ui->mash_pickEdit, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed); 688 connect(ui->mash_pickEdit, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed);
689 689
690 // All signals from tab "Water" 690 // All signals from tab "Water"
691 connect(ui->bs_cacl2Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_cacl2_changed); 691 connect(ui->bs_cacl2Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_cacl2_changed);
692 connect(ui->bs_caso4Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_caso4_changed); 692 connect(ui->bs_caso4Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_caso4_changed);
693 connect(ui->bs_mgso4Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_mgso4_changed); 693 connect(ui->bs_mgso4Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_mgso4_changed);

mercurial