Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Is it possible to use QtQuick emulate HTML like QtQuick.Controls emulate Qt Widgets?
Qt 6.11 is out! See what's new in the release blog

Is it possible to use QtQuick emulate HTML like QtQuick.Controls emulate Qt Widgets?

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 1.2k Views 1 Watching
  • 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.
  • J Offline
    J Offline
    jackylau
    wrote on last edited by
    #1

    for example, translate

    @<html>
    <head>
    <title>QtQuick.Html</title>
    </head>
    <body>Hello World!</body>
    </html>
    @

    to
    @import QtQuick.Html

    Html {
    Head {
    title: "QtQuick.Html"
    }

    Body {
    text: "Hello World"
    }
    }
    @

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      There is no such module in Qt right now. But for sure, it can be created.

      (Z(:^

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jackylau
        wrote on last edited by
        #3

        Awsome!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved