去除Qt程序文件选择对话框中最近位置(Select File - Recent Place)
问题描述
- 客户要求去除Qt程序文件选择对话框中最近位置(Select File - Recent Place)

解决方式
删除~/.config/QtProject.conf
原理
查看~/.config/QtProject.conf,内容如下 [FileDialog] history=file:///home/KangHua/\x684c\x9762 lastVisited=file:///home/KangHua/\x684c\x9762 qtVersion=5.15.2 shortcuts=file:, file:///home/KangHua
里面有 UTF-8 编码的历史位置。
留下评论