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. Can we upgrade the chromium version in QT ?
QtWS25 Last Chance

Can we upgrade the chromium version in QT ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 817 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.
  • U Offline
    U Offline
    Uday More
    wrote on 8 May 2020, 06:21 last edited by
    #1

    Hello I am displaying a web page which has some css tiling(Columns) feature using the Qt WebEngineView.

    For QT 5.7 (Chromium version 49.0.2623.111 ) : All the tiles shrink into 1 column i.e the web page is not displayed properly.

    For Qt 5.14.2 (Chromium version 77.0.3865) : All looks well. All the tiles are properly visible.

    I suspect the version of chromium is old in QT 5.7.

    Can we upgrade only the version of chrome for Qt 5.7 ? Or any other suggestion so that we don't need to upgrade Qt 5.7

    Qt_5_7.PNG

    Qt5_14_2.PNG

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 8 May 2020, 06:44 last edited by
      #2

      You can try compiling the web engine module from a higher version with your 5.7. It may work.

      (but really, you absolutely should update Qt to a newer version. Many security fixes have been released since Qt 5.7. Same goes for Chromium)

      (Z(:^

      1 Reply Last reply
      0
      • U Offline
        U Offline
        Uday More
        wrote on 8 May 2020, 07:08 last edited by
        #3

        @sierdzio Thank you
        Upgrading from Qt 5.7 is the ultimate solution and is much in need.
        How can we upgrade only the web engine module to a higher version. Any links ?

        J 1 Reply Last reply 8 May 2020, 07:11
        0
        • U Uday More
          8 May 2020, 07:08

          @sierdzio Thank you
          Upgrading from Qt 5.7 is the ultimate solution and is much in need.
          How can we upgrade only the web engine module to a higher version. Any links ?

          J Offline
          J Offline
          J.Hilk
          Moderators
          wrote on 8 May 2020, 07:11 last edited by
          #4

          @Uday-More
          you get the latest release from the module from the repository https://code.qt.io/cgit/

          run qmake from your 5.7 installation on that project, run make and make-install

          don't forget to constantly pray!


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          1 Reply Last reply
          2

          4/4

          8 May 2020, 07:11

          • Login

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