| 211 | } |
| 212 | |
| 213 | void MacroActionRecordEdit::UpdateEntryData() |
| 214 | { |
| 215 | if (!_entryData) { |
| 216 | return; |
| 217 | } |
| 218 | _actions->setCurrentIndex(static_cast<int>(_entryData->_action)); |
| 219 | _recordFolder->SetPath(_entryData->_folder); |
| 220 | _recordFileFormat->setText(_entryData->_fileFormat); |
| 221 | _chapterName->setText(_entryData->_chapterName); |
| 222 | SetWidgetVisibility(); |
| 223 | } |
| 224 | |
| 225 | static bool isPauseAction(MacroActionRecord::Action a) |
| 226 | { |