openEuler-pkginfo配置详解:如何定制化你的Gitee操作环境
2026/7/4 20:41:24
板卡:T113、buildroot 系统
Qt 版本:Qt 5.15.9
在 Ubuntu 编译运行时,看起来挺正常的,但部署到板卡后发现,字体莫名其妙变小了。这主要是板卡的 DPI 和电脑的 DPI 不同。
cohen@cohen-virtual-machine:~$ xdpyinfo|grep dots resolution:96x96 dots per inchexport QT_FONT_DPI=96略。
略。