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. Mac on Qt 5.11 not deploying with Aqua look-and-feel?

Mac on Qt 5.11 not deploying with Aqua look-and-feel?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 827 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.
  • G Offline
    G Offline
    ghutchis
    wrote on last edited by
    #1

    I've been a long-time developer with Qt for the Avogadro project (https://avogadro.cc/)

    I recently updated from 5.9.x to 5.11.1 and now the Mac build has a very generic look and feel to QComboBox, etc.

    I checked and the package includes libqcocoa.dylib - everything seems to be the same between 5.9.x builds and 5.11.x but the GUI doesn't match the Mac style.

    Any ideas or pointers?

    Thanks in advance!
    -Geoff

    1 Reply Last reply
    0
    • KillerSmathK Offline
      KillerSmathK Offline
      KillerSmath
      wrote on last edited by KillerSmath
      #2

      @ghutchis
      Have you tried to deploy using macdeployqt tool ?
      http://doc.qt.io/qt-5/osx-deployment.html#the-mac-deployment-tool

      In my case: when i deploy using windeployqt tool, this copy the style of Windows 7 to my deploy folder.

      @Computer Science Student - Brazil
      Web Developer and Researcher
      “Sometimes it’s the people no one imagines anything of who do the things that no one can imagine.” - Alan Turing

      G 1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        IIRC, there was a regression with QComboBox between 5.10 and 5.11. You should check the bug report system to see if you can find something related.

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

        G 1 Reply Last reply
        2
        • SGaistS SGaist

          Hi,

          IIRC, there was a regression with QComboBox between 5.10 and 5.11. You should check the bug report system to see if you can find something related.

          G Offline
          G Offline
          ghutchis
          wrote on last edited by
          #4

          @SGaist - appreciate that, but it's not just the QComboBox - that's the most obvious case, but not the only part. Tabs, etc. are all using a different style.

          1 Reply Last reply
          0
          • KillerSmathK KillerSmath

            @ghutchis
            Have you tried to deploy using macdeployqt tool ?
            http://doc.qt.io/qt-5/osx-deployment.html#the-mac-deployment-tool

            In my case: when i deploy using windeployqt tool, this copy the style of Windows 7 to my deploy folder.

            G Offline
            G Offline
            ghutchis
            wrote on last edited by
            #5

            @KillerSmath - we don't use macdeployqt - that may be part of the problem.

            Based on your comments, I built a bunch of examples with qmake, and they were just fine. So there's definitely a deploy problem..

            I'll sort through it and post back here.

            Thanks for the suggestions.

            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