~rexut/qelectrotech/trunk

« back to all changes in this revision

Viewing changes to qelectrotech.exe.manifest

  • Committer: scorpio810
  • Date: 2018-02-19 16:28:54 UTC
  • Revision ID: svn-v4:bfdf4180-ca20-0410-9c96-a3a8aa849046:trunk:5242
Enable Qt::AA_EnableHighDpiScaling and fix print bug, thanks Gabberworld for this patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
 
 
3
 
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
4
 
 
5
 
<dependency>
6
 
  <dependentAssembly>
7
 
    <assemblyIdentity
8
 
     type="win32"
9
 
     name="Microsoft.Windows.Common-Controls"
10
 
     version="6.0.0.0" processorArchitecture="*"
11
 
     publicKeyToken="6595b64144ccf1df"
12
 
     language="*">
13
 
    </assemblyIdentity>
14
 
  </dependentAssembly>
15
 
</dependency>
16
 
    <asmv3:application>
17
 
        <asmv3:windowsSettings>
18
 
            <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> 
19
 
<!-- fallback for Windows 7 and 8 -->
20
 
            <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness> 
21
 
<!-- falls back to per-monitor if per-monitor v2 is not supported -->
22
 
            <gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling> 
23
 
<!-- enables GDI DPI scaling -->
24
 
        </asmv3:windowsSettings>
25
 
    </asmv3:application>
26
 
</assembly>