<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Web App Tutorial?]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">I have used Visual Basic, Android Studio, python, and many more different types of programming methods over the years, so I have some scripting experience.</p>
<p dir="auto">What I am wanting to do is to create a couple web apps based on a website or two, however, I can't find a base example, so I am at a standstill.</p>
<p dir="auto">I understand that I could use Webber in order to create the application for me, but I want to understand how it all works. :grinning_face_with_big_eyes:</p>
<p dir="auto">Where should I start?<br />
I've looked at the documentation <a href="https://docs.ubports.com/en/latest/appdev/webapp/index.html" rel="nofollow ugc">HERE</a>, but it does not explain how to start the project.</p>
<p dir="auto">Any help is greatly appreciated!</p>
]]></description><link>https://forums.ubports.com/topic/8634/web-app-tutorial</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 21:04:06 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/8634.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Feb 2023 15:58:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Web App Tutorial? on Thu, 09 Feb 2023 20:14:45 GMT]]></title><description><![CDATA[<p dir="auto">I figured out a good base to start with.</p>
<p dir="auto">Inside of the main QML, start with:</p>
<p dir="auto">import QtQuick<br />
import QtQuick.Window<br />
import QtWebEngine</p>
<p dir="auto">Window {<br />
width: 1024<br />
height: 750<br />
visible: true<br />
WebEngineView {<br />
anchors.fill: parent<br />
url: "<a href="https://www.qt.io" rel="nofollow ugc">https://www.qt.io</a>"<br />
}<br />
}</p>
<p dir="auto">Found here:<br />
<a href="https://doc.qt.io/qt-6/qtwebengine-webenginequick-minimal-example.html" rel="nofollow ugc">https://doc.qt.io/qt-6/qtwebengine-webenginequick-minimal-example.html</a></p>
]]></description><link>https://forums.ubports.com/post/70606</link><guid isPermaLink="true">https://forums.ubports.com/post/70606</guid><dc:creator><![CDATA[fireful0]]></dc:creator><pubDate>Thu, 09 Feb 2023 20:14:45 GMT</pubDate></item></channel></rss>