我们介绍了QML教程:《构建和安装QtComponents》和《Qt-Quick六大开源组件》。屈指一算,QML从公布到正式推出来,也将近有一年多的时间了。
虽然在很多方面,QML依然显得很新,但采用QML的项目已经越来越多了,Qtmediahub就是其中之一。
本身这个项目的介绍也非常地有趣:
This is a reference implementation of XBMC intended to showcase the power and convenience of QML and as a demo for use at Qt related events more…
It is intended for research and to convey best practices when using Qt/QML. It deliberately touches as much of QML as possible in order to serve as a full fledged bleeding edge real world example. Use at your own risk, please read the included license file and associated headers for further information |
简单来说,这是一个替代XBMC的替代实现,同时也想探索及展示关于使用QML的技巧,而通过这个项目源码,也的确展示这些内容。这是截止到现在未知,笔者看到的最为复杂和庞大的使用QML的相关项目。
在Qtmediahub中,不仅使用前面介绍的Qt-components项目,而且也编写了自己相关部件,事实上,如果把该项目的QML部件单独拿出来,也足以满足其他的QML项目。并且更为重要是,在Qtmediahub,有完整地将数据暴露给QML层使用的过程。这些过程,可不是单纯地像文档里简单的DEMO所示,而是具有完成的数据结构,严格按照MVC过程来的。
对于想使用QML做项目的同学来说,这个项目是做参考的最好选择之一,当然,里面丰富的部件也可以作为项目部件库的参考。
【编辑推荐】