作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有什么“好”的方法可以做到这一点吗?到目前为止,我发现的唯一解决方案是使用 double 的 QVariantList,但它相对较慢(Core i3 上 1000 万点 ~ 1 秒)而且丑陋...
最佳答案
通过 qml/c++ 来回传递 QGeoCoordinate(但可能无法很好地扩展到 1000 万,尚未对此进行压力测试)的一种好方法是使用以下方法
//when passsing from c++, qml will see the below as a coordinate type
QVariant::fromValue(yourQGeoCoordinateObjectHere);
//when passing coordinate from qml, the below will give you a
//QGeoCoordinate object to work with
returnedQVariantObject.value<QGeoCoordinate>();
关于qt - 将 QGeoCoordinate 从 c++ 传递到 qml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28834174/
我是 C++ 和 BB10 begainer 开发人员,我在编译时遇到了一个小问题,即 'QGeoCoordinate' does not name a type in both hpp and cp
有什么“好”的方法可以做到这一点吗?到目前为止,我发现的唯一解决方案是使用 double 的 QVariantList,但它相对较慢(Core i3 上 1000 万点 ~ 1 秒)而且丑陋... 最
我是一名优秀的程序员,十分优秀!