Hello guys,
I've bought a 4K display and I've realised that HDPI auto scale doesn't work properly, at least for me. I suggest you to disable this feature in .desktop file modifying the Exec line like this.
Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=0 qelectrotech %F
Perhaps you can release the next version with two desktop files, a normal one and HDPI disabled one.
I've created a desktop file like this:
[Desktop Entry]
Version=1.0
Name=QElectroTech
TryExec=qelectrotech
Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=0 qelectrotech %F
Icon=qelectrotech
Terminal=false
Type=Application
MimeType=application/x-qet-project;application/x-qet-element;application/x-qet-titleblock;
Categories=Graphics;Qt;VectorGraphics;Science;Electricity;Engineering;
Keywords=Graphics;Science;Electricity;Engineering;
Comment=Edit electrical diagrams.
GenericName=Electrical diagram editor
Best regards