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. HiDpi doesn't work on OSX Qt 5.1.0, but works with 4.8.5
Qt 6.11 is out! See what's new in the release blog

HiDpi doesn't work on OSX Qt 5.1.0, but works with 4.8.5

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

    I use widgets and compile a Qt binary which I copy into a bundle of my own creation, which includes the following in its Info.plist:
    @
    <key>NSPrincipalClass</key>
    <string>NSApplication</string>
    <key>NSHighResolutionCapable</key>
    <string>True</string>
    @

    With Qt5 I get ugly upscaled lowres widgets and text, while Qt4 gives me nice high dpi widgets and text. Does anyone have an idea of what might be wrong?

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

      Hi,

      You might have found a bug, did you check the "bug report system":https://bugreports.qt-project.org/issues/ to see if it's a known issue ?

      If not you could open a report with a minimal test application that allows to trigger the bug.

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

      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