Skip to content

Commit 46a8616

Browse files
author
Vasyl Vavrychuk
committed
basic QWebView implementation
1 parent 384c26f commit 46a8616

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web/widget_view_visualizer.xsl

+9
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@
8484
<xsl:value-of select="@plainText"/>
8585
</textarea>
8686
</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>
8796

8897
<xsl:template name="style">
8998
<xsl:attribute name="style">

0 commit comments

Comments
 (0)