是否可以开发在 Windows、Linux、Mac 上运行的 Qt 多点触控应用程序?
如果是这样,是否有任何特定于平台的代码需要修改,或者观察到任何其他明显的问题?
If so, are there any platform specific code to be modified, or any other apparent issues observed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QTouchEvent 已在 Qt 4.6 中添加: http://doc.qt.nokia.com/latest/ qtouchevent.html
有一些 Qt 所做的示例:
http://www.qtouchevent.html youtube.com/watch?v=b749KvoX3w4
存在一些限制,底层窗口系统需要支持此功能,例如 Windows 7。
QTouchEvent was added in Qt 4.6: http://doc.qt.nokia.com/latest/qtouchevent.html
There are some examples of what Qt have done:
http://www.youtube.com/watch?v=b749KvoX3w4
There are limitations in that the underlying windowing system needs to support this, such as Windows 7.