Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt version: From 4.4.3 to 4.6.2
Qt 6.11 is out! See what's new in the release blog

Qt version: From 4.4.3 to 4.6.2

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 1 Posters 3.5k 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.
  • T Offline
    T Offline
    Tedisito
    wrote on last edited by
    #1

    Hi guys,

    I have my application which was done using Qt 4.4.3. Everything works perfectly.

    Now, I want to develop with the last Qt version. So I downloaded the last one (4.6.2) and I compiled it. Then I cleaned everything in my project, I changed the Qt path to build my project with the new version of Qt. The project is compiling/linking/executing. BUT because there is a but, the GUI behaviour of the application is not the same.

    Example:

    • a) When the mouse is hovering a tab or a button, the tab/button is not highlighted (with 4.4.3 it was)

    • b) In a list view, I select an item, the item doesn't become highlighted.

    • c) In a text edit, I type and the letters are not showing up.

    I discovered that for b) and c), if I resize the window with the mouse then highlighted item and text is showing up.

    I precise that it's exactly the same project, same files and I just "disconnected" the 4.4.3 Qt version to use the 4.6.2.
    Signals and slots are working properly but not the GUI updates.

    Do you guys know where does it come from? What is happening?

    Is the GUI behaviour model different between 4.4.3 and 4.6.2 ?

    Thanks in advance

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tedisito
      wrote on last edited by
      #2

      Bug fixed, nothing to do with Qt versions ...

      Mea culpa

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        so what had gone wrong?

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tedisito
          wrote on last edited by
          #4

          It was a wrong events managment in a derivation class of QApplication, a conception error. I think, the bug just showed up at the same moment that I changed the Qt version. But there is nothing to do with version of Qt.

          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