|
@@ -256,9 +256,9 @@
|
|
|
<property name="checked">
|
|
|
<bool><xsl:value-of select="not(@advanced)"></xsl:value-of></bool>
|
|
|
</property>
|
|
|
- <layout class="QVBoxLayout" name="paramContainerLayout:${groupLabel}">
|
|
|
+ <layout class="QVBoxLayout" name="paramContainerLayout:{$groupLabel}">
|
|
|
<item>
|
|
|
- <widget class="QWidget" name="paramContainer:${groupLabel}">
|
|
|
+ <widget class="QWidget" name="paramContainer:{$groupLabel}">
|
|
|
<layout class="QGridLayout">
|
|
|
<xsl:apply-templates select="./description/following-sibling::*"/>
|
|
|
</layout>
|