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?
Forum Update on Monday, May 27th 2025

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 789 Views
  • 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 11 Mar 2014, 09:29 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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 11 Mar 2014, 09:31 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 12 Mar 2014, 13:45 last edited by
        #3

        Awsome!

        1 Reply Last reply
        0

        1/3

        11 Mar 2014, 09:29

        • Login

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