As noted by Qt5 documentation about [high DPI](
http://doc.qt.io/qt-5/highdpi.html):
> Note: On macOS, high-DPI support is enabled by settings in the Info.plist file. Make sure they are present.
>> <key>NSPrincipalClass</key>
>> <string>NSApplication</string>
>> <key>NSHighResolutionCapable</key>
>> <string>True</string>