[Konversation-devel] [konversation] [Bug 341361] New: Support hi-dpi scaling meta-bug (QT_DEVICE_PIXEL_RATIO)

Eike Hein hein at kde.org
Fri Nov 28 14:41:05 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=341361

            Bug ID: 341361
           Summary: Support hi-dpi scaling meta-bug
                    (QT_DEVICE_PIXEL_RATIO)
           Product: konversation
           Version: frameworks
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: konversation-devel at kde.org
          Reporter: hein at kde.org

Konversation should properly support the new hi-dpi scaling in Qt. As of now,
various things are broken - check the DEPENDs of this bug.

To try it out:

a) Enable this line in main.cpp: 
   app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
   (Line 106 at the time of writing.)

b) Grep the source for other "FIXME HIDPI" instances that might be relevant.

c) Export QT_DEVICE_PIXEL_RATIO=2

d) Make sure your font DPI is set to something high like 192 (you can override
it in System Settings)


Useful links:
http://blog.davidedmundson.co.uk/blog/kde_apps_high_dpi
http://doc-snapshot.qt-project.org/qt5-5.4/highdpi.html

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Konversation-devel mailing list