2025-08-12 20:56:26 +02:00
|
|
|
from ui.TreeNodeEditDialog_ui import Ui_TreeNodeEditDialog
|
2026-03-09 19:49:57 +01:00
|
|
|
from ui.XsltParamsEditDialog import XsltParamsEditDialog
|
2025-08-12 20:56:26 +02:00
|
|
|
|
|
|
|
|
|
2026-03-09 19:49:57 +01:00
|
|
|
class TreeNodeEditDialog(XsltParamsEditDialog):
|
2025-08-12 20:56:26 +02:00
|
|
|
"""Dialog zur Bearbeitung von TreeNode-Objekten."""
|
|
|
|
|
|
2026-03-09 19:49:57 +01:00
|
|
|
def _create_ui(self):
|
|
|
|
|
return Ui_TreeNodeEditDialog()
|