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 384c26f commit 46a8616Copy full SHA for 46a8616
web/widget_view_visualizer.xsl
@@ -84,6 +84,15 @@
84
<xsl:value-of select="@plainText"/>
85
</textarea>
86
</xsl:template>
87
+ <xsl:template match="QWebView">
88
+ <iframe>
89
+ <xsl:copy-of select="@elementId"/>
90
+ <xsl:call-template name="style"/>
91
+ <xsl:attribute name="src">
92
+ <xsl:value-of select="@url"/>
93
+ </xsl:attribute>
94
+ </iframe>
95
+ </xsl:template>
96
97
<xsl:template name="style">
98
<xsl:attribute name="style">
0 commit comments