src/EditProduct.cpp

changeset 214
641540dc6ef2
parent 213
a167ee979cac
child 218
725da10db56c
equal deleted inserted replaced
213:a167ee979cac 214:641540dc6ef2
1083 1083
1084 /* All signals from tab Brewday */ 1084 /* All signals from tab Brewday */
1085 connect(ui->brew_startButton1, SIGNAL(clicked()), this, SLOT(brew_date_today())); 1085 connect(ui->brew_startButton1, SIGNAL(clicked()), this, SLOT(brew_date_today()));
1086 connect(ui->brew_startButton2, SIGNAL(clicked()), this, SLOT(brew_date_clear())); 1086 connect(ui->brew_startButton2, SIGNAL(clicked()), this, SLOT(brew_date_clear()));
1087 connect(ui->brew_startDate, &QDateEdit::dateChanged, this, &EditProduct::brew_start_date_changed); 1087 connect(ui->brew_startDate, &QDateEdit::dateChanged, this, &EditProduct::brew_start_date_changed);
1088 connect(ui->brew_startTime, &QTimeEdit::timeChanged, this, &EditProduct::brew_start_time_changed);
1089 connect(ui->brew_endDate, &QDateEdit::dateChanged, this, &EditProduct::brew_end_date_changed);
1090 connect(ui->brew_endTime, &QTimeEdit::timeChanged, this, &EditProduct::brew_end_time_changed);
1091 connect(ui->brew_endButton1, SIGNAL(clicked()), this, SLOT(brew_end_today()));
1092 connect(ui->brew_ackButton, SIGNAL(clicked()), this, SLOT(brew_date_ack()));
1088 connect(ui->brew_mashphEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_mashph_changed); 1093 connect(ui->brew_mashphEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_mashph_changed);
1089 connect(ui->brew_mashsgEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_mashsg_changed); 1094 connect(ui->brew_mashsgEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_mashsg_changed);
1090 connect(ui->brew_spargephEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_spargeph_changed); 1095 connect(ui->brew_spargephEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_spargeph_changed);
1091 connect(ui->brew_preboilphEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_preboilph_changed); 1096 connect(ui->brew_preboilphEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_preboilph_changed);
1092 connect(ui->brew_preboilsgEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_preboilsg_changed); 1097 connect(ui->brew_preboilsgEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_preboilsg_changed);

mercurial