UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fireful0
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Groups 0

    fireful0

    @fireful0

    2
    Reputation
    3
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    fireful0 Unfollow Follow

    Best posts made by fireful0

    • Web App Tutorial?

      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!

      posted in App Development
      F
      fireful0
    • RE: Web App Tutorial?

      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

      posted in App Development
      F
      fireful0

    Latest posts made by fireful0

    • RE: Web App Tutorial?

      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

      posted in App Development
      F
      fireful0
    • Web App Tutorial?

      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!

      posted in App Development
      F
      fireful0
    • RE: Which phones support wired HDMI out?

      @kugiigi Thank you so much for your response! I've been researching more, and it looks like the Oneplus One may be the best option. Even though it doesn't support wired display, the wireless display feature would work just as well for what I would be using it for.

      posted in General
      F
      fireful0
    • Which phones support wired HDMI out?

      Hello!
      I am new to the Ubuntu Touch world, but have used Ubuntu desktop for many years.
      I am in the market for a new phone, and am hoping that I can find one that runs Ubuntu Touch decently well, but also has the ability to have HDMI out. I want to be able to see Ubuntu Touch on an external device.
      Does anyone have experience with a few devices that have this working?
      Any help is greatly appreciated!

      Thank you so much!
      Isaac

      posted in General
      F
      fireful0