2025-08-12 20:56:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>XslFileEditDialog</class>
|
|
|
|
|
<widget class="QDialog" name="XslFileEditDialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-12-16 20:32:33 +01:00
|
|
|
<width>865</width>
|
2025-08-12 20:56:26 +02:00
|
|
|
<height>400</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>XSL-Datei bearbeiten</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="modal">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SizeConstraint::SetMaximumSize</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="bezLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Bezeichnung:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="bezEdit"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-12-16 20:32:33 +01:00
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2025-08-12 20:56:26 +02:00
|
|
|
<item>
|
2025-12-16 20:32:33 +01:00
|
|
|
<widget class="QGroupBox" name="xsltParamsGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>XSLT-Parameter</string>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<layout class="QVBoxLayout" name="xsltParamsLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QTableWidget" name="xsltParamsTable">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Parameter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Wert</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="xsltParamsButtonLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addParamButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Parameter hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeParamButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Parameter entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-08-12 20:56:26 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-12-16 20:32:33 +01:00
|
|
|
<widget class="QGroupBox" name="parentParamsGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Geerbte XSLT-Parameter (nur anzeigen)</string>
|
2025-09-07 15:52:06 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<layout class="QVBoxLayout" name="parentParamsLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
2025-08-12 20:56:26 +02:00
|
|
|
</property>
|
2025-12-16 20:32:33 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QTableWidget" name="parentParamsTable">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Parameter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Wert</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-08-12 20:56:26 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-12-16 20:32:33 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="alle_xml_transformieren">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Alle XML-Dateien neu transformieren (force)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-08-12 20:56:26 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="centerButtons">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
|
<receiver>XslFileEditDialog</receiver>
|
|
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>248</x>
|
|
|
|
|
<y>254</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
|
<receiver>XslFileEditDialog</receiver>
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>316</x>
|
|
|
|
|
<y>260</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|