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. [SOLVED] Qt 5 on OS X: raise() doesn't work anymore?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Qt 5 on OS X: raise() doesn't work anymore?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.2k 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.
  • A Offline
    A Offline
    agarny
    wrote on last edited by
    #1

    Hi,

    I have just converted my project to Qt 5 and, in some cases, I need to bring my application to the foreground. With Qt 4.8, I used to have:

    @activateWindow();
    raise();@

    and it would nicely bring application to the foreground. However, the above code doesn't work anymore using Qt 5. Anyone, any ideas?

    Cheers, Alan.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Please consider to "file a bug report":https://bugreports.qt-project.org/ to track this issue. It will be forgotten here:-(

      1 Reply Last reply
      0
      • A Offline
        A Offline
        agarny
        wrote on last edited by
        #3

        I don't mind filing bug reports, I just wanted to find out first whether what I have noticed is indeed wrong or not.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          agarny
          wrote on last edited by
          #4

          For information, I submitted a bug for this (incl. some sample code that illustrates the problems): https://bugreports.qt-project.org/browse/QTBUG-29087.

          Seriously, I am rather disappointed with the quality of Qt 5 so far. I keep coming across issues! It's like QNetworkAccessManager::get() which crashes my application on the 64-bit version of Windows 7 and for which I have also filed a bug report (https://bugreports.qt-project.org/browse/QTBUG-29088).

          1 Reply Last reply
          0
          • A Offline
            A Offline
            agarny
            wrote on last edited by
            #5

            FWIW, this has been fixed by the Qt team.

            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