Token-based output support - needs testing

This commit is contained in:
2025-05-04 15:54:59 +02:00
parent 6b704c561a
commit 0a3100d448
13 changed files with 880 additions and 129 deletions

View File

@@ -125,6 +125,7 @@ class PresetEditorWidget(QWidget):
form_layout.addRow("Preset Name:", self.editor_preset_name)
form_layout.addRow("Supplier Name:", self.editor_supplier_name)
form_layout.addRow("Notes:", self.editor_notes)
layout.addLayout(form_layout)
# Source Naming Group
@@ -335,7 +336,6 @@ class PresetEditorWidget(QWidget):
self.editor_spin_base_name_idx.valueChanged.connect(self._mark_editor_unsaved)
self.editor_spin_map_type_idx.valueChanged.connect(self._mark_editor_unsaved)
# List/Table widgets are connected via helper functions
def check_unsaved_changes(self) -> bool:
"""
Checks for unsaved changes in the editor and prompts the user.