On 24/11/2015 07:03, Tuomas Tauriala wrote: > Hi all, Hi Tiomas, > > I recently got a laptop with a 4K display. This, however, caused me to > notice an issue where WSJT-X apparently reports to the OS (Windows 10) > that it supports high-resolution displays, while in reality the user > interface does not scale out correctly and results in the program being > next to unusable. > > I am using Windows 10 Pro 64-bit with text/apps/etc zoom level at 200 % > (192 dpi) (configurable in Settings -> System -> Display). You may be the first to try WSJT-X at 200% font sizes. Obviously you need that on a 4K laptop. > > The quick fix to this problem is to make the program report as not > supporting high-resolution displays (for example with the > SetProcessDpiAwareness function). It would be nice though to have > complete support for high-resolution displays in the future. We are not really in the position to make direct W32 API calls since we Qt for platform independence.
The situation with Qt is as documented here: http://doc.qt.io/qt-5/highdpi.html The Qt version in WSJT-X official packages as of v1.6.0-rc1 is Qt 5.4. This means that if you install the latest WSJT-X beta release, you can try the setting in qt.conf documented above. The qt.conf file is located 'bin' folder of the installation. You may not need to change the qt.conf file as the default setting is "Per-monitor DPI Aware" which should meet all requirements. > > This affects the latest WSJT-X stable (1.5). WSJT-X v1.0.0 was not built with Qt 5.4 and therefore does not handle high DPI monitors correctly. > > Best regards, > > > Tuomas Tauriala OH3ERV > 73 Bill G4WJS. ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
