Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-64885

enable high dpi scaling in Qt Linguist

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • Not Evaluated
    • 5.10.0
    • 5.9.3
    • Tools: Linguist
    • None
    • c66ec9380

    Description

      Hello,

      could you add high dpi support for Qt Linguist? It seems that its not there yet.

       

      You just have to add these three lines to the main() function to make it work.

       

      #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))  

         QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

      #endif

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            tompollok Thomas Pollok
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes