Qt Forum

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

    Forum Updated on Feb 6th

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

    General and Desktop
    4
    9
    2236
    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.
    • R
      redstoneleo last edited by

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

        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 Reply Quote 0
        • R
          redstoneleo last edited by

          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 Reply Quote 0
          • J
            jkdoug last edited by

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

            1 Reply Last reply Reply Quote 0
            • R
              redstoneleo last edited by

              [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 Reply Quote 0
              • J
                jkdoug last edited by

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

                1 Reply Last reply Reply Quote 0
                • R
                  redstoneleo last edited by

                  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 Reply Quote 0
                  • S
                    SetBetterPass last edited by

                    [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 Reply Quote 0
                    • R
                      redstoneleo last edited by

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