Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] What does the <qt> tag do?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] What does the <qt> tag do?

Scheduled Pinned Locked Moved General and Desktop
2 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.
  • A Offline
    A Offline
    Adelost
    wrote on 13 Apr 2013, 13:00 last edited by
    #1

    What does the <qt> tag do?

    A segment from Combo Widget Mapper Example looks like this, and removing the <qt> tag does not seem to affect the program.

    @QStringList addresses;
    addresses << "<qt>123 Main Street<br/>Market Town</qt>"
    << "<qt>PO Box 32<br/>Mail Handling Service"
    "<br/>Service City</qt>"
    << "<qt>The Lighthouse<br/>Remote Island</qt>"
    << "<qt>47338 Park Avenue<br/>Big City</qt>"
    << "<qt>Research Station<br/>Base Camp<br/>Big Mountain</qt>";@

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MuldeR
      wrote on 13 Apr 2013, 23:18 last edited by
      #2

      See here, for example:
      http://harmattan-dev.nokia.com/docs/library/html/qt4/richtext-html-subset.html

      [quote]Synonym for html. Provided for compatibility with earlier versions of Qt.[/quote]

      My OpenSource software at: http://muldersoft.com/

      Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

      Go visit the coop: http://youtu.be/Jay...

      1 Reply Last reply
      0

      2/2

      13 Apr 2013, 23:18

      • Login

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