Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. QT versions a problem :-(
Forum Updated to NodeBB v4.3 + New Features

QT versions a problem :-(

Scheduled Pinned Locked Moved Qt in Education
3 Posts 2 Posters 1.8k 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.
  • P Offline
    P Offline
    Pushpak Patil
    wrote on last edited by
    #1

    Why aren't the QT latest versions compatible to older versions ?

    I am a C++ developer but a newbie to QT, & it was really very difficult to run the example (version 2.3) 'noteapp' application in QtCreator with latest libraries version 5.3 which i downloaded.

    For being a successful development platform the latest libraries/classes must be compatible to previous versions.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi, and welcome to the Qt Dev Net!

      Qt promises compatibility across minor and patch versions:

      • Programs written in Qt 4.0.0 will still build and run when you upgrade to Qt 4.8.6 (this is the latest Qt 4 release)
      • Programs written in Qt 5.0.0 will still build and run when you upgrade to Qt 5.3.2 (this is the latest Qt 5 release)

      Furthermore, programs written in Qt 5.0.0 will continue to build and run with all future versions of Qt 5.

      When upgrading between major versions (from Qt 4 to Qt 5, and from Qt 5 to Qt 6), compatibility breaks are made to improve the platform. However, these are very rare. Qt 4.0.0 was released in mid-2005, while Qt 5.0.0 was released in late-2012. That's more than 7 years of compatibility.

      Where did you get the noteapp example from, and what difficulties did you have?

      Note that noteapp is not part of the official examples. You can find official examples in Qt Creator. Open Qt Creator and click on "Welcome" -> "Examples"

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

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Pushpak Patil
        wrote on last edited by
        #3

        Thanks for the insite. I tried the examples provided in
        QTCreator >> Welcome after reading your comment.. they look good & run without any problem. Thank you once again :)

        I got the noteapp example on the QT home page(qt-project.org) >>Learning Guides
        http://qt-project.org/wiki/developer-guides

        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