examples-manifest.xml 766 Bytes
Newer Older
xuebingbing's avatar
xuebingbing committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtWebView">
    <examples>
        <example name="Qt WebView Examples - Minibrowser" docUrl="qthelp://org.qt-project.qtwebview.5112/qtwebview/qtwebview-minibrowser-example.html" projectPath="webview/minibrowser/minibrowser.pro" imageUrl="qthelp://org.qt-project.qtwebview.5112/qtwebview/images/webview-example.jpg">
            <description><![CDATA[Minibrowser example demonstrates how to use the Qt WebView module with Qt Quick.]]></description>
            <tags>minibrowser,view,web,webview</tags>
            <fileToOpen>webview/minibrowser/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">webview/minibrowser/main.qml</fileToOpen>
        </example>
    </examples>
</instructionals>