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. Widgets: what's been removed between 5.5.1 and 5.12.2?
Forum Updated to NodeBB v4.3 + New Features

Widgets: what's been removed between 5.5.1 and 5.12.2?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 497 Views 2 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
    Rob2n
    wrote on last edited by
    #1

    I'm upgrading a large Windows desktop application from Qt 5.5.1 to 5.12.2. In order to estimate my effort in advance, how can I determine which classes/methods have been removed from Widgets [and not simply deprecated]? I know Qt WebKit is one, but is there a list?

    JKSHJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      QtWebKit is a module. The QtWidgets module hasn't lost any classes.

      You can find everything in the release logs.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      3
      • R Rob2n

        I'm upgrading a large Windows desktop application from Qt 5.5.1 to 5.12.2. In order to estimate my effort in advance, how can I determine which classes/methods have been removed from Widgets [and not simply deprecated]? I know Qt WebKit is one, but is there a list?

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by JKSH
        #3

        @Rob2n said in Widgets: what's been removed between 5.5.1 and 5.12.2?:

        which classes/methods have been removed from Widgets

        None of them.

        Qt promises source and binary compatibility across minor releases. No class/method is allowed to be removed from a module (including Qt Widgets) until Qt 6.

        is there a list?

        Like @SGaist said, the release notes are the official authoritative source. For convenience, you can see:

        • https://wiki.qt.io/New_Features_in_Qt_5.6
        • https://wiki.qt.io/New_Features_in_Qt_5.7
        • https://wiki.qt.io/New_Features_in_Qt_5.8
        • (... etc.)

        Look for the "Removed Modules" headings to find out which modules have been removed.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        5
        • SGaistS SGaist

          Hi and welcome to devnet,

          QtWebKit is a module. The QtWidgets module hasn't lost any classes.

          You can find everything in the release logs.

          R Offline
          R Offline
          Rob2n
          wrote on last edited by
          #4

          @sgaist Thanks for that distinction.

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

            @jksh Thanks for the links. They are what I needed.

            1 Reply Last reply
            1

            • Login

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