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. Qt Designer on high DPI screens
QtWS25 Last Chance

Qt Designer on high DPI screens

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt designerhidpihigh dpiscaling
3 Posts 2 Posters 2.7k 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.
  • R Offline
    R Offline
    regs
    wrote on 30 Mar 2017, 00:53 last edited by
    #1

    How do you guys design in Qt Designer on hi dpi screens? Qt Designer is dpi-aware application so everything is scaled already in design-mode. But once you launch it, the app appears 4-times as big. Scaled twice, or even thrice. How to avoid it?

    alt text

    1 Reply Last reply
    0
    • R Offline
      R Offline
      regs
      wrote on 1 Apr 2017, 17:43 last edited by
      #2

      Qt Creator seem having same problem. No matter what screen you are using to use designer, Qt::AA_EnableHighDpiScaling assumes that the form was designed at 72 DPI, though it's ancient. Standard DPI is 96 DPI. How can i let Qt::AA_EnableHighDpiScaling know which is base DPI it should rely on to scale?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 1 Apr 2017, 20:14 last edited by
        #3

        Hi and welcome to devnet,

        I'd recommend posting this question to the Qt Creator mailing list. You'll find there Qt Creator's developers/maintainers. This forum is more user oriented.

        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

        2/3

        1 Apr 2017, 17:43

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved