We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323985d commit 384c26fCopy full SHA for 384c26f
web/widget_view_visualizer.xsl
@@ -15,6 +15,9 @@
15
<xsl:call-template name="style"/>
16
<input type="checkbox">
17
<xsl:copy-of select="@elementId"/>
18
+ <xsl:if test="@checked = 'true'">
19
+ <xsl:attribute name="checked"/>
20
+ </xsl:if>
21
</input>
22
<span>
23
<xsl:value-of select="@text"/>
@@ -71,7 +74,7 @@
71
74
<xsl:apply-templates/>
72
75
</div>
73
76
</xsl:template>
- <xsl:template match="QPlainTextEdit">
77
+ <xsl:template match="QTextEdit|QPlainTextEdit">
78
<textarea>
79
80
0 commit comments