OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 3355|回复: 1

QT 在imax6ull平台下调用getOpenFileName报错

[复制链接]

1

主题

1

帖子

0

精华

新手上路

积分
35
金钱
35
注册时间
2019-10-29
在线时间
7 小时
发表于 2022-3-15 10:27:06 | 显示全部楼层 |阅读模式
1金钱
程序代码如下所示:
    QString filePath;
    filePath= QFileDialog::getOpenFileName(this,tr("选择文件"),"./",tr("文件(*.xlsx);;所有文件(*.*)"));
    if(filePath.isEmpty())
    {
        return ;
    }


点击按键调用这一段代码时,终端出现提示信息:
Case insensitive sorting unsupported in the posix collation implementation
Numeric mode unsupported in the posix collation implementation
Case insensitive sorting unsupported in the posix collation implementation
Numeric mode unsupported in the posix collation implementation
Case insensitive sorting unsupported in the posix collation implementation
Numeric mode unsupported in the posix collation implementation


但是程序能够正常运行,
请问有朋友遇到过这样的问题吗?
应该如何解决。

正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165371
金钱
165371
注册时间
2010-12-1
在线时间
2110 小时
发表于 2022-3-16 00:17:39 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2025-2-24 03:09

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表