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. What does <qt> and </qt> mean?
Forum Updated to NodeBB v4.3 + New Features

What does <qt> and </qt> mean?

Scheduled Pinned Locked Moved General and Desktop
9 Posts 4 Posters 2.6k 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.
  • R Offline
    R Offline
    redstoneleo
    wrote on last edited by
    #1

    the <qt> and </qt> and are used here
    http://doc.qt.digia.com/qt-maemo/itemviews-combowidgetmapper.html
    what does <qt> and </qt> mean?

    1 Reply Last reply
    0
    • clogwogC Offline
      clogwogC Offline
      clogwog
      wrote on last edited by
      #2

      from http://qt-project.org/doc/qt-4.8/richtext-html-subset.html

      qt Qt rich-text document Synonym for html. Provided for compatibility with earlier versions of Qt.

      so i guess it means the string is a html document..so you should be able to apply html formatting between those 2 tags.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        redstoneleo
        wrote on last edited by
        #3

        why does it is "Provided for compatibility with earlier versions of Qt."?
        [quote author="clogwog" date="1388632779"]from http://qt-project.org/doc/qt-4.8/richtext-html-subset.html

        qt Qt rich-text document Synonym for html. Provided for compatibility with earlier versions of Qt.

        so i guess it means the string is a html document..so you should be able to apply html formatting between those 2 tags.[/quote]

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jkdoug
          wrote on last edited by
          #4

          Earlier versions of Qt used <qt> and </qt>, but now you should be using the standard <html> and </html> tags.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            redstoneleo
            wrote on last edited by
            #5

            [quote author="jkdoug" date="1388807231"]Earlier versions of Qt used <qt> and </qt>, but now you should be using the standard <html> and </html> tags.[/quote]

            you know this from where ?

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jkdoug
              wrote on last edited by
              #6

              It's in the documentation, the link clogwog posted above.

              1 Reply Last reply
              0
              • R Offline
                R Offline
                redstoneleo
                wrote on last edited by
                #7

                I cannot find <qt> and <html> mentioned in
                http://qt-project.org/doc/qt-4.8/richtext-html-subset.html
                but only found "Widgets automatically detect HTML markup and display rich text accordingly."
                [quote author="jkdoug" date="1388957646"]It's in the documentation, the link clogwog posted above.[/quote]

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SetBetterPass
                  wrote on last edited by
                  #8

                  [quote author="redstoneleo" date="1388989211"]I cannot find <qt> and <html> mentioned in
                  http://qt-project.org/doc/qt-4.8/richtext-html-subset.html
                  but only found "Widgets automatically detect HTML markup and display rich text accordingly."
                  [quote author="jkdoug" date="1388957646"]It's in the documentation, the link clogwog posted above.[/quote][/quote]

                  check supported tags, its there

                  qt Qt rich-text document Synonym for html. Provided for compatibility with earlier versions of Qt.

                  1 Reply Last reply
                  0
                  • R Offline
                    R Offline
                    redstoneleo
                    wrote on last edited by
                    #9

                    [quote author="jkdoug" date="1388807231"]Earlier versions of Qt used <qt> and </qt>, but now you should be using the standard <html> and </html> tags.[/quote]

                    since "Widgets automatically detect HTML markup and display rich text accordingly. ",so I think there is no need to use <qt> and <html> in current Qt.

                    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