Beschriftungen in Dialogen angepasst

This commit is contained in:
2025-09-07 15:52:06 +02:00
parent 7c2e687522
commit 562a8f831b
4 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -37,7 +37,7 @@
<item>
<widget class="QGroupBox" name="xsltParamsGroupBox">
<property name="title">
<string>XSLT Parameter</string>
<string>XSLT-Parameter</string>
</property>
<layout class="QVBoxLayout" name="xsltParamsLayout">
<item>
@@ -97,17 +97,17 @@
<item>
<widget class="QGroupBox" name="parentParamsGroupBox">
<property name="title">
<string>Eltern-Parameter (nur anzeigen)</string>
<string>Geerbte XSLT-Parameter (nur anzeigen)</string>
</property>
<layout class="QVBoxLayout" name="parentParamsLayout">
<item>
<widget class="QTableWidget" name="parentParamsTable">
<property name="columnCount">
<number>2</number>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>