回复: 想了解一下大家都用qml开发什么程序
#11 [hitler++ 02-26 15:10]
我没用过qml,暂时也不打算去看,c++ 写得挺舒服的
#12 [XChinux 02-26 15:13]
关于性能、速度敏感的,还是用C++写吧,QML只负责界面和动画部分。
Qt demos里自带的一个SameGame,有人移植到了BB10上,我写了个BB10 SameGame,是用Graphics View自己写的关键部分(与QML无关),两者的性能差距很明显,前者几乎不可用。
#13 [七十一 04-15 16:31]
有QML的开发资料吗?》
#14 [toby520 04-15 18:28]
qt帮助文件已经够你看个够啦
#15 回 hazel 的帖子 [zhoukuanbin 09-25 15:27]
hazel:我们现在的项目是运行在windows平台的桌面应用程序,不是触摸屏幕。
看帮助文档有句“Qt Quick is a collection of technologies that are designed to help developers create the kind of intuitive, modern-looking, fluid user interfaces that are increasingly used on mo .. (2012-11-22 14:32)
WINDOWS桌面程序还是用QWidget去做