| 101 | } |
| 102 | |
| 103 | void PreviewDialog::SelectArea() |
| 104 | { |
| 105 | _selectingArea = false; |
| 106 | _type = PreviewType::SELECT_AREA; |
| 107 | _rubberBand->show(); |
| 108 | _valueLabel->hide(); |
| 109 | Start(); |
| 110 | DrawFrame(); |
| 111 | _statusLabel->setText(obs_module_text( |
| 112 | "AdvSceneSwitcher.condition.video.selectArea.status")); |
| 113 | } |
| 114 | |
| 115 | void PreviewDialog::Stop() |
| 116 | { |
no test coverage detected