为什么Qt5的软件界面都很大啊
Tofloor
poster avatar
normone
deepin
2020-09-19 01:30
Author
百度输入法,新版搜狗输入法,还有星火商店下载的全聚合影视,软件的UI显示非常大,我的屏幕分辨率为2160*1440

这是和底部状态栏的对比
Reply Favorite View the author
All Replies
Ziggy
deepin
2020-09-19 01:51
#1
调整一下缩放
Reply View the author
昨夜的星辰
deepin
2020-09-19 03:43
#2
系统装好默认是1.25缩放,我的分辨率是2560×1440,不喜欢用缩放,我是将缩放改回到1.0,直接调整字体大小,感觉还不错
Reply View the author
normone
deepin
2020-09-19 06:27
#3

目前用的是1倍的缩放
Reply View the author
jzc
deepin
2020-09-19 08:35
#4
你的屏幕是多大的?  如果是27寸,应该刚刚好。
Reply View the author
豆浆包子
deepin
2020-09-19 09:19
#5
https://bbs.deepin.org/post/202434
你的屏幕是多大的?  如果是27寸,应该刚刚好。

啥时候把小圆角补丁更新下?
Reply View the author
normone
deepin
2020-09-19 09:25
#6
jzc 发表于 2020-9-19 00:35
你的屏幕是多大的?  如果是27寸,应该刚刚好。

13寸的,这难道是按照尺寸来显示的吗,不能和系统放大倍数一样?
Reply View the author
lbygljq
deepin
2020-09-19 17:03
#7
QT5的程序,界面字体都需要放大镜。
Reply View the author
normone
deepin
2020-09-19 20:59
#8
https://bbs.deepin.org/post/202434
QT5的程序,界面字体都需要放大镜。

怎么能调整的放大倍数和系统一样?
Reply View the author
angelfind
deepin
2020-09-19 21:32
#9
新版搜狗输入法你是怎么安装上的? 我从官网下载的提示缺少依赖. 最新版本的搜狗已经支持很多win词库的导入了, 所以特别希望更新到最新版. 这样输入中文速度和准确率起码提升不止一个数量级.
Reply View the author
normone
deepin
2020-09-19 21:34
#10
https://bbs.deepin.org/post/202434
新版搜狗输入法你是怎么安装上的? 我从官网下载的提示缺少依赖. 最新版本的搜狗已经支持很多win词库的导入 ...

直接双击就能安装啊
Reply View the author
lbygljq
deepin
2020-09-19 23:39
#11
https://bbs.deepin.org/post/202434
怎么能调整的放大倍数和系统一样?

好像没办法。。
Reply View the author
angelfind
deepin
2020-09-20 09:09
#12
https://bbs.deepin.org/post/202434
直接双击就能安装啊

成功了, 我安装了旧版,双击deb安装新版提示缺少依赖。 在终端查看详细信息, 发现是依赖冲突。卸载旧版在安装就好了。
Reply View the author
funicorn
deepin
2020-09-20 19:07
#13
  1. sudo apt install qt5c5 qt5-style-plugins
Copy the Code


QT5界面的配置和这个环境变量有关:QT_QPA_PLATFORMTHEME
  1. sudo echo "QT_QPA_PLATFORMTHEME=qt5ct" >> /etc/environment
Copy the Code

然后运行qt5ct就能设置UI了。
我只能帮你到这儿了,我也没实际操作过,剩下的自己摸索吧
Reply View the author
normone
deepin
2020-09-20 22:20
#14
https://bbs.deepin.org/post/202434
QT5界面的配置和这个环境变量有关:QT_QPA_PLATFORMTHEME

然后运行qt5ct就能设置UI了。

多谢大佬,试了一下,有部分UI变小,但是有些系统的图标会消失
Reply View the author