07 2020 档案
摘要:参考:https://www.jianshu.com/p/9f2763469030 参考中有一些函数声明了,没实现。我这里补充了部分。 使用到qcustomplot,想在鼠标停在某个点时,显示该点的值。从网上找到例子,加入到工程中。 qcustomplot源码下载:https://www.qcust
阅读全文
摘要:这里是qt调用了vs编译的dll,dll的接口时传入std::string。 将QString 转成 string(如 qstr.toStdString()),传入到dll中,结果在dll中中文成乱码了。 说明:我qt编译器是msvc-2015的,qt中的文件时utf-8的(不带bom),且QStr
阅读全文