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. Scale and Font size in Qt Desktop Application?

Scale and Font size in Qt Desktop Application?

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

    Hi,

    In the past, I use Delphi to develop application GUI and it can scale the controls in a Window if the Window size is changed. I just wonder whether Qt support such a feature.

    Also if the sytem font size is changed, for example, from 96 DPI to 120 DPI, will all the texts displayed in Qt GUI properly? Currently I cannot build my own Qt program because the settings are not correct yet. So I have to ask questions here.

    Thanks

    Alan

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      [quote author="chcw" date="1349045422"]In the past, I use Delphi to develop application GUI and it can scale the controls in a Window if the Window size is changed. I just wonder whether Qt support such a feature.
      [/quote]
      Yes, "layouts":http://qt-project.org/doc/qt-4.8/layout.html

      [quote]Also if the sytem font size is changed, for example, from 96 DPI to 120 DPI, will all the texts displayed in Qt GUI properly?[/quote]
      The preferred size of widgets containing text is driven by the size of the text. This works correctly in the face of Windows' "helpful" scaling features. The layout manager takes preferred sizes into consideration when sizing widgets.

      [quote]Currently I cannot build my own Qt program because the settings are not correct yet.[/quote]
      No idea what that means.

      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