| 144 | } |
| 145 | |
| 146 | void RegexConfigWidget::EnableChanged(bool value) |
| 147 | { |
| 148 | _config._enable = value; |
| 149 | SetVisibility(); |
| 150 | emit RegexConfigChanged(_config); |
| 151 | } |
| 152 | |
| 153 | RegexConfigDialog::RegexConfigDialog(QWidget *parent, const RegexConfig &config) |
| 154 | : QDialog(parent), |