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

enable high dpi scaling in Qt Linguist

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes