| 283 | } |
| 284 | |
| 285 | void TrigBar::on_actionMath_triggered() |
| 286 | { |
| 287 | pv::dialogs::MathOptions math_dlg(_session, this); |
| 288 | if (math_dlg.exec() == QDialog::Accepted) |
| 289 | { |
| 290 | math_dlg.Apply(); |
| 291 | } |
| 292 | } |
| 293 | |
| 294 | void TrigBar::on_actionDark_triggered() |
| 295 | { |