Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

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

    General and Desktop
    2
    2
    1100
    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.
    • A
      Adelost last edited by

      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 Reply Quote 0
      • M
        MuldeR last edited by

        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 Reply Quote 0
        • First post
          Last post