UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Web App Tutorial?

    Scheduled Pinned Locked Moved App Development
    2 Posts 1 Posters 473 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • F Offline
        fireful0
        last edited by

        Hello!

        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.

        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.

        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:

        Where should I start?
        I've looked at the documentation HERE, but it does not explain how to start the project.

        Any help is greatly appreciated!

        1 Reply Last reply Reply Quote 1
        • F Offline
          fireful0
          last edited by

          I figured out a good base to start with.

          Inside of the main QML, start with:

          import QtQuick
          import QtQuick.Window
          import QtWebEngine

          Window {
          width: 1024
          height: 750
          visible: true
          WebEngineView {
          anchors.fill: parent
          url: "https://www.qt.io"
          }
          }

          Found here:
          https://doc.qt.io/qt-6/qtwebengine-webenginequick-minimal-example.html

          1 Reply Last reply Reply Quote 1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post