qt 6里面去掉了
qt 5默认老程序是不支持high dpi的
【 在 hgoldfish 的大作中提到: 】
: 现在每个程序都要写上这两行,太麻烦了吧,Qt 为啥不搞成默认的算了,好像不破坏兼容性吧?
: QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
: QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
--
FROM 85.166.30.*