Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 4: documentation display style
Forum Update on Monday, May 27th 2025

Qt Creator 4: documentation display style

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
6 Posts 3 Posters 1.5k 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.
  • djentxD Offline
    djentxD Offline
    djentx
    wrote on last edited by
    #1

    Hello, sorry i speak bad english.

    When i use Qt creator 3.3.1, the documentation was display as this:
    doc on 3.3.1

    Now i have installed Qt Creator 4.0.2 and the doc is display as this:
    doc on 4.0.1

    Is it possible to have the 3.3.1's style on 4.0.1 ?

    Thanks.

    ? 1 Reply Last reply
    0
    • djentxD djentx

      Hello, sorry i speak bad english.

      When i use Qt creator 3.3.1, the documentation was display as this:
      doc on 3.3.1

      Now i have installed Qt Creator 4.0.2 and the doc is display as this:
      doc on 4.0.1

      Is it possible to have the 3.3.1's style on 4.0.1 ?

      Thanks.

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #2

      @djentx Hi, welcome to the Qt forum. No, it's not possible.

      V 2 Replies Last reply
      0
      • djentxD Offline
        djentxD Offline
        djentx
        wrote on last edited by
        #3

        Ok thanks.

        1 Reply Last reply
        0
        • ? A Former User

          @djentx Hi, welcome to the Qt forum. No, it's not possible.

          V Offline
          V Offline
          victl
          wrote on last edited by
          #4

          @Wieland Nope, it does POSSIBLE, because many people encountered similar issue. After tracing in the bug reports, I found this one: QTCREATORBUG-15887
          As indicated in the comments,

          Since QtWebKit is no longer part of Qt since Qt 5.6, Qt Creator 3.6.1 uses QTextBrowser to show documentation, which is not a full html renderer and supports only a css subset.
          

          So, it's not surprising that many qch files would broke under Qt Creator 3.6.1+. I strongly disagree with this switch from QtWebkit to QTextBrowser - it's non-sense!
          Could there be any developer come out to pick up QtWebkit and save this world with a usable help browser?

          1 Reply Last reply
          0
          • ? A Former User

            @djentx Hi, welcome to the Qt forum. No, it's not possible.

            V Offline
            V Offline
            victl
            wrote on last edited by
            #5

            @Wieland By the way, Qt Creator 4.0 works fine on my Arch Linux system, I think the reason is that Qt Creator on that system is built with Qt5-Webkit as a dependency. (Verified in the PKGBUILD script file)
            My Mac OS X with Qt Creator 4.0 suffers from this issue.

            ? 1 Reply Last reply
            0
            • V victl

              @Wieland By the way, Qt Creator 4.0 works fine on my Arch Linux system, I think the reason is that Qt Creator on that system is built with Qt5-Webkit as a dependency. (Verified in the PKGBUILD script file)
              My Mac OS X with Qt Creator 4.0 suffers from this issue.

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              Qt WebKit is obsolete for multiple reasons (poor performance, very hard to maintain, security). Bringing it back is not an option. Its successor is Qt WebEngine. IMHO the best solution would be using Qt WebEngine as help browser in Qt Creator instead of QTextBrowser but this decision is up to the Creator developers.

              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